Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.43 KB

index.md

File metadata and controls

32 lines (24 loc) · 1.43 KB

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

R Package for meta-analysis of KWB-R packages on Github. It is a wrapper to the R packages 'codemetar' and 'pkgnet' for providing insights into the development of the R packages on Github.

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 pkgmeta in R
install.packages('pkgmeta')

# Browse the pkgmeta manual pages
help(package = 'pkgmeta')

Usage

Checkout the available articles on how to use this R package.