diff --git a/reference/lib_summary.html b/reference/lib_summary.html
index 8bbfa77..8dd4e52 100644
--- a/reference/lib_summary.html
+++ b/reference/lib_summary.html
@@ -20,6 +20,12 @@
diff --git a/reference/libminer-package.html b/reference/libminer-package.html
index e12ec24..07ec895 100644
--- a/reference/libminer-package.html
+++ b/reference/libminer-package.html
@@ -20,6 +20,12 @@
diff --git a/search.json b/search.json
index 19aac0e..98039d3 100644
--- a/search.json
+++ b/search.json
@@ -1 +1 @@
-[{"path":"http://andyteucher.ca/libminer/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2023 libminer authors Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"http://andyteucher.ca/libminer/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Andy Teucher. Author, maintainer.","code":""},{"path":"http://andyteucher.ca/libminer/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Teucher (2023). libminer: Explore R Libraries. https://github.com/ateucher/libminer, http://andyteucher.ca/libminer/.","code":"@Manual{, title = {libminer: Explore Your R Libraries}, author = {Andy Teucher}, year = {2023}, note = {https://github.com/ateucher/libminer, http://andyteucher.ca/libminer/}, }"},{"path":"http://andyteucher.ca/libminer/index.html","id":"libminer","dir":"","previous_headings":"","what":"Explore Your R Libraries","title":"Explore Your R Libraries","text":"goal libminer provide overview R library setup. toy package created part workshop meant serious use.","code":""},{"path":"http://andyteucher.ca/libminer/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Explore Your R Libraries","text":"can install development version libminer GitHub :","code":"# install.packages(\"devtools\") devtools::install_github(\"ateucher/libminer\")"},{"path":"http://andyteucher.ca/libminer/index.html","id":"example-usage","dir":"","previous_headings":"","what":"Example usage","title":"Explore Your R Libraries","text":"get count installed packages library locations, optionally total sizes, use lib_summary() function:","code":"library(libminer) lib_summary() #> Library #> 1 /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library #> 2 /private/var/folders/_f/n9fw7ctx3fqf2ty9ylw502g80000gn/T/RtmpTxIv1Z/temp_libpath17e8111f3ca5d #> 3 /Users/andy/Library/R/arm64/4.3/library #> n_packages #> 1 29 #> 2 1 #> 3 191 # specify `sizes = TRUE` to calculate the total size on disk of your packages lib_summary(sizes = TRUE) #> Library #> 1 /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library #> 2 /private/var/folders/_f/n9fw7ctx3fqf2ty9ylw502g80000gn/T/RtmpTxIv1Z/temp_libpath17e8111f3ca5d #> 3 /Users/andy/Library/R/arm64/4.3/library #> n_packages lib_size #> 1 29 71351828 #> 2 1 14402 #> 3 191 1164955163"},{"path":"http://andyteucher.ca/libminer/reference/lib_summary.html","id":null,"dir":"Reference","previous_headings":"","what":"R Library Summary — lib_summary","title":"R Library Summary — lib_summary","text":"Provides brief summary package libraries machine","code":""},{"path":"http://andyteucher.ca/libminer/reference/lib_summary.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"R Library Summary — lib_summary","text":"","code":"lib_summary(sizes = FALSE)"},{"path":"http://andyteucher.ca/libminer/reference/lib_summary.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"R Library Summary — lib_summary","text":"sizes sizes libraries calculated? Logical; default FALSE.","code":""},{"path":"http://andyteucher.ca/libminer/reference/lib_summary.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"R Library Summary — lib_summary","text":"data.frame containing count packages user's libraries. size column included sizes = TRUE.","code":""},{"path":"http://andyteucher.ca/libminer/reference/lib_summary.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"R Library Summary — lib_summary","text":"","code":"lib_summary() #> Library n_packages #> 1 /home/runner/work/_temp/Library 69 #> 2 /opt/R/4.3.1/lib/R/library 29 #> 3 /opt/R/4.3.1/lib/R/site-library 1 lib_summary(sizes = TRUE) #> Library n_packages lib_size #> 1 /home/runner/work/_temp/Library 69 71410562 #> 2 /opt/R/4.3.1/lib/R/library 29 69574120 #> 3 /opt/R/4.3.1/lib/R/site-library 1 14569622"},{"path":"http://andyteucher.ca/libminer/reference/libminer-package.html","id":null,"dir":"Reference","previous_headings":"","what":"libminer: Explore Your R Libraries — libminer-package","title":"libminer: Explore Your R Libraries — libminer-package","text":"Provides functions learning R libraries, packages installed.","code":""},{"path":[]},{"path":"http://andyteucher.ca/libminer/reference/libminer-package.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"libminer: Explore Your R Libraries — libminer-package","text":"Maintainer: Andy Teucher andy.teucher@gmail.com (ORCID)","code":""}]
+[{"path":"http://andyteucher.ca/libminer/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2023 libminer authors Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"http://andyteucher.ca/libminer/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Andy Teucher. Author, maintainer.","code":""},{"path":"http://andyteucher.ca/libminer/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Teucher (2023). libminer: Explore R Libraries. https://github.com/ateucher/libminer, http://andyteucher.ca/libminer/.","code":"@Manual{, title = {libminer: Explore Your R Libraries}, author = {Andy Teucher}, year = {2023}, note = {https://github.com/ateucher/libminer, http://andyteucher.ca/libminer/}, }"},{"path":"http://andyteucher.ca/libminer/index.html","id":"libminer","dir":"","previous_headings":"","what":"Explore Your R Libraries","title":"Explore Your R Libraries","text":"goal libminer provide overview R library setup. toy package created part workshop meant serious use.","code":""},{"path":"http://andyteucher.ca/libminer/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Explore Your R Libraries","text":"can install development version libminer GitHub :","code":"# install.packages(\"devtools\") devtools::install_github(\"ateucher/libminer\")"},{"path":"http://andyteucher.ca/libminer/index.html","id":"example-usage","dir":"","previous_headings":"","what":"Example usage","title":"Explore Your R Libraries","text":"get count installed packages library locations, optionally total sizes, use lib_summary() function:","code":"library(libminer) lib_summary() #> Library #> 1 /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library #> 2 /private/var/folders/_f/n9fw7ctx3fqf2ty9ylw502g80000gn/T/RtmpTxIv1Z/temp_libpath17e8111f3ca5d #> 3 /Users/andy/Library/R/arm64/4.3/library #> n_packages #> 1 29 #> 2 1 #> 3 191 # specify `sizes = TRUE` to calculate the total size on disk of your packages lib_summary(sizes = TRUE) #> Library #> 1 /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library #> 2 /private/var/folders/_f/n9fw7ctx3fqf2ty9ylw502g80000gn/T/RtmpTxIv1Z/temp_libpath17e8111f3ca5d #> 3 /Users/andy/Library/R/arm64/4.3/library #> n_packages lib_size #> 1 29 71351828 #> 2 1 14402 #> 3 191 1164955163"},{"path":"http://andyteucher.ca/libminer/reference/lib_summary.html","id":null,"dir":"Reference","previous_headings":"","what":"R Library Summary — lib_summary","title":"R Library Summary — lib_summary","text":"Provides brief summary package libraries machine","code":""},{"path":"http://andyteucher.ca/libminer/reference/lib_summary.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"R Library Summary — lib_summary","text":"","code":"lib_summary(sizes = FALSE)"},{"path":"http://andyteucher.ca/libminer/reference/lib_summary.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"R Library Summary — lib_summary","text":"sizes sizes libraries calculated? Logical; default FALSE.","code":""},{"path":"http://andyteucher.ca/libminer/reference/lib_summary.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"R Library Summary — lib_summary","text":"data.frame containing count packages user's libraries. size column included sizes = TRUE.","code":""},{"path":"http://andyteucher.ca/libminer/reference/lib_summary.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"R Library Summary — lib_summary","text":"","code":"lib_summary() #> Library n_packages #> 1 /home/runner/work/_temp/Library 69 #> 2 /opt/R/4.3.1/lib/R/library 29 #> 3 /opt/R/4.3.1/lib/R/site-library 1 lib_summary(sizes = TRUE) #> Library n_packages lib_size #> 1 /home/runner/work/_temp/Library 69 71422948 #> 2 /opt/R/4.3.1/lib/R/library 29 69574120 #> 3 /opt/R/4.3.1/lib/R/site-library 1 14569622"},{"path":"http://andyteucher.ca/libminer/reference/libminer-package.html","id":null,"dir":"Reference","previous_headings":"","what":"libminer: Explore Your R Libraries — libminer-package","title":"libminer: Explore Your R Libraries — libminer-package","text":"Provides functions learning R libraries, packages installed.","code":""},{"path":[]},{"path":"http://andyteucher.ca/libminer/reference/libminer-package.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"libminer: Explore Your R Libraries — libminer-package","text":"Maintainer: Andy Teucher andy.teucher@gmail.com (ORCID)","code":""}]
diff --git a/sitemap.xml b/sitemap.xml
index 642bd4a..7e2cda8 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -9,6 +9,12 @@
http://andyteucher.ca/libminer/LICENSE.html
+
+ http://andyteucher.ca/libminer/articles/index.html
+
+
+ http://andyteucher.ca/libminer/articles/lib-sitrep.html
+
http://andyteucher.ca/libminer/authors.html