Skip to content
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 #121

Open
ariasamin opened this issue Aug 23, 2022 · 1 comment
Open

installation #121

ariasamin opened this issue Aug 23, 2022 · 1 comment

Comments

@ariasamin
Copy link

There is an error on installation:

installation of package ‘/local_scratch/pbs.75996.pbs02/tmp.Z5ztiXpUee/RtmpQOHzJM/file37ea1d6e579e03/BacDiveR_0.9.1.tar.gz’ had non-zero exit status
 
  |  
 


I used:

install.packages("remotes")
remotes::install_github("TIBHannover/BacDiveR")

if(!require('devtools')) install.packages('devtools'); devtools::install_github('TIBHannover/BacDiveR')

@katrinleinweber
Copy link
Collaborator

katrinleinweber commented Aug 27, 2022

It's not a problem with the package per se, I believe. It install fine for me with those same commands:

…
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (BacDiveR)

> Sys.info()
                                                                                            sysname 
                                                                                           "Darwin" 
                                                                                            release 
                                                                                           "19.6.0" 
                                                                                            version 
"Darwin Kernel Version 19.6.0: Tue Jun 21 21:18:39 PDT 2022; root:xnu-6153.141.66~1/RELEASE_X86_64" 
  1. What's your Sys.info() output?
  2. Can you confirm that BacDive_email= & BacDive_password= values are set, and work correctly when logging in manually?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants