TIBHannover / BacDiveR

Inofficial R client for the DSMZ's Bacterial Diversity Metadatabase (former contact: @katrinleinweber). https://api.bacdive.dsmz.de/client_examples seems to be the official alternatives.
https://TIBHannover.GitHub.io/BacDiveR/
MIT License
10 stars 12 forks source link

installation #121

Open ariasamin opened 1 year ago

ariasamin commented 1 year ago

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 commented 1 year ago

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?