dssConfig: dssrip read dss configuration file

View source: R/dssrip2.r

dssConfigR Documentation

dssrip read dss configuration file

Description

Reads dss configuration file from .json internal to package or externally selected by user. Useful for managing multiple dss versions for linking to dssrip.

Usage

dssConfig(
  configFileName = options()[["dss_config_filename"]],
  defaultConfig = options()[["dss_default_config"]],
  allowedStates = options()[["dss_allowed_states"]],
  dssOverrideLocation = options()[["dss_override_location"]]
)

Arguments

configFileName

defaults to package jar_config.json, otherwise can point to set of libraries from ‘options()'’s 'dss_config_filename'

defaultConfig

name of configuration to use if you know _exactly_ which one you want, defaults to option 'dss_default_config'

allowedStates

only allow loading of configs in these states, defaults to 'tested' or 'dss_allowed_states' option

dssOverrideLocation

only allow dss libraries from this directory, will try all the configs at this location. can be set by option 'dss_override_location'

Details

Reads the jar_config.json file to find DSS libraries for use by dssrip.

Author(s)

Evan Heisman


eheisman/dssrip documentation built on Feb. 10, 2024, 2:40 p.m.