viewPkgOptions: View the configuration of jaspTools.

Description Usage Details Value

View source: R/pkg-settings.R

Description

There are a number of package options you can adjust. These are printed when you call viewPkgOptions. You can adjust these values through setPkgOption.

Usage

1

Details

language: The language that the analysis runs in (passed to R environment variable "LANG"). Defaults to "en" to avoid translation of strings. See https://www.gnu.org/software/gettext/manual/html_node/Usual-Language-Codes.html

data.dirs: The directories where datafiles can be found so they may be used by runAnalysis.

html.dir: The directory where the javascript, css and .html files can be found to create output identical to JASP. Used by view.

view.in.rstudio: This option specifies where the html output of runAnalysis will be shown: inside RStudio or in a separate webbrowser.

reinstall.modules: When you run an analysis or test it, jaspTools calls the *installed* version of the module. This option specifies if the installed version should be reinstalled automatically when you make any changes to your module.

module.dirs: The directories that hold the source for the JASP module(s) you are working on. These module directories are used to find the R functions etc. in runAnalysis and the various testing functions.

Value

A print of the configurable options.


TimKDJ/JASPTools documentation built on July 21, 2021, 7:52 p.m.