ocean-tracking-network / glatos

9 stars 3 forks source link

installation isuse #248

Open SP977 opened 3 days ago

SP977 commented 3 days ago

I got following error message while installing the package directly from the github:

Error: Failed to install 'glatos' from GitHub: Failed to R CMD build package, try build = FALSE.

chrisholbrook commented 3 days ago

What operating system and version of R are you running? And please provide the code you used to install.

SP977 commented 3 days ago

What operating system and version of R are you running? And please provide the code you used to install.

Windows 11 Enterprise/Microsoft 64-bit RStudio 2024.09.0 version

code used: install.packages("remotes") install_github('ocean-tracking-network/glatos', build_vignettes = TRUE)

jdpye commented 3 days ago

Could you try

remotes::install_github('ocean-tracking-network/glatos')

SP977 commented 3 days ago

got following error: Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : namespace 'rlang' 0.4.11 is being loaded, but >= 1.1.0 is required Calls: ... asNamespace -> loadNamespace -> namespaceImport -> loadNamespace Execution halted ERROR: lazy loading failed for package 'glatos'

chrisholbrook commented 3 days ago

Update or reinstall rlang, then restart R session and try the install again.