From 22eececdf7c967a856fc88bf4019d12f43bfdb2f Mon Sep 17 00:00:00 2001 From: vnijs Date: Wed, 5 Jul 2017 19:20:33 -0700 Subject: [PATCH] update --- DESCRIPTION | 14 +++++++------- NEWS.md | 4 ++++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0f7c84c..6c90127 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: radiant Type: Package Title: Business Analytics using R and Shiny -Version: 0.8.1 -Date: 2017-5-16 +Version: 0.8.2 +Date: 2017-6-5 Authors@R: person("Vincent", "Nijs", , "radiant@rady.ucsd.edu", c("aut", "cre")) Description: A platform-independent browser-based interface for business analytics in R, based on the shiny package. The application combines the @@ -10,11 +10,11 @@ Description: A platform-independent browser-based interface for business radiant.model, and radiant.multivariate. Depends: R (>= 3.3.0), - radiant.data (>= 0.8.1), - radiant.design (>= 0.8.0), - radiant.basics (>= 0.8.0), - radiant.model (>= 0.8.0), - radiant.multivariate (>= 0.8.0) + radiant.data (>= 0.8.6), + radiant.design (>= 0.8.1), + radiant.basics (>= 0.8.3), + radiant.model (>= 0.8.3), + radiant.multivariate (>= 0.8.2) Imports: psych (>= 1.6.6), AlgDesign (>= 1.1.7.3), diff --git a/NEWS.md b/NEWS.md index c243f58..34bae1a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# CHANGES IN radiant VERSION 0.8.2 + +Updated dependency requirements for radiant menus contained in packages radiant.data, radiant.design, radiant.basics, radiant.model, and radiant.multivariate. See the NEWS.md files for those packages for additional information about changes. + # CHANGES IN radiant VERSION 0.8.1 - Added a check to see if radiant::update_radiant() is running in Rstudio