Skip to content

greenhorn82/rbpositpack

Repository files navigation

rbpositpack

R-CMD-check

The goal of rbpositpack is to package development!

Installation

You can install the development version of rbpositpack from GitHub with:

# install.packages("devtools")
devtools::install_github("greenhorn82/rbpositpack")

Example

This is a basic example which shows you how to solve a common problem:

library(rbpositpack)

lib_summary()
#>                                                                 Library
#> 1                                    C:/Program Files/R/R-4.3.1/library
#> 2                       C:/Users/robert/AppData/Local/R/win-library/4.3
#> 3 C:/Users/robert/AppData/Local/Temp/RtmpshV0Zl/temp_libpath27b01621352
#>   n_packages
#> 1         30
#> 2        347
#> 3          1

# Also calculate sizes

lib_summary(TRUE)
#>                                                                 Library
#> 1                                    C:/Program Files/R/R-4.3.1/library
#> 2                       C:/Users/robert/AppData/Local/R/win-library/4.3
#> 3 C:/Users/robert/AppData/Local/Temp/RtmpshV0Zl/temp_libpath27b01621352
#>   n_packages  lib_size
#> 1         30  68858812
#> 2        347 745526081
#> 3          1     13909

About

Count the installed packages

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages