install.jalgos.lib: Install C++ Jalgos Library

View source: R/install.R

install.jalgos.libR Documentation

Install C++ Jalgos Library

Description

Install the C++ libraries that are required for R packages to run.

Usage

install.jalgos.lib(
  name,
  group,
  lib.name = name,
  url = make.jalgos.url(name, group, ...),
  lib.var = "JALGOS_LIB",
  include.var = "JALGOS_INCLUDE",
  force = FALSE,
  ...
)

Arguments

name

Name of the project

group

Group to which the project belong in remote repo

lib.name

Name of the library generated by the project

url

url of the remote project

lib.var

Name of the environment variable containing the directory to which libraries must be installed

include.var

Name of the environment variable containing the directory to which include files must be installed

force

Force reinstallation even if libraries already exist


jalgos/jsroot documentation built on Jan. 27, 2025, 3:40 p.m.