update_kim: Update the package 'kim'

View source: R/update_kim.R

update_kimR Documentation

Update the package 'kim'

Description

(Rewritten by ChatGPT on May 27, 2025, then again on Jun 17, 2025. May not function properly because of the rewrite.)

Usage

update_kim(force = TRUE, upgrade_other_pkg = FALSE, confirm = TRUE)

Arguments

force

logical. If TRUE, force installing the update. By default, TRUE.

upgrade_other_pkg

passed to remotes::install_github. By default, FALSE.

confirm

logical. If TRUE, ask the user before updating. By default, TRUE.

Details

Updates the current package 'kim' by installing the most recent version of the package from GitHub. This function requires the 'remotes' package.

Value

Invisibly returns NULL. Called for side effects.


jinkim3/kim documentation built on July 17, 2025, 3:03 a.m.