Toggle navigation
lgpr
1.2.4
Overview
Tutorials
Basic usage
Heterogeneous effects
Temporally uncertain effects
Discrete observation model
Vignettes
Mathematical description of lgpr models
Documentation
News
lgpr development
Organization
All package R code should be in
./R
All package Stan code should be in
./inst/stan
Style
In general, follow the
tidyverse
style guide.
Use mostly snake_case for variable, function and file names.
Line length should not exceed 80 characters, with the exception of long URLs.
Workflow
Document each new function with roxygen comments
After making changes to
.R
code,
run
devtools::document()
to update the man pages
source
dev/style.R
to correct most style problems
source
dev/lint.R
to check for other style problems
correct remaining problems manually if found
After making changes to
.stan
code
rebuild the whole package
Contents