SCBI-ForestGEO / Dendrobands

This repository contains dendrometer bands data for the SCBI ForestGEO plot. There are two sets of measurements: the biannual and intra-annual.
Creative Commons Attribution 4.0 International
1 stars 0 forks source link

fix GitHub Actions - what file is last_year_fall_biannual_filename? #129

Open ValentineHerr opened 3 months ago

ValentineHerr commented 3 months ago

@jess-shue, in this commit you added a line of code to read a file whose name is stored in object last_year_fall_biannual_filename. That object is not created anywhere in the script so that line of code fails and we can't tell what file you meant to read in. Can you either let @rmh24 know what file you meant to read or fix the script to create that object? Thanks! See this comment for detail

jess-shue commented 3 months ago

Hi @ValentineHerr and @rmh24, I saw your previous comment and that same day I added at line 48 to the 'create_master_csv_2021_and_after.R' script to include the creation of that object. I just checked online and the line is there; maybe folks need to re-pull from the origin or there is another issue in the code to fix?

Sorry, didn't know how to respond to your other comment...

ValentineHerr commented 3 months ago

@jess-shue, oh sorry I didn't see you had done something about it. @rmh24 will attempt to figure out why GitHub actions are still failing then. We will be in touch.

jess-shue commented 3 months ago

@ValentineHerr I know when that push completed, I still received a GitHub email saying all jobs had failed...so that may not have been enough to fix things.