diff --git a/DESCRIPTION b/DESCRIPTION index dc1074f..be42799 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -56,5 +56,5 @@ Encoding: UTF-8 Language: en-GB LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 VignetteBuilder: knitr diff --git a/man/percent.Rd b/man/percent.Rd index afb0609..c5b9d63 100644 --- a/man/percent.Rd +++ b/man/percent.Rd @@ -22,7 +22,7 @@ overwritten using \code{format()}. It's worth noting that the digits argument in \code{format.percent} uses decimal rounding instead of significant digit rounding. } \examples{ -library(percent) +library(phsmethods) # Convert proportions to percentages as_percent(seq(0, 1, 0.1))