From cb66800e4a603e3ac49c6419460360983001275d Mon Sep 17 00:00:00 2001 From: newgraph-lschick Date: Fri, 19 Jul 2024 09:22:41 -0700 Subject: [PATCH] more info for test package problem. Also needed to link to issue NewGraphEnvironment/fish_passage_fraser_2023_reporting#75 --- R/cdc.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/cdc.Rmd b/R/cdc.Rmd index de086b6..b68e791 100644 --- a/R/cdc.Rmd +++ b/R/cdc.Rmd @@ -238,7 +238,7 @@ write_csv(fwf_updated, 'data-raw/freshwaterfish/freshwaterfish.csv', append = F) ## Test package -**This part still won't work for me! It just returns the old csv.** +**This part still won't work for me! It just returns the old csv.** `usethis::use_data(cdc, overwrite = TRUE)` does say it is Setting active project to '/Users/lucyschick/Projects/repo/fishbc' though. Unsure of what's going on. Now let's run `fishbc::cdc` and see if it pulls the new updated data. Run `usethis::use_data(cdc, overwrite = TRUE)` to build the repo locally. This is actually done in `data-raw.R`.