-
Notifications
You must be signed in to change notification settings - Fork 13
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 stuck at step "testing if installed package can be loaded from temporary location" #36
Comments
It seems that it's trying to download Bio-Formats at this stage, which can take a while depending on your internet, and I got
Setting |
Thanks for reply. I had checked zzz.R and found:
I tried to change the timeout or to download the jar package manually and change the "download.file" to "file.copy" from local, but either worked. Maybe |
Hi,
I tried to install RBioFormats on R4.3.0:
BiocManager::install("aoles/RBioFormats")
── R CMD build ─────────────────────────────────────────────────────────────────
checking for file ‘/tmp/9771460.1.SC1.q/RtmptHlfNa/remotes5b886ec82ce9/aoles-RBioFormats-5ec5fad/DESCRIPTION’ ... OK
preparing ‘RBioFormats’:
checking DESCRIPTION meta-information ... OK
checking for LF line-endings in source and make files and shell scripts
checking for empty or unneeded directories
building ‘RBioFormats_0.99.14.tar.gz’
installing source package ‘RBioFormats’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
and the installation stuck at this step. How could I solve this? Thanks in advance.
The text was updated successfully, but these errors were encountered: