Skip to content

Commit

Permalink
Prepare for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Apr 13, 2017
1 parent 95ce4b4 commit e636275
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 17 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: wrapr
Type: Package
Title: Wrap R Functions for Debugging and Ease of Use
Version: 0.1.2
Date: 2017-03-24
Date: 2017-04-13
Author: John Mount, Nina Zumel
Maintainer: John Mount <[email protected]>
URL: https://github.com/WinVector/wrapr
Expand All @@ -15,8 +15,7 @@ Description: Provides 'DebugFnW()' to capture function context on error for
the classic 'options(error=dump.frames)' form captures at the
moment of the exception
itself (thus function arguments may not be at their starting values).
'let()' rebinds (possibly unbound) names to names, which is different than
'with()' rebinds names to values.
'let()' rebinds (possibly unbound) names to names.
License: GPL-3
Encoding: UTF-8
LazyData: true
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

`wrapr` 0.1.2 2017-03-17
`wrapr` 0.1.2 2017-04-13

* add `ateval()`

Expand Down
4 changes: 1 addition & 3 deletions R/atblock.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ ateval <- function(.) {
#' be a non-standard evaluation situation. This adaption allows some parametric
#' or standard-evaluation effects in such circumstances.
#'
#'
#' Notation idea: \url{https://github.com/hadley/dplyr/commit/8f03f835185370626a566e95d268623b20189e07},
#' \url{https://github.com/hadley/rlang/blob/master/R/tidy-quote.R}.
#' Notation idea: \url{https://github.com/hadley/dplyr/commit/8f03f835185370626a566e95d268623b20189e07}.
#' Note: "\code{!!}" is not a no-op, but is a sufficiently uncommon expression I thought we could use it.
#'
#' @param ... expression or block to evaluate
Expand Down
8 changes: 2 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘wrapr/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘wrapr’ version ‘0.1.2’
* package encoding: UTF-8
* checking CRAN incoming feasibility ...


Status: OK

Expand All @@ -25,4 +21,4 @@ Status: OK
Checked against all downstream dependencies.

devtools::revdep('wrapr')
[1] "replyr" "WVPlots"
[1] "cdata" "replyr" "WVPlots"
3 changes: 1 addition & 2 deletions man/beval.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vignettes/let.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,5 @@ For more discussion please see:
* [our video on non-standard evaluation and `let`](https://youtu.be/iKLGxzzm9Hk?list=PLAKBwakacHbQp_Z66asDnjn-0qttTO-o9)
* [Advanced R NSE](http://adv-r.had.co.nz/Computing-on-the-language.html)
* [Standard nonstandard evaluation rules](http://developer.r-project.org/nonstandard-eval.pdf)
* [dplyr NSE](https://github.com/hadley/dplyr/blob/master/vignettes/nse.Rmd)



0 comments on commit e636275

Please sign in to comment.