CaDrA icon indicating copy to clipboard operation
CaDrA copied to clipboard

Installation warning

Open tetomonti opened this issue 2 years ago • 1 comments

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"

tetomonti avatar Apr 19 '22 19:04 tetomonti

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.

katgit avatar Apr 25 '22 16:04 katgit