You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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')
The text was updated successfully, but these errors were encountered: