diff --git a/man/tidyfast-package.Rd b/man/tidyfast-package.Rd index b409a55..3c1f898 100644 --- a/man/tidyfast-package.Rd +++ b/man/tidyfast-package.Rd @@ -6,9 +6,7 @@ \alias{tidyfast-package} \title{tidyfast: Fast Tidying of Data} \description{ -Tidying functions built on 'data.table' - to provide quick and efficient data manipulation with - minimal overhead. +Tidying functions built on 'data.table' to provide quick and efficient data manipulation with minimal overhead. } \author{ \strong{Maintainer}: Tyson Barrett \email{t.barrett88@gmail.com} (\href{https://orcid.org/0000-0002-2137-1391}{ORCID}) diff --git a/tests/spelling.R b/tests/spelling.R index 13f77d9..d60e024 100644 --- a/tests/spelling.R +++ b/tests/spelling.R @@ -1,6 +1,7 @@ if (requireNamespace("spelling", quietly = TRUE)) { spelling::spell_check_test( - vignettes = TRUE, error = FALSE, + vignettes = TRUE, + error = FALSE, skip_on_cran = TRUE ) }