Re: [R-pkg-devel] CRAN Package Check Results - No protocol specified (OS X only)

2020-02-20 Thread Jeroen Ooms
On Tue, Feb 18, 2020 at 1:29 AM Dominic Comtois
 wrote:
>
> Hello,
>
> On my package's check results (
> https://cran.r-project.org/web/checks/check_results_summarytools.html), I
> see a bunch of warnings with "No protocol specified" messages. This happens
> only with OS X, and I can't reproduce them when actually building on a Mac,
> nor with rhub::check_on_macos(). I can't really make sense out of them, and
> they are all over the place. Can they simply be ignored?

This happens when your package calls capabilities(), which as a side
effect initiates xquartz. It seems the MacOS server has certain
permission restrictions that cause X11 to print this warning.

I think you can safely ignore it.

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] CRAN Package Check Results - No protocol specified (OS X only)

2020-02-18 Thread Ivan Krylov
On Mon, 17 Feb 2020 19:28:43 -0500
Dominic Comtois  wrote:

> a bunch of warnings with "No protocol specified" messages

"No protocol specified" is printed by the X11 client library when it
fails to connect to the X server. I think that these indicate a problem
with setup of the macOS testing servers.

-- 
Best regards,
Ivan

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


[R-pkg-devel] CRAN Package Check Results - No protocol specified (OS X only)

2020-02-17 Thread Dominic Comtois
Hello,

On my package's check results (
https://cran.r-project.org/web/checks/check_results_summarytools.html), I
see a bunch of warnings with "No protocol specified" messages. This happens
only with OS X, and I can't reproduce them when actually building on a Mac,
nor with rhub::check_on_macos(). I can't really make sense out of them, and
they are all over the place. Can they simply be ignored?

Thx

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel