Converted from a simple R project to an R package. Unfortunately, the project file needed to be renamed from craggy_2019
to craggy2019
, in order to conform to the requirements for a package name. However, developing the project as a package has several advantages:
RStudio and the devtools package provide a lot of tooling that makes it easier to work with the data and code:
.Rmd
files in the vignettes
directory are run automatically during the build process to produce html
and md
files.DESCRIPTION
file.devtools::test()
.?'craggy2019-package'
.devtools::check()
does a lot of validation of code.The directory structure for data, code, and tests follows the standard conventions used by all R packages. That makes it easy for an experienced R developer to browse the project quickly.
.Rmd
files, cRaggy participants can extract reusable code into functions defined in the package, which can then be re-used in multiple .Rmd
files.burro application to browse Evictions data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.