Skip to content

Commit

Permalink
update news, description, cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlincoln committed Nov 29, 2016
1 parent 72f6570 commit ec27c42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: clipr
Type: Package
Title: Read and Write from the System Clipboard
Version: 0.3.0.9000
Version: 0.3.1
Authors@R: c(
person("Matthew", "Lincoln", email = "matthew.d.lincoln@gmail.com", role = c("aut", "cre")),
person("Louis", "Maddox", role = "ctb"),
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## clipr 0.3.1

- Fixes a breaking bug that caused `clipr_available` to erroneously return
`FALSE`. Thank you to @krivit for catching this.

- Introduces better testing of `clipr_available` to properly evaluate it on
Travis CI.

## clipr 0.3.0

- Introduces `clipr_available` which checks to see if the system clipboard is
Expand Down
7 changes: 2 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
This is a resubmission. I have hopefully fixed a function that
ought to check for the availability of the system clipboard via xclip/xsel, and
skip tests if neither utility is installed OR if one is installed but the
DISPLAY env var is not configured to provide system clipboard functionality.
This ought to allow tests to pass on CRAN.
This submission fixes a new bug introduced in 0.3.0 in which clipr_available
erroneously returned false.

## Test environments
* local OS X install, R 3.3.2
Expand Down

0 comments on commit ec27c42

Please sign in to comment.