-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add revdep checks * fix missing var from bad merge * bump version to v0.10.0 * run revdep * remove remotes for checking * rerun revdep * Use cran comments * spelling * Remove completed TODO-barret 's * document * fix link * ignore cran-release
- Loading branch information
Showing
13 changed files
with
78 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,7 @@ | |
rsconnect/ | ||
^\.github/ | ||
^inst/tutorials/.*\.html$ | ||
^revdep$ | ||
^LICENSE\.md$ | ||
^cran-comments\.md$ | ||
^CRAN-RELEASE$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: learnr | ||
Type: Package | ||
Title: Interactive Tutorials for R | ||
Version: 0.9.2.9006 | ||
Version: 0.10.0 | ||
Authors@R: c( | ||
person("Barret", "Schloerke", role = c("aut", "cre"), email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-9986-114X")), | ||
|
@@ -33,12 +33,9 @@ Imports: | |
markdown, | ||
shiny (>= 1.0), | ||
rmarkdown (>= 1.12.0), | ||
packrat (>= 0.5.0-7), | ||
ellipsis (>= 0.2.0.1), | ||
checkmate, | ||
renv (>= 0.8.0) | ||
Remotes: | ||
rstudio/packrat | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
## Comments | ||
### 2019-11-08 | ||
|
||
Please let me know if there is anything I can do. | ||
|
||
Thank you, | ||
Barret | ||
|
||
|
||
## Test environments | ||
* local OS X install, R 3.6.1 | ||
* ubuntu 14.04 (on travis-ci), release, oldrel, devel | ||
* win-builder (oldrelease, release, devel) | ||
* R-hub windows-x86_64-release (r-release) | ||
* R-hub windows-x86_64-devel (r-devel) | ||
* R-hub ubuntu-gcc-release (r-release) | ||
* R-hub fedora-clang-devel (r-devel) | ||
|
||
## R CMD check results | ||
|
||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
|
||
## revdepcheck results | ||
|
||
We checked 4 reverse dependencies (3 from CRAN + 1 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
checks | ||
library | ||
checks.noindex | ||
library.noindex | ||
data.sqlite | ||
*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:----------------------------| | ||
|version |R version 3.6.1 (2019-07-05) | | ||
|os |macOS Mojave 10.14.6 | | ||
|system |x86_64, darwin15.6.0 | | ||
|ui |X11 | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |America/New_York | | ||
|date |2019-11-08 | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:-------|:-------|:------|:--| | ||
|learnr |0.9.2.1 |0.10.0 |* | | ||
|Rcpp |NA |1.0.2 |* | | ||
|
||
# Revdeps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
release_date: ??? | ||
rel_release_date: ??? | ||
my_news_url: ??? | ||
release_version: ??? | ||
release_details: ??? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |