Skip to content

Commit

Permalink
Update DESCRIPTION, NEWS, revdeps and CRAN for 7.1
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mdlincoln committed Oct 7, 2020
1 parent 682286f commit f8ca80e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 142 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: clipr
Title: Read and Write from the System Clipboard
Version: 0.7.0.9000
Version: 0.7.1
Authors@R:
c(person(given = "Matthew",
family = "Lincoln",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## clipr 0.7.1

- Call xsel with the `--output` flag, which prevents RStudio from hanging when calling clipr functions on a system running certain Linux window managers. Thank you to @cgillespie and @kevinushey for identifying the bug and the solution, and to @hannahcgunderman for help in testing.

## clipr 0.7.0

Thank you to @jennybc for prompting these changes:
Expand Down
7 changes: 3 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
This submission improves table reading and writing, introduces a new wrapper
function, and revises and clarifies package documentation.
This submission repairs system command calls that were causing some newer Linux window managers to hang indefinitely.

## Test environments
* local OS X install, R 3.6.0
* local OS X install, R 4.0.2
* ubuntu 16.04 (Travis.ci: R oldrel, release, and devel)
* win-builder (devel and release)

Expand All @@ -12,5 +11,5 @@ There were no ERRORs or WARNINGs.

## Downstream dependencies

I have run R CMD check on the 18 downstream dependencies of clipr. (Summary at
I have run R CMD check on the 32 downstream dependencies of clipr. (Summary at
<https://github.com/mdlincoln/clipr/tree/master/revdep>)
51 changes: 14 additions & 37 deletions revdep/README.md
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 | | | |

101 changes: 1 addition & 100 deletions revdep/problems.md
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. :)*

0 comments on commit f8ca80e

Please sign in to comment.