setupJaspTools: Setup the jaspTools package.

View source: R/pkg-setup.R

setupJaspToolsR Documentation

Setup the jaspTools package.

Description

Ensures that analyses can be run, tested and debugged locally by fetching all of the basic dependencies. This includes fetching the data library and html files and installing jaspBase and jaspGraphs. If no parameters are supplied the function will interactively ask for the location of these dependencies.

Usage

setupJaspTools(
  pathJaspDesktop = NULL,
  installJaspModules = FALSE,
  installJaspCorePkgs = TRUE,
  quiet = FALSE,
  force = TRUE
)

Arguments

pathJaspDesktop

(optional) Character path to the root of jasp-desktop if present on the system.

installJaspModules

(optional) Boolean. Should jaspTools install all the JASP analysis modules as R packages (e.g., jaspAnova, jaspFrequencies)?

installJaspCorePkgs

(optional) Boolean. Should jaspTools install jaspBase, jaspResults and jaspGraphs?

quiet

(optional) Boolean. Should the installation of R packages produce output?

force

(optional) Boolean. Should a fresh installation of jaspResults, jaspBase, jaspGraphs and the JASP analysis modules proceed if they are already installed on your system? This is ignored if installJaspCorePkgs = FALSE.


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