Learn R Programming

GRANBase (version 1.6.8)

repo_name: Get or set individual parameters on a GRANRepository object

Description

Get or set individual parameters on a GRANRepository object

Usage

repo_name(x)

# S4 method for GRANRepository repo_name(x)

temp_repo(x)

# S4 method for GRANRepository temp_repo(x)

check_warn_ok(x)

# S4 method for GRANRepository check_warn_ok(x)

check_note_ok(x)

# S4 method for GRANRepository check_note_ok(x)

suspended_pkgs(x)

# S4 method for GRANRepository suspended_pkgs(x)

suspended_pkgs(x) <- value

# S4 method for GRANRepository suspended_pkgs(x) <- value

# S4 method for GRANRepository sh_init_script(x)

# S4 method for GRANRepository sh_init_script(x) <- value

extra_fun(x)

# S4 method for GRANRepository extra_fun(x)

check_test_on(x)

# S4 method for RepoBuildParam check_test_on(x)

# S4 method for GRANRepository check_test_on(x)

install_test_on(x)

# S4 method for RepoBuildParam install_test_on(x)

# S4 method for GRANRepository install_test_on(x)

# S4 method for GRANRepository logfun(x)

# S4 method for GRANRepository logfun(x) <- value

use_cran_granbase(x)

use_cran_granbase(x) <- value

# S4 method for GRANRepository use_cran_granbase(x)

# S4 method for GRANRepository use_cran_granbase(x) <- value

# S4 method for RepoBuildParam use_cran_granbase(x)

# S4 method for RepoBuildParam use_cran_granbase(x) <- value

check_timeout(x)

check_timeout(x) <- value

# S4 method for GRANRepository check_timeout(x)

# S4 method for GRANRepository check_timeout(x) <- value

# S4 method for RepoBuildParam check_timeout(x)

# S4 method for RepoBuildParam check_timeout(x) <- value

build_timeout(x)

build_timeout(x) <- value

# S4 method for GRANRepository build_timeout(x)

# S4 method for GRANRepository build_timeout(x) <- value

# S4 method for RepoBuildParam build_timeout(x)

# S4 method for RepoBuildParam build_timeout(x) <- value

pkg_log_dir(x)

# S4 method for RepoBuildParam pkg_log_dir(x)

# S4 method for GRANRepository pkg_log_dir(x)

pkg_log_file(pkg, x)

# S4 method for ANY,RepoBuildParam pkg_log_file(pkg, x)

# S4 method for ANY,GRANRepository pkg_log_file(pkg, x)

Arguments

x

A GRANRepository object

value

The new parameter value

pkg

The package name, accepted by pkg_log_file.

Value

logical indicating whether GRANBase should be installed from CRAN during the repository build process. If FALSE, or if GRANBase can't be found on your CRAN mirror, GRANBase will be checked out and built from github.

Details

These functions get or set individual repository build parameters on a GRANRepository object.

See Also

RepoBuildParam