Skip to content

Commit

Permalink
Final tweaks before CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Feb 4, 2016
1 parent 17bac58 commit 7cc6377
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 5 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
^withr\.Rcheck$
^\.travis\.yml$
^\.lintr$
^NEWS\.MD$
^appveyor\.yml$
^\.Rproj\.user$
^man-roxygen$
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Collate:
'wrap.R'
'sink.R'
'with.R'
RoxygenNote: 5.0.0
RoxygenNote: 5.0.1
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
* OS X El Capitan, R 3.2.3
* ubuntu 12.04 (on travis-ci), R 3.2.3
* Windows Server 2012 R2 (x64), R 3.2.3
* win-builder (devel and release)

## R CMD check results
There were no NOTEs, ERRORs or WARNINGs.

## Downstream dependencies
There are currently no downstream dependencies for this package.

* I ran R CMD check on all 1 downstream dependencies of withr
Summary at: https://github.com/jimhester/withr/blob/master/revdep/summary.md

* There were No ERRORs
* There were no ERRORs
1 change: 1 addition & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/
4 changes: 4 additions & 0 deletions revdep/check.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
library("devtools")

res <- revdep_check()
revdep_check_save_summary(res)
48 changes: 48 additions & 0 deletions revdep/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Setup

## Platform

|setting |value |
|:--------|:----------------------------|
|version |R version 3.2.3 (2015-12-10) |
|system |x86_64, darwin15.2.0 |
|ui |unknown |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/New_York |
|date |2016-02-04 |

## Packages

|package | * |version |date |source | * |
|:-------|:--|:-------|:----|:------|:--|

# Check results
1 checked out of 1 dependencies

## devtools (1.10.0)
Maintainer: Hadley Wickham <hadley@rstudio.com>
Bug reports: https://github.com/hadley/devtools/issues

```
checking foreign function calls ... NOTE
Registration problem:
Evaluating ‘dll$foo’ during check gives error
‘object 'dll' not found’:
.C(dll$foo, 0L)
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
```
```
checking R code for possible problems ... NOTE
Found the following calls to attach():
File ‘devtools/R/package-env.r’:
attach(NULL, name = pkg_env_name(pkg))
File ‘devtools/R/shims.r’:
attach(e, name = "devtools_shims", warn.conflicts = FALSE)
See section ‘Good practice’ in ‘?attach’.
```
```
DONE
Status: 2 NOTEs
```

0 comments on commit 7cc6377

Please sign in to comment.