From 79e8b67bfdc4644d1e6302428103ff876e8c0a85 Mon Sep 17 00:00:00 2001 From: rsm-vnijs Date: Sun, 17 Dec 2023 17:05:14 -0800 Subject: [PATCH] CRAN 1.6.1 --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ build/build.R | 2 -- cran-comments.md | 17 ++++++++++++++++- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 14c26f3..b509e00 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: radiant Type: Package Title: Business Analytics using R and Shiny Version: 1.6.1 -Date: 2023-11-19 +Date: 2023-12-16 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 diff --git a/NEWS.md b/NEWS.md index 56922c7..7572e8a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# radiant.data 1.6.1.0 + +* Require shiny 1.8.0. This fixes a bug in the shiny 1.7 versions that caused issues with all radiant packages + # radiant 1.6.0.0 * Using "Radiant for R" in UI to differentiate from "Radiant for Python" diff --git a/build/build.R b/build/build.R index 43f02e6..0191cee 100644 --- a/build/build.R +++ b/build/build.R @@ -55,8 +55,6 @@ apps <- c( "radiant" ) -apps <- c("radiant.model") - sapply(apps, rem_old) dir2set <- file.path(rstudioapi::getActiveProject(), "..") diff --git a/cran-comments.md b/cran-comments.md index 25d6337..a097a97 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -4,15 +4,30 @@ This is a resubmission. See NEWS.md for changes. ## Test environments -* macOS, R 4.3.1 +* macOS, R 4.3.2 * win-builder (devel) ## R CMD check results There were no ERRORs or WARNINGs. There was one NOTE related to the number of non-standard dependencies. However, this note is not easily addressed without substantially inconveniencing users that rely on the web (shiny) interface available for radiant.data. + # Previous cran-comments +## Resubmission + +This is a resubmission. See NEWS.md for changes. + +## Test environments + +* macOS, R 4.3.1 +* win-builder (devel) + +## R CMD check results + +There were no ERRORs or WARNINGs. There was one NOTE related to the number of non-standard dependencies. However, this note is not easily addressed without substantially inconveniencing users that rely on the web (shiny) interface available for radiant.data. + + ## Resubmission This is a resubmission. See NEWS.md for changes.