Skip to content
New issue

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

Default settings.yaml for 'settlement' #6

Open
AKissel opened this issue Sep 24, 2019 · 0 comments
Open

Default settings.yaml for 'settlement' #6

AKissel opened this issue Sep 24, 2019 · 0 comments

Comments

@AKissel
Copy link

AKissel commented Sep 24, 2019

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

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:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant