Closed SimonGoring closed 7 years ago
The call to generate it is in:
https://github.com/PalEON-Project/stepps-baconizing/blob/6d253857794245d838225f9d40afa379e27984f6/R/recalibrate.actual.R
It's getting built as an Rdata file, this should be switched to an rds and it should go into the right folder.
Rdata
rds
This is part of a set of changes, ending with https://github.com/PalEON-Project/stepps-baconizing/commit/0c837d0b6d9da1c85587d57b828e37b2a7689b1d to switch to versioned rds files.
The call to generate it is in:
https://github.com/PalEON-Project/stepps-baconizing/blob/6d253857794245d838225f9d40afa379e27984f6/R/recalibrate.actual.R
It's getting built as an
Rdata
file, this should be switched to anrds
and it should go into the right folder.