ChloeRN / VredfoxIPM

0 stars 0 forks source link

Adding summer harvest with toggles #47

Closed ChloeRN closed 7 months ago

ChloeRN commented 7 months ago

I seem to have some issues fetching Stijn's branch "adding_summerharvest" from the remote. Attempting to merge directly into a separate branch for testing therefore.

From Stijn: Hei here I added the option of adding the unaged summer to WAaH. and also the option of making a SAaH for specific years. I could test it all the way through because I am getting an error at gen.data from wrangleData_gen. This is because I don't know where "llotherV2" comes from. Is this something on your computer Chloe?

ChloeRN commented 7 months ago

@stijnhofhuis the "llotherV2" refers to a column in the genetic data ("Data/RedFox_genetics_immigrant_probabilities.txt"). If you get an error at that point, it probably means R is not interpreting the dplyr::mutate within the pipe (%>%) properly. Make sure you have up-to-date versions of all the packages from the masterscript loaded. If that does not fix it, try also loading "tidyverse" in addition.