diff --git a/404.html b/404.html index ff2892c..fda0c43 100644 --- a/404.html +++ b/404.html @@ -32,7 +32,7 @@
diff --git a/LICENSE-text.html b/LICENSE-text.html index 3004481..b4b9d80 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ diff --git a/LICENSE.html b/LICENSE.html index f64eecb..fa834cc 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -17,7 +17,7 @@ diff --git a/articles/abridge.html b/articles/abridge.html index 335ad5e..ca550f9 100644 --- a/articles/abridge.html +++ b/articles/abridge.html @@ -33,7 +33,7 @@ diff --git a/articles/efun.html b/articles/efun.html index 5c46e55..8a9b2a9 100644 --- a/articles/efun.html +++ b/articles/efun.html @@ -33,7 +33,7 @@ @@ -127,7 +127,7 @@
denstogram(data = ggplot2::diamonds, xvar = price)
-
+
diff --git a/articles/index.html b/articles/index.html
index 9610b68..ec3b777 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -17,7 +17,7 @@
diff --git a/authors.html b/authors.html
index 38f375b..8f7f834 100644
--- a/authors.html
+++ b/authors.html
@@ -17,7 +17,7 @@
@@ -73,13 +73,13 @@ Alfonso-Sierra E (2024). efun: Miscellaneous Functions by E. -R package version 0.3.3, https://github.com/edalfon/efun. +R package version 0.3.4, https://github.com/edalfon/efun.
@Manual{, title = {efun: Miscellaneous Functions by E}, author = {Eduardo Alfonso-Sierra}, year = {2024}, - note = {R package version 0.3.3}, + note = {R package version 0.3.4}, url = {https://github.com/edalfon/efun}, }diff --git a/index.html b/index.html index 110dedf..2b65244 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ diff --git a/pkgdown.yml b/pkgdown.yml index aaa20ec..ce32871 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: abridge: abridge.html efun: efun.html -last_built: 2024-06-19T16:56Z +last_built: 2024-06-19T17:05Z urls: reference: https://edalfon.github.io/efun/reference article: https://edalfon.github.io/efun/articles diff --git a/reference/abridge_df.html b/reference/abridge_df.html index 398d7da..b134b46 100644 --- a/reference/abridge_df.html +++ b/reference/abridge_df.html @@ -18,7 +18,7 @@ diff --git a/reference/are_paired.html b/reference/are_paired.html index a80149a..d75b4ba 100644 --- a/reference/are_paired.html +++ b/reference/are_paired.html @@ -24,7 +24,7 @@ diff --git a/reference/assert.html b/reference/assert.html index 3adc964..e070ae2 100644 --- a/reference/assert.html +++ b/reference/assert.html @@ -25,7 +25,7 @@ @@ -79,7 +79,7 @@
assert(.data, ..., msg = "Assertion does not hold")
assert(.data, ..., msg = "Assertion does not hold", na.rm = TRUE)
A character vector specifying the message to include in the error message if the assertion fails.
passed to all()
: logical. If true NA values are removed
+before the result is computed.