Skip to content

Commit

Permalink
Merge pull request #752 from olivroy/links
Browse files Browse the repository at this point in the history
Links + add Olivier as contributor
  • Loading branch information
michaelquinn32 authored Jan 28, 2025
2 parents d8fd0ac + 42afdce commit c0018a7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ Authors@R:
person(given = "Henry",
family = "Morgan Stewart",
role = "ctb",
email = "[email protected]")
email = "[email protected]"),
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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion R/skim_print.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/knit_print.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/skimr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0018a7

Please sign in to comment.