Re: [R-SIG-Mac] installing with remotes package

2023-12-07 Thread Gábor Csárdi
This usually happens when you are on a slow network, and downloading the archive.rds file fails within the default 60 seconds. You can increase the timeout from 60 seconds to 600 or even more by setting the timeout option: options(timeout = 600) A more modern option is to use the pak package,

Re: [R-SIG-Mac] installing with remotes package

2023-12-07 Thread Michael Sewell
thanks so much everyone the groundhog package did indeed work and has saved me many more hours of frustration. Really appreciate it. BW, Michael Michael Sewell Research Fellow Montagne Lab UK DRI The University of Edinburgh Twitter: @pichaelmichael_

Re: [R-SIG-Mac] installing with remotes package

2023-12-07 Thread Uri Simonsohn
I just tried it with groundhog and seems to have worked. On R 4.3.1, on a Mac M1, I ran this: library('groundhog') groundhog.library('Seurat','2023-11-01') Uri ps: you can get release dates of pkgs with groundhog::toc(pkg) -- Original Message -- >From "Michael Sewell" To

Re: [R-SIG-Mac] installing with remotes package

2023-12-07 Thread Calboli Federico (LUKE)
I’d look into trying with groundhog: https://cran.r-project.org/web/packages/groundhog/index.html Cheers F Federico Calboli Erityisasiantuntija, tutkimusrahoitus Palveluryhmät Luonnonvarakeskus Hi - I'm a postdoc at the University of Edinburgh who's urgently trying to install an older

Re: [R-SIG-Mac] installing with remotes package

2023-12-07 Thread Simon Urbanek
Michael, remotes is a contributed package, so you should contact the author if that is what fails (you didn't say). FWIW only the latest version package binaries are available on CRAN, so if you need a specific older version of a package you need to compile it from sources - so chances are you

[R-SIG-Mac] installing with remotes package

2023-12-07 Thread Michael Sewell
Hi - I'm a postdoc at the University of Edinburgh who's urgently trying to install an older version of a package (Seurat) listed on CRAN but without success. The package is Seurat_4.4.0.tar.gz. I currently work on a M1 Macbook Pro (with Sonoma installed) with RStudio version 4.3.2 and tried to