-
Notifications
You must be signed in to change notification settings - Fork 12
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
R devtools installation hangs on testing for >1 hour #115
Comments
Hi @gregpoore 👋 I've been out of that work for over a year now, so I'm not sure whether I can definitely help. I'm thinking that maybe R v4 (or latest devtools?) might be trying to run all tests during installation? That would fail if the password was missing. Strange, that those errors wouldn't be surfaced, though?!? Please try swapping steps 3 & 2 of the install process, so that your BacDive login details are already present. That worked for me on a new computer. Alternatively, cloning this repo and using RStudio's "Install and Restart" option from within the project should also help ;-) |
PS: If swapping steps 3 & 2 helped, would you be interested in sending a Pull Request to update the ReadMe? @axel-klinger probably knows who's currently working for the DSMZ-TIB collaboration and could ping the responsible colleagues to get the PR(s) merged ;-) |
Hi @katrinleinweber! Sorry for the delay responding, but swapping steps 3 and 2 of the install process seems to have fixed the issue. Thanks so much! I also proposed a change to the ReadMe file on the installation. |
Install with devtools may hang if BacDive login information is not already stored in R environment (see TIBHannover#115)
Thank you @gregpoore! Please feel free to create a PR with that update. Same caveat as in #116 (comment) applies, though ;-) I'm trying to get someone at TIB to give me access to this 1 repo again, or to handle the PRs in my stead. |
Hello! I'm super excited about BacDiveR and have been trying to download it using the installation instructions (
devtools::install_github("TIBHannover/BacDiveR")
). Unfortunately, although the package downloads and starts running through checks, it never actually completes and hangs ontesting if installed package can be loaded from temporary location
. To troubleshoot, I've tried reinstalling a newer version of R (4.0.3), using conda environments instead of RStudio, and tried using other github installers, but none of them have worked thus far. Do you have any idea what may be going on and if there's a way to skip the installation tests that cause it to hang?Code below:
(Hangs there for at least 1 hour and does not proceed)
The text was updated successfully, but these errors were encountered: