diff --git a/.Rbuildignore b/.Rbuildignore index 764bc6a8..4e32c28a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -20,3 +20,4 @@ .Rprofile ^\.github/workflows/R-CMD-check\.yaml$ ^\.github/workflows/pkgdown\.yaml$ +^revdep$ diff --git a/DESCRIPTION b/DESCRIPTION index 93583279..51ea9140 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -124,5 +124,5 @@ URL: https://github.com/njtierney/naniar BugReports: https://github.com/njtierney/naniar/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.0 +RoxygenNote: 7.1.0.9000 Language: en-US diff --git a/man/reexports.Rd b/man/reexports.Rd index 86be018c..938e9db2 100644 --- a/man/reexports.Rd +++ b/man/reexports.Rd @@ -14,9 +14,9 @@ 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{rlang}{\code{\link[rlang]{are_na}}, \code{\link[rlang]{is_na}}} + \item{rlang}{\code{\link[rlang]{are_na}}, \code{\link[rlang:are_na]{is_na}}} \item{visdat}{\code{\link[visdat]{vis_miss}}} }} diff --git a/revdep/.gitignore b/revdep/.gitignore new file mode 100644 index 00000000..d3ac4e16 --- /dev/null +++ b/revdep/.gitignore @@ -0,0 +1,9 @@ +checks +library +checks.noindex +library.noindex +data.sqlite +*.html +download +lib +cloud.noindex diff --git a/revdep/README.md b/revdep/README.md new file mode 100644 index 00000000..f34dcaa6 --- /dev/null +++ b/revdep/README.md @@ -0,0 +1,22 @@ +# Platform + +|field |value | +|:--------|:----------------------------| +|version |R version 4.0.1 (2020-06-06) | +|os |macOS Mojave 10.14.6 | +|system |x86_64, darwin17.0 | +|ui |RStudio | +|language |(EN) | +|collate |en_AU.UTF-8 | +|ctype |en_AU.UTF-8 | +|tz |Australia/Melbourne | +|date |2020-06-29 | + +# Dependencies + +|package |old |new |Δ | +|:-------|:-----|:-----|:--| +|naniar |0.5.1 |0.5.2 |* | + +# Revdeps + diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 00000000..9a207363 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md new file mode 100644 index 00000000..9a207363 --- /dev/null +++ b/revdep/problems.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file