Skip to content

R Package for Checking KWB Package Status (e.g. generating https://kwb-r.github.io/status)

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

KWB-R/kwb.pkgstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

84c6b32 · Mar 19, 2024
Mar 19, 2024
Mar 19, 2024
Feb 24, 2021
May 26, 2021
Feb 24, 2021
Oct 10, 2018
Nov 23, 2020
Oct 1, 2020
Mar 19, 2024
Jan 10, 2020
Jan 10, 2020
Jul 12, 2021
Mar 19, 2024
Jul 12, 2021
Feb 25, 2022
Jun 20, 2018
Jul 12, 2021
Jun 20, 2018

Repository files navigation

R-CMD-check pkgdown codecov Project Status CRAN_Status_Badge R-Universe_Status_Badge

kwb.pkgstatus

R package for checking KWB package status (e.g. generating https://kwb-r.github.io/status).

Installation

For details on how to install KWB-R packages checkout our installation tutorial.

### Optionally: specify GitHub Personal Access Token (GITHUB_PAT)
### See here why this might be important for you:
### https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat

# Sys.setenv(GITHUB_PAT = "mysecret_access_token")

# Install package "remotes" from CRAN
if (! require("remotes")) {
  install.packages("remotes", repos = "https://cloud.r-project.org")
}

# Install KWB package 'kwb.pkgstatus' from GitHub
remotes::install_github("KWB-R/kwb.pkgstatus")

Documentation

Release: https://kwb-r.github.io/kwb.pkgstatus

Development: https://kwb-r.github.io/kwb.pkgstatus/dev