Skip to content
ghqc

Set-Up the ghqc Ecosystem

Installation steps are provided for both base R and rv, A2-Ai’s package manager.

  1. Add a repository containing ghqc and ghqc.app to the repos option

    options("repos" = c(
    "ghqc-eco" = "https://prism.dev.a2-ai.cloud/rpkgs/ghqc-eco/v3",
    getOption("repos")
    ))
  2. Install the package

    We recommend installing all of the dependencies to install pak and gert, but it is not required.

    install.packages("ghqc", dependencies = TRUE)

2. Set-up Configuration Repository and Install ghqc.app

Section titled “2. Set-up Configuration Repository and Install ghqc.app”

Run the following command to clone the example configuration repository and install ghqc.app and its dependencies to the default directory.

ghqc::ghqc_example_setup()