We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
If I'm interpreting the text in the .Rmd file correctly, it appears the default for settings:settlement should be FALSE. However, when I run
settings:settlement
FALSE
cat(paste0(readLines('settings.yaml'), '\n'))
and then
source('R/setup_runs.R', echo=FALSE, verbose=FALSE)'
I get:
settings$settlement [1] "data/input/expert_assessment.csv"
I've tried adding settings$settlement<-FALSE to setup_runs.R, but then I get the following error when trying to generate the Core Age and Depth Files:
settings$settlement<-FALSE
Error in file.exists(settings$settlement) : invalid 'file' argument
Any insight as to how to change this so that the chronological controls are used as-is?
Thanks, Amanda
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
If I'm interpreting the text in the .Rmd file correctly, it appears the default for
settings:settlement
should beFALSE
. However, when I runand then
I get:
I've tried adding
settings$settlement<-FALSE
to setup_runs.R, but then I get the following error when trying to generate the Core Age and Depth Files:Any insight as to how to change this so that the chronological controls are used as-is?
Thanks,
Amanda
The text was updated successfully, but these errors were encountered: