diff --git a/index.html b/index.html
index c715eea..106c3a3 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
the length of an associated vector. Contains helper functions to
create natural language lists from vectors and to include the length
of a vector in natural language.">
-
+
Changelog • pluChangelog • plu
@@ -17,7 +17,7 @@
plu
- 0.2.3.9000
+ 0.3.0
@@ -48,7 +48,7 @@
Changelog
-
plu (development version)
+
plu 0.3.0
plu_ral() now accepts vectors for arguments n and pl.
e.g. plu_ral(c("word", "phrase"), n = c(1, 2)) returns c("word", "phrases").
diff --git a/reference/plu_more.html b/reference/plu_more.html
index 20cd5b6..3a72a8d 100644
--- a/reference/plu_more.html
+++ b/reference/plu_more.html
@@ -1,5 +1,5 @@
-Informatively display a maximum number of elements — plu_more • pluInformatively display a maximum number of elements — plu_more • plu
@@ -17,7 +17,7 @@
plu
- 0.2.3.9000
+ 0.3.0
@@ -223,7 +223,7 @@
Examples
warning("Square root is undefined for ",
-and::and(plu::more(prob_msg, fn =crayon::silver, type ="input.")),
+and::and(plu::more(prob_msg, fn =crayon::silver, type ="input.")), call. =FALSE)}
@@ -233,11 +233,11 @@
Examples
ints<-round(runif(20, -10, 10))verbose_sqrt(ints)
-#>Warning: Square root is undefined for `-4`, `-9`, `-8`, `-6`, `-10` and 2 more inputs.
+#>Warning: Square root is undefined for `-2`, `-3`, `-7`, `-3`, `-5`, and 4 more inputs.#>Warning: NaNs produced
-#> [1] 2.000000 NaN NaN 3.162278 NaN 2.449490 2.449490 1.414214
-#> [9] NaN NaN NaN 3.162278 2.236068 1.414214 2.000000 NaN
-#> [17] 1.414214 1.414214 2.828427 0.000000
+#> [1] NaN 2.449490 NaN 2.236068 1.732051 NaN NaN NaN
+#> [9] NaN 1.000000 NaN 2.236068 2.449490 2.645751 NaN 1.000000
+#> [17] 3.000000 NaN 3.162278 1.000000
diff --git a/reference/plu_ral.html b/reference/plu_ral.html
index 1612fcf..2fc02b9 100644
--- a/reference/plu_ral.html
+++ b/reference/plu_ral.html
@@ -1,5 +1,5 @@
-Pluralize a phrase based on the length of a vector — plu_ral • pluPluralize a phrase based on the length of a vector — plu_ral • plu
@@ -17,7 +17,7 @@
plu
- 0.2.3.9000
+ 0.3.0
@@ -249,9 +249,9 @@
Examples
#> [1] "apple" "pears" "plums" "strawberries" "oranges" paste("The caterpillar ate",
-and::and(paste(nombre::cardinal(quantities), plu::ral(foods, n =quantities)))
+and::and(paste(nombre::cardinal(quantities), plu::ral(foods, n =quantities))))
-#> [1] "The caterpillar ate one apple, two pears, three plums, four strawberries and five oranges"
+#> [1] "The caterpillar ate one apple, two pears, three plums, four strawberries, and five oranges"# Some words have a dual form, a specific form for quantities of twopaste("The caterpillar ate", plu::ral("{the|both|all of the} apple", mon))
diff --git a/reference/plu_ralize.html b/reference/plu_ralize.html
index 083916b..c624333 100644
--- a/reference/plu_ralize.html
+++ b/reference/plu_ralize.html
@@ -1,5 +1,5 @@
-Pluralize a word — plu_ralize • pluPluralize a word — plu_ralize • plu
@@ -17,7 +17,7 @@
plu
- 0.2.3.9000
+ 0.3.0
diff --git a/reference/plu_stick.html b/reference/plu_stick.html
index a29bbda..b76650d 100644
--- a/reference/plu_stick.html
+++ b/reference/plu_stick.html
@@ -1,7 +1,7 @@
Deprecated functions — plu_stick • plu
@@ -19,7 +19,7 @@
plu
- 0.2.3.9000
+ 0.3.0
@@ -53,7 +53,7 @@