An open API service indexing awesome lists of open source software.

https://github.com/ginberg/erasmusmc-workshop


https://github.com/ginberg/erasmusmc-workshop

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# erasmusmc-workshop

This repository contains resources for the workshop about R package development.

Program:

Theory:
Questions users might have:
- Why develop a package?
- How to create a package?
- Where to put my code?

Explain:
- DESCRIPTION file: Title/Description/version/authors. Dependencies: Imports/Suggests
- Documentation, roxygen, vignettes, README
- Testing, testthat
- R check: warnings/errors/notes
- CRAN?

Practice:
- Create an R package with a source file and a test file that passes the R check