The goal of libminer
is to help you understand your libraries better.
You can install the development version of libminer from GitHub with:
# install.packages("devtools")
devtools::install_github("FulyaGokalp2/libminer")
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