Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation warning #17

Open
tetomonti opened this issue Apr 19, 2022 · 1 comment
Open

Installation warning #17

tetomonti opened this issue Apr 19, 2022 · 1 comment

Comments

@tetomonti
Copy link
Collaborator

tetomonti commented Apr 19, 2022

When installing:
devtools::install_github("montilab/CaDrA",ref="dev")

Or loading:
library(CaDrA)

I get the following warning (on my Mac):

Warning in fun(libname, pkgname) :
  couldn't connect to display "/private/tmp/com.apple.launchd.ArCZPD0Xid/org.macosforge.xquartz:0"

Or this (on SCC):

Warning message:
  In fun(libname, pkgname) : couldn't connect to display ":0"
@katgit
Copy link
Collaborator

katgit commented Apr 25, 2022

This is related to the UID value on Macs and Linux system. See : https://stackoverflow.com/questions/30599326/warning-message-during-building-an-r-package-invalid-uid-value-replaced-by-that

I am exploring if there is a way to avoid, but this warning does not occur on Windows and also is not "counted" toward the number of warnings during the package's check/build process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants