Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 4, 2015
1 parent bacf062 commit d2a2a36
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Expand Up @@ -6,4 +6,5 @@ bench
^node_modules$
^NEWS\.md$
^CONTRIBUTING\.md$
^cran-comments.md$
^revdep$
^cran-comments\.md$
16 changes: 10 additions & 6 deletions cran-comments.md
@@ -1,8 +1,12 @@
This submission of ggvis includes updated license information, and removes \donttest{} blocks from the examples.
## Test environments
* local OS X install, R 3.2.0
* ubuntu 12.04 (on travis-ci), R 3.2.0
* win-builder (devel and release)

All copyright holders listed in the sources are listed as "cph" in Authors@R. I have listed the copyright holders and contributors as follows:
## R CMD check results
There were no ERRORs, WARNINGs or NOTEs.

* jQuery: The copyright holders are "jQuery Foundation and other contributors". I have listed "jQuery Foundation" as "cph", and "jQuery contributors" as "ctb" and "cph". The jQuery contributors are listed in inst/www/lib/jquery/AUTHORS.txt, and this file is mentioned in the comment.
* jQuery UI: The jQuery UI library is also created by the jQuery foundation, but is a separate project. The copyright holders are "jQuery Foundation and other contributors". I have listed "jQuery Foundation" as "cph" (for jQuery as well as jQuery UI), and "jQuery contributors" as "ctb" and "cph". The jQuery UI contributors are listed in inst/www/shared/lib/jquery-ui/AUTHORS.txt, and this file is mentioned in the comment.
* D3: The copyright holder is Mike Bostock. There are many contributors to D3, but this list is not collected anywhere in a text file, as is the case for jQuery and jQuery UI. The contributors are listed at https://github.com/mbostock/d3/graphs/contributors, and this URL is mentioned in the comment.
* Vega: The copyright holder is Trifacta, Inc, and I have listed it as "cph". There are several authors for Vega, but they are not collected in a text file. The contributors are listed at https://github.com/trifacta/vega/graphs/contributors, and this URL is mentioned in the comment.
## Downstream dependencies
I have also run R CMD check on all 1 downstream dependency of ggvis.
(https://github.com/rstudio/ggvis/master/revdep/summary.md). It passed without
problems.
1 change: 1 addition & 0 deletions revdep/.gitignore
@@ -0,0 +1 @@
**/
4 changes: 4 additions & 0 deletions revdep/check.R
@@ -0,0 +1,4 @@
library("devtools")

res <- revdep_check()
revdep_check_save_summary(res)
38 changes: 38 additions & 0 deletions revdep/summary.md
@@ -0,0 +1,38 @@
# Setup

## Platform

|setting |value |
|:--------|:----------------------------|
|version |R version 3.2.0 (2015-04-16) |
|system |x86_64, darwin13.4.0 |
|ui |RStudio (0.99.561) |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Chicago |

## Packages

|package |* |version |date |source |
|:----------|:--|:-------|:----------|:--------------|
|assertthat | |0.1 |2013-12-06 |CRAN (R 3.2.0) |
|dplyr | |0.4.1 |2015-01-14 |CRAN (R 3.2.0) |
|htmltools | |0.2.6 |2014-09-08 |CRAN (R 3.2.0) |
|jsonlite | |0.9.16 |2015-04-11 |CRAN (R 3.2.0) |
|knitr | |1.10.5 |2015-05-06 |CRAN (R 3.2.0) |
|lazyeval | |0.1.10 |2015-01-02 |CRAN (R 3.2.0) |
|lubridate | |1.3.3 |2013-12-31 |CRAN (R 3.2.0) |
|magrittr | |1.5 |2014-11-22 |CRAN (R 3.2.0) |
|rmarkdown | |0.5.1 |2015-01-26 |CRAN (R 3.2.0) |
|shiny | |0.12.0 |2015-05-18 |CRAN (R 3.2.0) |
|testthat |* |0.10.0 |2015-05-22 |CRAN (R 3.2.0) |

# Check results
1 checked out of 1 dependencies

## radiant (0.1.83)
Maintainer: Vincent Nijs <radiant@rady.ucsd.edu>
Bug reports: https://github.com/vnijs/radiant/issues

__OK__

0 comments on commit d2a2a36

Please sign in to comment.