Skip to contents

This package contains some helper functions for (un-)installing KWB packages and for showing package dependencies. The function of main interest may be updateKwbPackages() that checks for the latest package version on KWB’s server and installs the packages from there if required.

Installation

For installing the latest release of this R package run the following code below:

# Enable repository from kwb-r
options(repos = c(
  kwbr = 'https://kwb-r.r-universe.dev',
  CRAN = 'https://cloud.r-project.org'))

# Download and install kwb.package in R
install.packages('kwb.package')

# Browse the kwb.package manual pages
help(package = 'kwb.package')