diff --git a/DESCRIPTION b/DESCRIPTION index e838eb0..18b8ede 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: libr Type: Package Title: Libraries, Data Dictionaries, and a Data Step for R -Version: 1.3.7 +Version: 1.3.8 Maintainer: David Bosak Authors@R: c( person("David", "Bosak", email = "dbosak01@gmail.com", role = c("aut", "cre")), @@ -30,7 +30,8 @@ Suggests: utils, logr, covr, - fmtr + fmtr, + nanoparquet Imports: readr, readxl, @@ -41,8 +42,7 @@ Imports: tibble, tools, Rcpp, - data.table, - nanoparquet + data.table RoxygenNote: 7.3.2 VignetteBuilder: knitr LinkingTo: diff --git a/NAMESPACE b/NAMESPACE index f48dae2..7ebc1d0 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -33,7 +33,6 @@ import(common) import(crayon) import(dplyr) import(haven) -import(nanoparquet) import(openxlsx) import(readr) import(readxl) diff --git a/NEWS.md b/NEWS.md index 3965944..e9e6546 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# libr 1.3.8 +* Moved 'nanoparquet' to suggested instead of imports. + # libr 1.3.7 * Added 'parquet' file format to `libname()` function. * Added 'subset' parameter to `datastep()` function to filter the data on input. diff --git a/R/libname.R b/R/libname.R index cade9ac..34001b3 100644 --- a/R/libname.R +++ b/R/libname.R @@ -247,7 +247,6 @@ e$env <- parent.frame() #' @import readxl #' @import haven #' @import tibble -#' @import nanoparquet #' @export libname <- function(name, directory_path, engine = "rds", read_only = FALSE, env = parent.frame(), diff --git a/docs/404.html b/docs/404.html index 3e7bc52..221eddb 100644 --- a/docs/404.html +++ b/docs/404.html @@ -39,7 +39,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/articles/index.html b/docs/articles/index.html index 86fd948..5a6ba81 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -17,7 +17,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/articles/libr-basics.html b/docs/articles/libr-basics.html index ca52d5e..a2f7859 100644 --- a/docs/articles/libr-basics.html +++ b/docs/articles/libr-basics.html @@ -38,7 +38,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/articles/libr-datastep.html b/docs/articles/libr-datastep.html index d99fea1..c5f7413 100644 --- a/docs/articles/libr-datastep.html +++ b/docs/articles/libr-datastep.html @@ -38,7 +38,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/articles/libr-disclaimer.html b/docs/articles/libr-disclaimer.html index e2e6da1..5c765a1 100644 --- a/docs/articles/libr-disclaimer.html +++ b/docs/articles/libr-disclaimer.html @@ -38,7 +38,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/articles/libr-example1.html b/docs/articles/libr-example1.html index 6d744ef..f9edc10 100644 --- a/docs/articles/libr-example1.html +++ b/docs/articles/libr-example1.html @@ -38,7 +38,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/articles/libr-example2.html b/docs/articles/libr-example2.html index ac85cb9..70e9351 100644 --- a/docs/articles/libr-example2.html +++ b/docs/articles/libr-example2.html @@ -38,7 +38,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/articles/libr-faq.html b/docs/articles/libr-faq.html index 0d2dd3d..5c1d6f6 100644 --- a/docs/articles/libr-faq.html +++ b/docs/articles/libr-faq.html @@ -38,7 +38,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/articles/libr-management.html b/docs/articles/libr-management.html index 234b46e..ada4c4e 100644 --- a/docs/articles/libr-management.html +++ b/docs/articles/libr-management.html @@ -38,7 +38,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/articles/libr.html b/docs/articles/libr.html index 88665cb..47c209a 100644 --- a/docs/articles/libr.html +++ b/docs/articles/libr.html @@ -38,7 +38,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/authors.html b/docs/authors.html index c47dc13..5cf19b9 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -17,7 +17,7 @@ libr - 1.3.7 + 1.3.8 @@ -105,13 +105,13 @@

Citation

Bosak D (2024). libr: Libraries, Data Dictionaries, and a Data Step for R. -R package version 1.3.7, https://github.com/dbosak01/libr, https://libr.r-sassy.org. +R package version 1.3.8, https://github.com/dbosak01/libr, https://libr.r-sassy.org.

@Manual{,
   title = {libr: Libraries, Data Dictionaries, and a Data Step for R},
   author = {David Bosak},
   year = {2024},
-  note = {R package version 1.3.7, https://github.com/dbosak01/libr},
+  note = {R package version 1.3.8, https://github.com/dbosak01/libr},
   url = {https://libr.r-sassy.org},
 }
diff --git a/docs/index.html b/docs/index.html index c30a1bb..d6ce77e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -40,7 +40,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/news/index.html b/docs/news/index.html index a6c5c69..6bec7bc 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -17,7 +17,7 @@ libr - 1.3.7 + 1.3.8 @@ -82,7 +82,11 @@

Changelog

- + +
+
+
diff --git a/docs/reference/delete.html b/docs/reference/delete.html index 88b8814..e1339f5 100644 --- a/docs/reference/delete.html +++ b/docs/reference/delete.html @@ -20,7 +20,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/dictionary.html b/docs/reference/dictionary.html index cc454d5..a40c163 100644 --- a/docs/reference/dictionary.html +++ b/docs/reference/dictionary.html @@ -34,7 +34,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/dsarray.html b/docs/reference/dsarray.html index f5a429d..2ddc88b 100644 --- a/docs/reference/dsarray.html +++ b/docs/reference/dsarray.html @@ -19,7 +19,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/dsattr.html b/docs/reference/dsattr.html index 16cc189..b27a6b6 100644 --- a/docs/reference/dsattr.html +++ b/docs/reference/dsattr.html @@ -23,7 +23,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/import_spec.html b/docs/reference/import_spec.html index dcf365f..d673765 100644 --- a/docs/reference/import_spec.html +++ b/docs/reference/import_spec.html @@ -25,7 +25,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/index.html b/docs/reference/index.html index c0824d6..dab2c8c 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -17,7 +17,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/is.lib.html b/docs/reference/is.lib.html index ad975de..10ffcd8 100644 --- a/docs/reference/is.lib.html +++ b/docs/reference/is.lib.html @@ -18,7 +18,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/length.dsarray.html b/docs/reference/length.dsarray.html index 0eb3e43..5ec379a 100644 --- a/docs/reference/length.dsarray.html +++ b/docs/reference/length.dsarray.html @@ -18,7 +18,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_add.html b/docs/reference/lib_add.html index 45fce96..eff1276 100644 --- a/docs/reference/lib_add.html +++ b/docs/reference/lib_add.html @@ -23,7 +23,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_copy.html b/docs/reference/lib_copy.html index e747e6e..02bc3e2 100644 --- a/docs/reference/lib_copy.html +++ b/docs/reference/lib_copy.html @@ -24,7 +24,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_delete.html b/docs/reference/lib_delete.html index 45e71db..bccc4ef 100644 --- a/docs/reference/lib_delete.html +++ b/docs/reference/lib_delete.html @@ -24,7 +24,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_export.html b/docs/reference/lib_export.html index 7949517..0e35387 100644 --- a/docs/reference/lib_export.html +++ b/docs/reference/lib_export.html @@ -27,7 +27,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_info.html b/docs/reference/lib_info.html index 8f6df3a..b2350f3 100644 --- a/docs/reference/lib_info.html +++ b/docs/reference/lib_info.html @@ -20,7 +20,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_load.html b/docs/reference/lib_load.html index 0b74840..168f9f4 100644 --- a/docs/reference/lib_load.html +++ b/docs/reference/lib_load.html @@ -25,7 +25,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_path.html b/docs/reference/lib_path.html index a89deb6..4f11070 100644 --- a/docs/reference/lib_path.html +++ b/docs/reference/lib_path.html @@ -18,7 +18,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_remove.html b/docs/reference/lib_remove.html index dee6c9e..57e924c 100644 --- a/docs/reference/lib_remove.html +++ b/docs/reference/lib_remove.html @@ -19,7 +19,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_replace.html b/docs/reference/lib_replace.html index d478e68..7ca01d8 100644 --- a/docs/reference/lib_replace.html +++ b/docs/reference/lib_replace.html @@ -22,7 +22,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_size.html b/docs/reference/lib_size.html index 8afbfd1..7f0fa7c 100644 --- a/docs/reference/lib_size.html +++ b/docs/reference/lib_size.html @@ -18,7 +18,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_sync.html b/docs/reference/lib_sync.html index c361ec0..a72716a 100644 --- a/docs/reference/lib_sync.html +++ b/docs/reference/lib_sync.html @@ -31,7 +31,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_unload.html b/docs/reference/lib_unload.html index fec75f7..aa12557 100644 --- a/docs/reference/lib_unload.html +++ b/docs/reference/lib_unload.html @@ -22,7 +22,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/lib_write.html b/docs/reference/lib_write.html index 8672775..ce8cde5 100644 --- a/docs/reference/lib_write.html +++ b/docs/reference/lib_write.html @@ -29,7 +29,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/libname.html b/docs/reference/libname.html index 66671b5..9605c3b 100644 --- a/docs/reference/libname.html +++ b/docs/reference/libname.html @@ -23,7 +23,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/libr.html b/docs/reference/libr.html index 8501e60..1103aaa 100644 --- a/docs/reference/libr.html +++ b/docs/reference/libr.html @@ -47,7 +47,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/output.html b/docs/reference/output.html index 5411a96..50e48b6 100644 --- a/docs/reference/output.html +++ b/docs/reference/output.html @@ -21,7 +21,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/print.lib.html b/docs/reference/print.lib.html index 0b61766..67e72ae 100644 --- a/docs/reference/print.lib.html +++ b/docs/reference/print.lib.html @@ -19,7 +19,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/print.specs.html b/docs/reference/print.specs.html index d086c96..b7d0171 100644 --- a/docs/reference/print.specs.html +++ b/docs/reference/print.specs.html @@ -17,7 +17,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/read.specs.html b/docs/reference/read.specs.html index 740088c..3236ef7 100644 --- a/docs/reference/read.specs.html +++ b/docs/reference/read.specs.html @@ -21,7 +21,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/specs.html b/docs/reference/specs.html index d3b20a2..eda9e0c 100644 --- a/docs/reference/specs.html +++ b/docs/reference/specs.html @@ -32,7 +32,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/sub-.dsarray.html b/docs/reference/sub-.dsarray.html index 6a2493c..a5fbb49 100644 --- a/docs/reference/sub-.dsarray.html +++ b/docs/reference/sub-.dsarray.html @@ -22,7 +22,7 @@ libr - 1.3.7 + 1.3.8 diff --git a/docs/reference/write.specs.html b/docs/reference/write.specs.html index 4004125..51b4823 100644 --- a/docs/reference/write.specs.html +++ b/docs/reference/write.specs.html @@ -21,7 +21,7 @@ libr - 1.3.7 + 1.3.8