https://github.com/chrismainey/packagebuildseminar
Presentation for NHS-R Community Package Building Seminar
https://github.com/chrismainey/packagebuildseminar
nhs nhsr-community rstats rstats-package
Last synced: 3 months ago
JSON representation
Presentation for NHS-R Community Package Building Seminar
- Host: GitHub
- URL: https://github.com/chrismainey/packagebuildseminar
- Owner: chrismainey
- Created: 2020-08-30T20:13:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T09:03:24.000Z (over 1 year ago)
- Last Synced: 2025-02-07T01:45:52.360Z (4 months ago)
- Topics: nhs, nhsr-community, rstats, rstats-package
- Language: HTML
- Homepage: https://chrismainey.github.io/PackageBuildSeminar/package_building_presentation.html
- Size: 17.5 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```# Building R packages seminar
This repo contains the slides for my seminar on building R packages.
Slides are built in Rmarkdown using the `xaringan` package. The first section is the slides, followed by a live package build. The package we built is available at: https://github.com/chrismainey/brilliantSlides available at: https://chrismainey.github.io/PackageBuildSeminar/package_building_presentation.html