-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
49 additions
and
101 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
@@ -1,90 +1,32 @@ | ||
## CRAN comments | ||
## Comments | ||
|
||
#### 2020-9-12 | ||
#### 2022-09-19 | ||
|
||
I've updated the links. Thank you! | ||
|
||
Best, | ||
Barret | ||
|
||
|
||
#### 2020-9-12 | ||
|
||
Thanks, we see: | ||
|
||
``` | ||
Found the following (possibly) invalid URLs: | ||
URL: https://community.rstudio.com/c/shiny (moved to | ||
https://community.rstudio.com/c/shiny/8) | ||
From: README.md | ||
Status: 200 | ||
Message: OK | ||
URL: | ||
https://resources.rstudio.com/rstudio-conf-2019/reactlog-2-0-debugging-the-state-of-shiny | ||
(moved to | ||
https://rstudio.com/resources/rstudioconf-2019/reactlog-2-0-debugging-the-state-of-shiny/) | ||
From: inst/doc/reactlog.html | ||
Status: 200 | ||
Message: OK | ||
URL: https://yarnpkg.com/en/ (moved to https://classic.yarnpkg.com/en/) | ||
From: README.md | ||
Status: 200 | ||
Message: OK | ||
URL: https://yarnpkg.com/en/docs/install (moved to | ||
https://classic.yarnpkg.com/en/docs/install) | ||
From: README.md | ||
Status: 200 | ||
Message: OK | ||
``` | ||
|
||
Please change http --> https, add trailing slashes, or follow moved | ||
content as appropriate. | ||
|
||
Please fix and resubmit. | ||
|
||
Best, | ||
Uwe Ligges | ||
|
||
#### 2019-9-11 | ||
|
||
I've added new features and bug fixes to reactlog. | ||
* Fixed a `{fontawesome}` bug. | ||
* Removed `LazyData: true` from DESCRIPTION. | ||
|
||
Please let me know if there is anything else I can provide. | ||
|
||
Thank you, | ||
Best, | ||
Barret | ||
|
||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## Test environments | ||
|
||
* local macOS, R 4.0.0 | ||
* local macOS, R 4.1.3 | ||
* r-hub | ||
* GitHub Actions | ||
* macOS | ||
* oldrel, release, devel | ||
* 4.2 | ||
* windows | ||
* release | ||
* ubuntu16 | ||
* 3.3, 3.4, 3.5, oldrel, release, devel | ||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
* devtools::check_win_devel() | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Barret Schloerke <[email protected]>' | ||
* 4.2 | ||
* ubuntu18 | ||
* devel, 4.2, 4.1, 4.0, 3.6, 3.5 | ||
* devtools:: | ||
* check_win_devel() | ||
|
||
Possibly mis-spelled words in DESCRIPTION: | ||
Reactivity (2:8) | ||
Schloerke (15:4) | ||
reactivity (16:29) | ||
Status: 1 NOTE | ||
## R CMD check results | ||
|
||
* I believe spellings these are false positives. | ||
* `Schloerke` is my last name | ||
* `reactivity` is a word we use to describe how reactive values work within 'shiny'. | ||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
## revdepcheck results | ||
|
||
|
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,28 +1,29 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:----------------------------| | ||
|version |R version 4.0.0 (2020-04-24) | | ||
|os |macOS Catalina 10.15.6 | | ||
|system |x86_64, darwin17.0 | | ||
|ui |X11 | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |America/New_York | | ||
|date |2020-09-03 | | ||
|field |value | | ||
|:--------|:------------------------------| | ||
|version |R version 4.1.3 (2022-03-10) | | ||
|os |macOS Big Sur/Monterey 10.16 | | ||
|system |x86_64, darwin17.0 | | ||
|ui |X11 | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |America/New_York | | ||
|date |2022-09-26 | | ||
|pandoc |2.19.2 @ /usr/local/bin/pandoc | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:--------|:-----|:-----|:--| | ||
|reactlog |1.0.0 |1.1.0 |* | | ||
|reactlog |1.1.0 |1.1.1 |* | | ||
|
||
# Revdeps | ||
|
||
## All (1) | ||
|
||
|package |version |error |warning |note | | ||
|:--------------------------|:-------|:-----|:-------|:----| | ||
|[shiny](problems.md#shiny) |1.5.0 | | |1 | | ||
|package |version |error |warning |note | | ||
|:-------|:-------|:-----|:-------|:----| | ||
|[shiny](problems.md#shiny)|1.7.2 | | |1 | | ||
|
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,7 @@ | ||
## revdepcheck results | ||
|
||
We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
|
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