ecodata icon indicating copy to clipboard operation
ecodata copied to clipboard

difficulty loading previous ecodata versions

Open sgaichas opened this issue 1 year ago • 7 comments

I've tried devtools::install_github("NOAA-EDAB/[email protected]") to get back the commercial engagement indicator from the 2021 report (a time series of med-high and high), but it appears to install the current ecodata when I do this, and the newer version of the indicator is still there (engagement by community).

Entirely likely I'm doing it wrong but here is what I get:

✔  checking for file ‘/private/var/folders/5x/skybg7p1061160n07vnw9cq40000gn/T/RtmpP81H7F/remotes1cad71c22b7f/NOAA-EDAB-ecodata-933e882/DESCRIPTION’ ...
─  preparing ‘ecodata’:
✔  checking DESCRIPTION meta-information ...
─  checking for LF line-endings in source and make files and shell scripts
─  checking for empty or unneeded directories
─  building ‘ecodata_0.1.0.tar.gz’
   
* installing *source* package ‘ecodata’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ecodata)
> library(ecodata)
> eng<-ecodata::engagement %>% 
+   filter(!Var == "med.high.scores")
Error in `filter()`:
! Problem while computing `..1 = !Var == "med.high.scores"`.
Caused by error in `mask$eval_all_filter()`:
! object 'Var' not found

sgaichas avatar Apr 12 '23 15:04 sgaichas