https://github.com/rostools/r3
Companion Package for the R3 Courses
https://github.com/rostools/r3
Last synced: 2 months ago
JSON representation
Companion Package for the R3 Courses
- Host: GitHub
- URL: https://github.com/rostools/r3
- Owner: rostools
- License: other
- Created: 2022-12-16T16:53:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-03T13:31:23.000Z (3 months ago)
- Last Synced: 2026-04-03T17:54:02.339Z (3 months ago)
- Language: R
- Homepage:
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---
# r3: A companion package for the rostools R workshops
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[](https://github.com/rostools/r3/actions/workflows/build.yml)
[](https://rostools.r-universe.dev/r3)
[](https://rostools.r-universe.dev/r3)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
The goal of r3 is to provide helper functions for several rostools R
workshops.
## Installation
You can install the released version of r3 from the
[r-universe](https://rostools.r-universe.dev/r3) with:
``` r
install.packages("r3", repos = c("https://rostools.r-universe.dev", "https://cloud.r-project.org"))
```
Or to install the development version from GitHub with:
``` r
# install.packages("pak")
pak::pak("rostools/r3", upgrade = TRUE)
```
## Using or modifying for R workshops
If you want to run your own version of the workshop and would like to
use this helper package for the workshop, you'll likely want to modify
it.
Check out the [CONTRIBUTING.md](CONTRIBUTING.md) file for other details
about contributing or working with this package.
## Code of Conduct
Please note that the r3 project is released with a
[Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to
this project, you agree to abide by its terms.