Message sent from user:
I was trying to install the development version of FishSET to my pc but kept getting installation errors. The version of R is 4.4.2 and using Windows. Using the line of code
remotes::install_github("noaa-nwfsc/FishSET",
ref = "fishset-lite-dev",
dependencies = TRUE,
force = TRUE,
upgrade = "never",
build_vignettes = FALSE)
I get this error
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error: object 'attr' is not exported by 'namespace:xfun'
Execution halted
ERROR: lazy loading failed for package 'FishSET'
I tried reinstalling xfun several times but kept getting the same error. Upgrading to the latest version of R (4.6.1) solved the issue for me. I don't know if this is a compatibility issue with R version 4.4.2, but I thought I'd mention it in case other users get similar issues.
Message sent from user:
I was trying to install the development version of FishSET to my pc but kept getting installation errors. The version of R is 4.4.2 and using Windows. Using the line of code
remotes::install_github("noaa-nwfsc/FishSET",
ref = "fishset-lite-dev",
dependencies = TRUE,
force = TRUE,
upgrade = "never",
build_vignettes = FALSE)
I get this error
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error: object 'attr' is not exported by 'namespace:xfun'
Execution halted
ERROR: lazy loading failed for package 'FishSET'
I tried reinstalling xfun several times but kept getting the same error. Upgrading to the latest version of R (4.6.1) solved the issue for me. I don't know if this is a compatibility issue with R version 4.4.2, but I thought I'd mention it in case other users get similar issues.