installJaspPkg: Install a JASP R package from jasp-stats

View source: R/pkg-setup.R

installJaspPkgR Documentation

Install a JASP R package from jasp-stats

Description

Thin wrapper around remotes::install_github.

Usage

installJaspPkg(pkg, force = FALSE, auth_token = NULL, ...)

Arguments

pkg

Name of the JASP module (e.g., "jaspBase").

force

Boolean. Should the installation overwrite an existing installation if it hasn't changed?

auth_token

To install from a private repo, generate a personal access token (PAT) in "https://github.com/settings/tokens" and supply to this argument. This is safer than using a password because you can easily delete a PAT without affecting any others. Defaults to the GITHUB_PAT environment variable.

...

Passed on to remotes::install_github


jasp-stats/JASPTools documentation built on April 24, 2024, 11:18 a.m.