Skip to content

FulyaGokalp2/libminer

Repository files navigation

libminer

R-CMD-check

The goal of libminer is to help you understand your libraries better.

Installation

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

# install.packages("devtools")
devtools::install_github("FulyaGokalp2/libminer")

Example

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

library(libminer)

lib_summary()
#>                                                                                         Library
#> 1                         /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library
#> 2 /private/var/folders/4f/qmd9vfsj3299m16cp2f984xm0000gn/T/Rtmp3Hvvnh/temp_libpath16a0a1d5aa928
#>   n_packages
#> 1        228
#> 2          1

# Also can calculate sizes 
lib_summary(sizes = TRUE)
#>                                                                                         Library
#> 1                         /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library
#> 2 /private/var/folders/4f/qmd9vfsj3299m16cp2f984xm0000gn/T/Rtmp3Hvvnh/temp_libpath16a0a1d5aa928
#>   n_packages lib_size
#> 1        228    96992
#> 2          1      352

About

Explore Your R Libraries

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