From 35eea298d25b2dbae8bda8856a2056412388f83e Mon Sep 17 00:00:00 2001 From: Elin Waring Date: Sat, 4 Jul 2020 19:32:17 -0400 Subject: [PATCH] Update cross links. --- DESCRIPTION | 2 +- codemeta.json | 2 +- man/mutate.skim_df.Rd | 4 ++-- man/print.Rd | 6 +++--- man/reexports.Rd | 4 ++-- man/sfl.Rd | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index cf45d188..2b6e2cf2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -130,7 +130,7 @@ VignetteBuilder: Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.0 +RoxygenNote: 7.1.1 Collate: 'deprecated.R' 'dplyr.R' diff --git a/codemeta.json b/codemeta.json index 134e9416..3302f22c 100644 --- a/codemeta.json +++ b/codemeta.json @@ -432,7 +432,7 @@ ], "releaseNotes": "https://github.com/ropensci/skimr/blob/master/NEWS.md", "readme": "https://github.com/ropensci/skimr/blob/master/README.md", - "fileSize": "364531.118KB", + "fileSize": "364473.989KB", "contIntegration": ["https://travis-ci.org/ropensci/skimr", "https://ci.appveyor.com/project/michaelquinn32/skimr", "https://codecov.io/gh/ropensci/skimr"], "review": { "@type": "Review", diff --git a/man/mutate.skim_df.Rd b/man/mutate.skim_df.Rd index d148e58d..f0bc62c3 100644 --- a/man/mutate.skim_df.Rd +++ b/man/mutate.skim_df.Rd @@ -16,9 +16,9 @@ be the name of a new variable, and the value will be its corresponding value. Use \code{NULL} value in \code{mutate} to drop a variable. New variables overwrite existing variables of the same name. -The arguments in \code{...} are automatically quoted with \code{\link[rlang:quo]{rlang::quo()}} and +The arguments in \code{...} are automatically quoted with \code{\link[rlang:nse-defuse]{rlang::quo()}} and evaluated with \code{\link[rlang:eval_tidy]{rlang::eval_tidy()}} in the context of the data frame. They -support unquoting \code{\link[rlang:quasiquotation]{rlang::quasiquotation}} and splicing. See +support unquoting \code{\link[rlang:nse-force]{rlang::quasiquotation}} and splicing. See \code{vignette("programming", package = "dplyr")} for an introduction to these concepts.} } diff --git a/man/print.Rd b/man/print.Rd index f06cc434..cdf30e30 100644 --- a/man/print.Rd +++ b/man/print.Rd @@ -106,8 +106,8 @@ package. You can control printing behavior using the same global options. Printing a \code{skim_df} requires specific columns that might be dropped when -using \code{\link[dplyr:select]{dplyr::select()}} or \code{\link[dplyr:summarize]{dplyr::summarize()}} on a \code{skim_df}. In those -cases, this method falls back to \code{\link[tibble:print.tbl]{tibble::print.tbl()}}. +using \code{\link[dplyr:select]{dplyr::select()}} or \code{\link[dplyr:summarise]{dplyr::summarize()}} on a \code{skim_df}. In those +cases, this method falls back to \code{\link[tibble:formatting]{tibble::print.tbl()}}. } \section{Controlling metadata behavior}{ @@ -122,7 +122,7 @@ empty you may need to run the following \code{options(crayon.enabled = FALSE)}. } \seealso{ -\code{\link[tibble:trunc_mat]{tibble::trunc_mat()}} For a list of global options for customizing +\code{\link[tibble:formatting]{tibble::trunc_mat()}} For a list of global options for customizing print formatting. \code{\link[crayon:has_color]{crayon::has_color()}} for the variety of issues that affect tibble's color support. } diff --git a/man/reexports.Rd b/man/reexports.Rd index a41446f2..53fd354b 100644 --- a/man/reexports.Rd +++ b/man/reexports.Rd @@ -18,8 +18,8 @@ These objects are imported from other packages. Follow the links below to see their documentation. \describe{ - \item{magrittr}{\code{\link[magrittr]{\%>\%}}} + \item{magrittr}{\code{\link[magrittr:pipe]{\%>\%}}} - \item{tidyselect}{\code{\link[tidyselect]{contains}}, \code{\link[tidyselect]{ends_with}}, \code{\link[tidyselect]{everything}}, \code{\link[tidyselect]{matches}}, \code{\link[tidyselect]{num_range}}, \code{\link[tidyselect]{one_of}}, \code{\link[tidyselect]{starts_with}}} + \item{tidyselect}{\code{\link[tidyselect:starts_with]{contains}}, \code{\link[tidyselect:starts_with]{ends_with}}, \code{\link[tidyselect]{everything}}, \code{\link[tidyselect:starts_with]{matches}}, \code{\link[tidyselect:starts_with]{num_range}}, \code{\link[tidyselect]{one_of}}, \code{\link[tidyselect]{starts_with}}} }} diff --git a/man/sfl.Rd b/man/sfl.Rd index 4383b8e7..a84b82b3 100644 --- a/man/sfl.Rd +++ b/man/sfl.Rd @@ -34,7 +34,7 @@ returned by \code{dplyr::funs()} and a list of skimming functions to drop. \description{ This constructor is used to create a named list of functions. It also you also pass \code{NULL} to identify a skimming function that you wish to remove. -Only functions that return a single value, working with \code{\link[dplyr:summarize]{dplyr::summarize()}}, +Only functions that return a single value, working with \code{\link[dplyr:summarise]{dplyr::summarize()}}, can be used within \code{sfl}. } \details{