actualize: 'Rseb' updates verification

View source: R/actualize.R

actualizeR Documentation

Rseb updates verification

Description

It verifies if Rseb is up-to-date and installs it when required.

Usage

actualize(
  update = TRUE,
  verbose = TRUE,
  force = FALSE,
  build.manual = TRUE,
  build.vignettes = TRUE
)

Arguments

update

Logical value to define whether update the Rseb package. By default TRUE.

verbose

Logical value to define whether print messages. By default TRUE.

force

Logical value to define whether to force the installation of Rseb even though already up-to-date. Parameter passed to devtools::install_github(). By default FALSE.

build.manual

Logic value to define whether to build the manual. By default TRUE.

build.vignettes

Logic value to define whether to build the vignettes. By default TRUE.

Details

This function will check for internet availability.

Value

Warnings and/or messages. Installation of the latest version of Rseb if required.


sebastian-gregoricchio/Rseb documentation built on May 15, 2024, 5:45 a.m.