Skip to content

Commit 830f47e

Browse files
committed
R CMD check fixes
1 parent 1bcbe6c commit 830f47e

File tree

6 files changed

+7
-10
lines changed

6 files changed

+7
-10
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ README.R?md
99
^sandbox/*
1010
^\.github$
1111
^vignettes/*
12+
revdep
1213
^pkgdown/*
1314
^_pkgdown\.yml$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Imports:
4848
Suggests: testthat
4949
LazyData: TRUE
5050
License: MIT + file LICENSE
51-
RoxygenNote: 7.1.2
51+
RoxygenNote: 7.2.1
5252
Config/testthat/edition: 3
5353
Config/Needs/website:
5454
rstudio/quillt

R/flex_dashboard.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#'to its containing web page.
77
#'
88
#'@inheritParams rmarkdown::html_document
9+
#'@inheritParams rmarkdown::html_document_base
910
#'
1011
#'@param fig_retina Scaling to perform for retina displays (defaults to 2). Note
1112
#' that for flexdashboard enabling retina scaling provides for both crisper

man/flex_dashboard.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

revdep/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
# Revdeps
22

3-
## Failed to check (1)
4-
5-
|package |version |error |warning |note |
6-
|:-------|:-------|:-----|:-------|:----|
7-
|NA |? | | | |
8-

revdep/cran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## revdepcheck results
22

3-
We checked 10 reverse dependencies (9 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 10 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
66
* We failed to check 0 packages

0 commit comments

Comments
 (0)