From cdf9d886226a89c6650570dab4d5d20249ac912b Mon Sep 17 00:00:00 2001 From: jennybc Date: Mon, 9 Jan 2017 00:20:04 -0800 Subject: [PATCH] init cran-comments --- .Rbuildignore | 1 + cran-comments.md | 20 ++++++++++++++++++++ docs/reference/reprex.html | 3 ++- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 628de8ff..abc8e88a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -15,3 +15,4 @@ ^codecov\.yml$ ^man-roxygen$ ^docs$ +^cran-comments\.md$ diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 00000000..5c42fe4c --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,20 @@ +## Test environments +* local OS X install, R 3.3.2 +* ubuntu 12.04 (on travis-ci), R 3.2.5, R 3.3.1, and + R Under development (unstable) (2016-12-30 r71861) +* Windows Server 2012 R2 x64 (build 9600) (on appveyor), R 3.3.2 +* win-builder (devel and release) + +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release. +* This is flagged as a possibly invalid URL (https://www.r-pkg.org/pkg/reprex), + but it will resolve properly once the package is on CRAN. +* The word "runnable" is flagged as possibly mis-spelled, but it appears in + several dictionaries, including Merriam-Webster. + +## Reverse dependencies + +This is a new release, so there are no reverse dependencies. diff --git a/docs/reference/reprex.html b/docs/reference/reprex.html index 72eb8815..322e3276 100644 --- a/docs/reference/reprex.html +++ b/docs/reference/reprex.html @@ -97,7 +97,8 @@

Render a reprex

The usual "code + commented output" is returned invisibly, put on the clipboard, and written to file. An HTML preview displays in RStudio's Viewer pane, if available, or in the default browser, otherwise. Leading "> " -prompts, are stripped from the input code.

+prompts, are stripped from the input code. Read more at +http://jennybc.github.io/reprex/.

reprex(x = NULL, venue = c("gh", "so", "r", "R"), si = FALSE,