This document describes the basics of working with this package and provides signposting to more detailed documentation of setup and workflow used at Schola Empirica.
The most important components include:
See the Setup vignette
(vignette('setup', package = 'reschola')
).
(If R cannot find the vignette, make sure you add
build_vignettes = TRUE
in
install_github("scholaempirica/reschola)
).
There are tips for setup in the tips vignette.
This is accessed through the RStudio menu: File > New project > New directory > Standard Schola Empirica Project.
See the Workflow vignette for how to make
the best use of the template in the context of the Schola Empirica
workflow. (vignette('workflow', package = 'reschola')
).
Accessed through the RStudio menu:
File > New File > R Markdown > From Template
>
[scroll down to reschola package], or through draft_*
functions in the reschola package.
See the Workflow vignette
(vignette('workflow', package = 'reschola')
) for
details.
There are tips for working efficiently and for packages for specific tasks in the tips vignette.
This package should be a living, evolving tool and a set of living
documents. See the See Developing this pacakge
further vignette
(vignette('meta', package = 'reschola')
) to understand how
this package is being developed and thus how it can be extended and
updated.
You can get a list of these vignettes in R by entering
browseVignettes('reschola')
and view them locally if you
wish