install_torsten_remote: Installation for torsten through remote repository

Description Usage Arguments Details

View source: R/install_torsten_remote.R

Description

installation of torsten with rstan, that replaces stanHeaders. This function allows to specify which branch of torsten to install from.

Usage

1
2
3
install_torsten_remote(StanHeaders_version = NULL, rstan_version = NULL,
  math_branch = "torsten-master", stan_branch = "torsten-master",
  lib = .libPaths()[1], ...)

Arguments

StanHeaders_version

package_version, package version of StanHeaders to append Torsten Default: NULL

rstan_version

package_version, package version of rstan to install, Default: NULL

math_branch

character, install the current build ('master') or different development branch of torsten math library (e.g. 'develop'), Default: 'torsten-master'

stan_branch

character, install the current build ('master') or different development branch of torsten stan library (e.g. 'develop'), Default: 'torsten-master'

lib

character, giving the library directory where to install the packages, Default: .libPaths()[1]

...

parameters to pass to install.packages

Details

installation will replace the 'StanHeaders/include/src/stan' and 'StanHeaders/include/stan' of stanHeaders and install source rstan without dependencies.


metrumresearchgroup/TorstenHeaders documentation built on Dec. 5, 2019, 8:14 p.m.