<
> devtools::install_github("green-striped-gecko/dartR@beta", lib = "C:/Users/scatag/AppData/Local/R/win-library/4.2_dartR_developer_v03_23")
Downloading GitHub repo green-striped-gecko/dartR@beta
These packages have more recent versions available.
It is recommended to update all of them.
Installing 1 packages: dartR.data
trying URL 'http://cran.rstudio.com/bin/windows/contrib/4.2/dartR.data_1.0.2.zip'
Content type 'application/zip' length 1706346 bytes (1.6 MB)
downloaded 1.6 MB
package ‘dartR.data’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\scatag\AppData\Local\Temp\RtmpGkEgPj\downloaded_packages
✔ checking for file 'C:\Users\scatag\AppData\Local\Temp\RtmpGkEgPj\remotes2600436955a15\green-striped-gecko-dartR-ee0b6ae/DESCRIPTION' (1s)
─ preparing 'dartR': (49.7s)
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts (4.5s)
─ checking for empty or unneeded directories
─ building 'dartR_2.7.2.tar.gz'
* installing *source* package 'dartR' ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Warning messages:
1: package 'ggplot2' was built under R version 4.2.2
2: package 'dartR.data' was built under R version 4.2.2
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: package 'ggplot2' was built under R version 4.2.2
Warning: package 'dartR.data' was built under R version 4.2.2
** testing if installed package can be loaded from final location
Warning: package 'ggplot2' was built under R version 4.2.2
Warning: package 'dartR.data' was built under R version 4.2.2
** testing if installed package keeps a record of temporary installation path
* DONE (dartR)
> library(dartR, lib.loc = "C:/Users/scatag/AppData/Local/R/win-library/4.2_dartR_developer_v03_23")
Loading required package: dartR.data
Error: package ‘dartR.data’ could not be loaded
In addition: Warning message:
In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc, :
there is no package called ‘dartR.data’
If I try to load the dartR.data package first à
> library(dartR.data, lib.loc = "C:/Users/scatag/AppData/Local/R/win-library/4.2_dartR_v2.7.2")
Warning message:
package ‘dartR.data’ was built under R version 4.2.2
> library(dartR, lib.loc = "C:/Users/scatag/AppData/Local/R/win-library/4.2_dartR_developer_v03_23")
Error: package or namespace load failed for ‘dartR’:
.onAttach failed in attachNamespace() for 'dartR', details:
call: gsub_(st$close, st$open, text, fixed = TRUE, useBytes = TRUE)
error: could not find function "gsub_"