https://github.com/rostools/learnr3
Analysis Project for LearnR3
https://github.com/rostools/learnr3
Last synced: 23 days ago
JSON representation
Analysis Project for LearnR3
- Host: GitHub
- URL: https://github.com/rostools/learnr3
- Owner: rostools
- Created: 2026-05-04T16:41:56.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-05T12:52:49.000Z (about 1 month ago)
- Last Synced: 2026-05-05T13:40:28.541Z (about 1 month ago)
- Language: R
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TODO: Add more to the title of your project here
# LearnR3:
TODO: Give a brief description of what your project is about
This project...
# Brief description of folder and file contents
TODO: As project evolves, add brief description of what is inside the
data, docs and R folders.
The following folders contain:
- `data/`:
- `docs/`:
- `R/`:
# Installing project R package dependencies
If dependencies have been managed by using
`usethis::use_package("packagename")` through the `DESCRIPTION` file,
installing dependencies is as easy as opening the
`LearnR3.Rproj` file and running this command in the console:
```
# install.packages("pak")
pak::pak()
```
You'll need to have remotes installed for this to work.
# Resource
For more information on this folder and file workflow and setup, check
out the [prodigenr](https://rostools.github.io/prodigenr) online
documentation.