Package distribution

R-universe Setup

R-universe registry details and installation notes for the package.

Methods5
Systems4
Views3

R-universe does not read registry files from this package repository. It expects a separate GitHub repository under the same account.

Registry Repository

The public R-universe registry repository is:


SidRichardsQuantum/sidrichardsquantum.r-universe.dev

Its root-level packages.json file should contain:


[
  {
    "package": "CelestialDynamicsIterationMethods",
    "url": "https://github.com/SidRichardsQuantum/Celestial_Dynamics_Iteration_Methods"
  }
]

Install the R-universe GitHub app for the SidRichardsQuantum account:


https://github.com/apps/r-universe

R-universe should create and build the universe within about an hour. Build status and package pages should appear at:


https://sidrichardsquantum.r-universe.dev
https://sidrichardsquantum.r-universe.dev/CelestialDynamicsIterationMethods

Install Command

Once the package has built, users can install it with:


options(repos = c(
  sidrichardsquantum = "https://sidrichardsquantum.r-universe.dev",
  CRAN = "https://cloud.r-project.org"
))
install.packages("CelestialDynamicsIterationMethods")

Maintenance Notes