diff --git a/DESCRIPTION b/DESCRIPTION index ea64e86c..83b659fa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -103,7 +103,10 @@ Authors@R: person(given = "Henry", family = "Morgan Stewart", role = "ctb", - email = "henry.morganstewart@gmail.com") + email = "henry.morganstewart@gmail.com"), + person(given = "Olivier", + family = "Roy", + role = "ctb") ) Description: A simple to use summary function that can be used with pipes and displays nicely in the console. The default summary statistics may @@ -114,7 +117,7 @@ Description: A simple to use summary function that can be used with pipes Instructions for managing these on specific operating systems are given in the "Using skimr" vignette and the README. License: GPL-3 -URL: https://docs.ropensci.org/skimr/ (website), +URL: https://docs.ropensci.org/skimr/, https://github.com/ropensci/skimr/ BugReports: https://github.com/ropensci/skimr/issues Depends: diff --git a/R/skim_print.R b/R/skim_print.R index 5fde5a48..b501d308 100644 --- a/R/skim_print.R +++ b/R/skim_print.R @@ -127,7 +127,7 @@ print.summary_skim_df <- function(x, .summary_rule_width = 40, ...) { #' [knitr::opts_chunk] for more information. You can change the number of digits #' shown in the printed table with the `skimr_digits` chunk option. #' -#' Alternatively, you can call [collapse()] or [yank()] to get the particular +#' Alternatively, you can call [yank()] to get the particular #' `skim_df` objects and format them however you like. One warning though. #' Because histograms contain unicode characters, they can have unexpected #' print results, as R as varying levels of unicode support. This affects diff --git a/man/knit_print.Rd b/man/knit_print.Rd index 72fa0095..1ab1a921 100644 --- a/man/knit_print.Rd +++ b/man/knit_print.Rd @@ -39,7 +39,7 @@ the \code{knitr} chunk option \code{skimr_include_summary = FALSE}. See \link[knitr:opts_chunk]{knitr::opts_chunk} for more information. You can change the number of digits shown in the printed table with the \code{skimr_digits} chunk option. -Alternatively, you can call \code{\link[=collapse]{collapse()}} or \code{\link[=yank]{yank()}} to get the particular +Alternatively, you can call \code{\link[=yank]{yank()}} to get the particular \code{skim_df} objects and format them however you like. One warning though. Because histograms contain unicode characters, they can have unexpected print results, as R as varying levels of unicode support. This affects diff --git a/man/skimr-package.Rd b/man/skimr-package.Rd index ee151c8d..ba6c5514 100644 --- a/man/skimr-package.Rd +++ b/man/skimr-package.Rd @@ -20,7 +20,7 @@ dispatched and the way the results are formatted. \seealso{ Useful links: \itemize{ - \item \url{https://docs.ropensci.org/skimr/ (website)} + \item \url{https://docs.ropensci.org/skimr/} \item \url{https://github.com/ropensci/skimr/} \item Report bugs at \url{https://github.com/ropensci/skimr/issues} } @@ -60,6 +60,7 @@ Other contributors: \item Bastian Torges \email{bastian.torges@gmail.com} [contributor] \item Rick Saporta \email{Rick@TheFarmersDog.com} [contributor] \item Henry Morgan Stewart \email{henry.morganstewart@gmail.com} [contributor] + \item Olivier Roy [contributor] } }