Closed jamiemkass closed 3 years ago
This is a temporary problem caused by the upgrade sequence.
We have moved a few functions from spatstat.sparse
to spatstat.utils
. You are currently running spatstat.utils 2.x
and spatstat.sparse 1.x
which causes a warning about duplicated functions.
If you update spatstat.sparse
to version 2.0
this duplication will disappear.
The output indicates that you have an old version of 'spatstat' hanging around. I suggest you uninstall spatstat, or re-install the new spatstat 2.0.x from CRAN.
spatstat.sparse 2.0 has been submitted to CRAN so you will be able to install it from CRAN in a day or two.
Prof Adrian Baddeley HonDSc FAA
John Curtin Distinguished Professor
School of Electrical Engineering, Computing and Mathematical Sciences
Curtin University, Perth, Western Australia
I work Mondays, Wednesdays and Thursdays only
From: Jamie M. Kass @.> Sent: Tuesday, 16 March 2021 11:59 AM To: spatstat/spatstat.core @.> Cc: Adrian Baddeley @.>; Comment @.> Subject: Re: [spatstat/spatstat.core] travis CV error (#3)
Thanks for the quick reply. When I try to install spatstat.sparse from the Github repo, I get this error.
devtools::install_github("spatstat/spatstat.sparse") Registered S3 method overwritten by 'cli': method from print.boxx spatstat Downloading GitHub repo spatstat/spatstat.sparse@HEAD Error: Failed to install 'spatstat.sparse' from GitHub: lazy-load database '/Library/Frameworks/R.framework/Versions/4.0/Resources/library/withr/R/withr.rdb' is corrupt In addition: Warning message: In get0(oNam, envir = ns) : internal error -3 in R_decompress1
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/spatstat/spatstat.core/issues/3#issuecomment-799926954, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABWUPQTCBHZQOWDVFVUKCA3TD3JSZANCNFSM4ZHQDCHQ.
Great, thanks Adrian. Just for the record, and in case anyone else has this issue before the new version gets to CRAN, adding this to the Travis .yml fixes the error:
r_github_packages:
- spatstat/spatstat.sparse
The new spatstat.core and spatstat.geom are part of my Travis CI build, and I get this error now, which had not occurred before. Is there a fix in the works for this? Thanks very much.