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/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] } }