NewGraphEnvironment / fish_passage_bulkley_2022_reporting

https://newgraphenvironment.github.io/fish_passage_bulkley_2022_reporting/
Creative Commons Zero v1.0 Universal
0 stars 2 forks source link

R studio `git` tab not registering addition of folder to repo #149

Closed lucy-schick closed 6 months ago

lucy-schick commented 6 months ago

Issue: The R studio git tab is not registering the addition of the inputs_extracted folder to the data folder (see screenshot). Wondering if this is why there was no inputs_extracted folder present in the repo when it is needed to build report, see slack message below.

Question about the Bulkley 2022 repo: There are tons of calls to add files to data/inputs_extracted but there no inputs_extracted folder in the repo and none of the files are present… getting errors when trying to build. Not sure if this is some workflow I don’t know about yet or if inputs_extracted got removed by accident? I’ve looked back through the PRs and can’t find any deletions or anything. Going to re-create inputs_extracted and run the code that burns to that folder for now so I can build the report.

Things I've tried:

Screen Shot 2024-04-07 at 12 55 15 PM

lucy-schick commented 6 months ago

Found the issue, the extracted_inputs folder was in .gitignore, is there a reason for that?

Screen Shot 2024-04-07 at 1 44 25 PM

NewGraphEnvironment commented 6 months ago

idea at the time - I think - was that because the data was extracted it could be reproduced so didn't need to be pushed to repo. not really practical though. pushed in separate branch and merged with https://github.com/NewGraphEnvironment/fish_passage_bulkley_2022_reporting/pull/150