https://github.com/ginberg/erasmusmc-workshop
https://github.com/ginberg/erasmusmc-workshop
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ginberg/erasmusmc-workshop
- Owner: ginberg
- Created: 2023-07-18T07:34:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T17:59:48.000Z (over 2 years ago)
- Last Synced: 2025-01-22T14:14:43.620Z (over 1 year ago)
- Language: JavaScript
- Size: 3.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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