-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update DESCRIPTION, NEWS, revdeps and CRAN for 7.1
[skip ci]
- Loading branch information
Showing
5 changed files
with
23 additions
and
142 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
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,45 +1,22 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:----------------------------| | ||
|version |R version 3.5.3 (2019-03-11) | | ||
|os |macOS Mojave 10.14.3 | | ||
|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-04-14 | | ||
|field |value | | ||
|:--------|:-------------------------------------------| | ||
|version |R version 4.0.2 Patched (2020-06-30 r78761) | | ||
|os |macOS Mojave 10.14.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-10-07 | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:-------|:-----|:---|:--| | ||
|clipr |0.5.0 |NA |* | | ||
|package |old |new |Δ | | ||
|:-------|:-----|:----------|:--| | ||
|clipr |0.7.0 |0.7.1 |* | | ||
|
||
# Revdeps | ||
|
||
## All (18) | ||
|
||
|package |version |error |warning |note | | ||
|:----------------------------------------|:-------|:-----|:-------|:----| | ||
|[AdhereR](problems.md#adherer) |0.4.1 | | |1 | | ||
|autothresholdr |1.3.0 | | | | | ||
|carbonate |0.1.2 | | | | | ||
|ctrdata |0.18 | | | | | ||
|datapasta |3.0.0 | | | | | ||
|[detrendr](problems.md#detrendr) |0.6.1 | | |1 | | ||
|hrbrthemes |0.6.0 | | | | | ||
|[nandb](problems.md#nandb) |2.0.0 | | |1 | | ||
|[prodigenr](problems.md#prodigenr) |0.4.0 | | |1 | | ||
|rde |0.1.0 | | | | | ||
|[readr](problems.md#readr) |1.3.1 | | |1 | | ||
|[reprex](problems.md#reprex) |0.2.1 | | |1 | | ||
|rio |0.5.16 | | | | | ||
|[rosr](problems.md#rosr) |0.0.6 | | |1 | | ||
|[sevenbridges](problems.md#sevenbridges) |1.10.5 | | |1 | | ||
|usethis |1.5.0 | | | | | ||
|vegalite |0.6.1 | | | | | ||
|vegawidget |0.1.0 | | | | | ||
|
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,100 +1 @@ | ||
# AdhereR | ||
|
||
Version: 0.4.1 | ||
|
||
## In both | ||
|
||
* checking installed package size ... NOTE | ||
``` | ||
installed size is 5.2Mb | ||
sub-directories of 1Mb or more: | ||
doc 3.2Mb | ||
``` | ||
# detrendr | ||
Version: 0.6.1 | ||
## In both | ||
* checking for GNU extensions in Makefiles ... NOTE | ||
``` | ||
GNU make is a SystemRequirements. | ||
``` | ||
# nandb | ||
Version: 2.0.0 | ||
## In both | ||
* checking dependencies in R code ... NOTE | ||
``` | ||
Namespaces in Imports field not imported from: | ||
‘MASS’ ‘stats’ | ||
All declared Imports should be used. | ||
``` | ||
# prodigenr | ||
Version: 0.4.0 | ||
## In both | ||
* checking dependencies in R code ... NOTE | ||
``` | ||
Namespaces in Imports field not imported from: | ||
‘clipr’ ‘desc’ ‘devtools’ | ||
All declared Imports should be used. | ||
``` | ||
# readr | ||
Version: 1.3.1 | ||
## In both | ||
* checking for GNU extensions in Makefiles ... NOTE | ||
``` | ||
GNU make is a SystemRequirements. | ||
``` | ||
# reprex | ||
Version: 0.2.1 | ||
## In both | ||
* checking dependencies in R code ... NOTE | ||
``` | ||
Namespace in Imports field not imported from: ‘tools’ | ||
All declared Imports should be used. | ||
``` | ||
# rosr | ||
Version: 0.0.6 | ||
## In both | ||
* checking dependencies in R code ... NOTE | ||
``` | ||
Namespaces in Imports field not imported from: | ||
‘bookdown’ ‘rstudioapi’ ‘tinytex’ | ||
All declared Imports should be used. | ||
``` | ||
# sevenbridges | ||
Version: 1.10.5 | ||
## In both | ||
* checking installed package size ... NOTE | ||
``` | ||
installed size is 5.8Mb | ||
sub-directories of 1Mb or more: | ||
doc 2.9Mb | ||
R 2.2Mb | ||
``` | ||
*Wow, no problems at all. :)* |