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.