From 5374aa9f4910d36b9d3388afcd2626d82568b4cf Mon Sep 17 00:00:00 2001 From: vnijs Date: Wed, 14 Sep 2016 16:07:21 -0700 Subject: [PATCH] update --- .Rbuildignore | 1 + .travis.yml | 5 +---- DESCRIPTION | 12 ++++++------ NEWS.md | 5 +++++ cran-comments.md | 10 ++++++++++ 5 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 NEWS.md create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index fab106f..674b018 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,3 +3,4 @@ ^inst/rstudio$ ^build$ ^\.travis\.yml$ +cran-comments.md diff --git a/.travis.yml b/.travis.yml index 3d6a398..9ba5cb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,8 @@ language: r cache: packages -warnings_are_errors: false +warnings_are_errors: true sudo: required r_github_packages: - jimhester/covr - - rstudio/DT - kevinushey/sourcetools - - rstudio/shiny - - radiant-rstats/radiant.data diff --git a/DESCRIPTION b/DESCRIPTION index c1dd55b..824e6f1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,13 +1,13 @@ Package: radiant.basics Type: Package -Title: Basic analysis menu for Radiant. Builds on the radiant.data package -Version: 0.5.10 -Date: 2016-9-7 +Title: Basics Menu for Radiant: Business Analytics using R and Shiny +Version: 0.6.0 +Date: 2016-9-14 Authors@R: person("Vincent", "Nijs", , "radiant@rady.ucsd.edu", c("aut", "cre")) -Description: Basic analysis menu for Radiant. +Description: The Radiant Basics menu includes interfaces for probability calculation, central limit theorem simulation, comparing means and proportions, goodness-of-fit testing, cross-tabs, and correlation. The application extends the functionality in radiant.data. Depends: R (>= 3.3.0), - radiant.data (>= 0.5.23) + radiant.data (>= 0.6.0) Imports: ggplot2 (>= 2.0.0), gridExtra (>= 2.0.0), @@ -15,7 +15,7 @@ Imports: dplyr (>= 0.5), tidyr (>= 0.4.1), magrittr (>= 1.5), - shiny (>= 0.13.2.9003), + shiny (>= 0.14), psych (>= 1.5.8), import (>= 1.1.0), methods diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..04c885c --- /dev/null +++ b/NEWS.md @@ -0,0 +1,5 @@ +# CHANGES IN radiant.basics VERSION 0.6.1 (unreleased) + +## NEW FEATURES + +## BUG FIXES diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..3fde37e --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,10 @@ +## Test environments +* local OS X install, R 3.3.1 +* local Windows install, R 3.3.1 +* ubuntu 12.04 (on travis-ci), R 3.3.1 +* win-builder (devel and release) + +## R CMD check results +There were no ERRORs or WARNINGs. + +There was 1 NOTE: New submission