README.md

install.packages("bayesplot")# Instructions

  1. use the package devtools to add new files etc
  2. use roxygen2 to document your functions
  3. when you create a new function you go to Code>Insert roxygen skeleton
  4. after you run devtools::document() so it updates the documentation automatically
  5. Everytime you modify the package you need to reload it
  6. devtools::load_all()
  7. cmdstanr is used in this package.
  8. Every new R file must be in R folder
  9. Stan files go to inst/stan
  10. test files go in tests. Just follow the examples or use the function use_test()
  11. You need to have cmdstanr installed. Check their webpage https://github.com/stan-dev/cmdstanr


vallisha/bayesPL documentation built on Dec. 23, 2021, 2:09 p.m.