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

Error when running R CMD - problem in test? #46

Closed
TankredO opened this issue May 25, 2017 · 3 comments
Closed

Error when running R CMD - problem in test? #46

TankredO opened this issue May 25, 2017 · 3 comments

Comments

@TankredO
Copy link
Contributor

# plot prior predictive distribution and prior predictive simulations
plotTimeSeriesResults(sampler = out, model = createPredictions, observed = referenceData[,1], error = createError, prior = T, main = "Prior predictive")
#Error in plotTimeSeriesResults(sampler = out, model = createPredictions,  : 
#  T used instead of TRUE
@stefan-paul
Copy link
Contributor

I don't really know why but in examples you always have to use TRUE/FALSE instead of T/F.
If not you'll get the error message above.

@TankredO
Copy link
Contributor Author

Thank you! Solved with 1232f73

@florianhartig
Copy link
Owner

Simply CRAN rules

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

3 participants