https://github.com/predictiveecology/predictiveecology.r-universe.dev
https://github.com/predictiveecology/predictiveecology.r-universe.dev
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/predictiveecology/predictiveecology.r-universe.dev
- Owner: PredictiveEcology
- Created: 2021-07-12T18:30:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T20:52:19.000Z (about 2 years ago)
- Last Synced: 2024-07-27T03:58:33.184Z (about 2 years ago)
- Language: R
- Homepage: https://PredictiveEcology.r-universe.dev/
- Size: 68.4 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Predictive Ecology R-Universe
Enables various packages to be automatically built from their GitHub sources, to facilitate installation via `install.packages()`.
Currently, we build from our `development` branches.
See for setup information.
## Adding packages
To add a package, simply add its GitHub repo to [`packages.R`](packages.R), and run that script.
This will generate the `packages.json` file that r-universe needs to configure package builds.
**NOTE:** Initially, do not specify a branch, as it needs to be built from `main`/`master` successfully first.
Once the newly added package has been built (usually within the hour), it's usually OK to add the branch information and rebuild the `packages.json` file.