From 8143b5ba2bb11a4ed9159fef105f8ec6dc1cde25 Mon Sep 17 00:00:00 2001 From: vnijs Date: Fri, 5 Oct 2018 12:39:56 -0700 Subject: [PATCH] CRAN 0.9.7 --- DESCRIPTION | 8 ++++---- NEWS.md | 2 +- README.md | 2 +- cran-comments.md | 17 +++++++++++++++++ 4 files changed, 23 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c485316..cbea818 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: radiant.basics Type: Package Title: Basics Menu for Radiant: Business Analytics using R and Shiny -Version: 0.9.6 -Date: 2018-9-20 +Version: 0.9.7 +Date: 2018-10-5 Authors@R: person("Vincent", "Nijs", , "radiant@rady.ucsd.edu", c("aut", "cre")) Description: The Radiant Basics menu includes interfaces for probability calculation, central limit theorem simulation, comparing means and proportions, @@ -10,12 +10,12 @@ Description: The Radiant Basics menu includes interfaces for probability the functionality in radiant.data. Depends: R (>= 3.4.0), - radiant.data (>= 0.9.6) + radiant.data (>= 0.9.7) Imports: ggplot2 (>= 2.2.1), gridExtra (>= 2.0.0), scales (>= 0.4.0), - dplyr (>= 0.7.5), + dplyr (>= 0.7.6), tidyr (>= 0.8.0), magrittr (>= 1.5), shiny (>= 1.1.0), diff --git a/NEWS.md b/NEWS.md index d4a1223..850c0a6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# radiant.data 0.9.6.0 +# radiant.data 0.9.7.0 * Using [`shinyFiles`](https://github.com/thomasp85/shinyFiles) to provide convenient access to data located on a server diff --git a/README.md b/README.md index 7a8b04f..13623ab 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ To run radiant in the cloud you can use the customized Docker container. See icon in the navbar and then on `Save radiant state file` (see also the _Data > Manage_ tab). You can open this state file at a later time or on another computer to continue where you left off. You can also share the file with others that may want to replicate your analyses. As an example, load the state file [`radiant-state.rda`](https://radiant-rstats.github.io/docs/examples/radiant-state.rda) by clicking on the icon in the navbar and then on `Load radiant state file`. Go to _Data > View_ and _Data > Visualize_ to see some of the settings from the previous "state" of the app. There is also a report in _Report > Rmd_ that was created using the Radiant interface. The html file `radiant-state.html` contains the output. +To save your analyses save the state of the app to a file by clicking on the icon in the navbar and then on `Save radiant state file` (see also the _Data > Manage_ tab). You can open this state file at a later time or on another computer to continue where you left off. You can also share the file with others that may want to replicate your analyses. As an example, load the state file [`radiant-example.state.rda`](https://radiant-rstats.github.io/docs/examples/radiant-example.state.rda) by clicking on the icon in the navbar and then on `Load radiant state file`. Go to _Data > View_ and _Data > Visualize_ to see some of the settings from the previous "state" of the app. There is also a report in _Report > Rmd_ that was created using the Radiant interface. The html file `radiant-example.nb.html` contains the output. A related feature in Radiant is that state is maintained if you accidentally navigate to another web page, close (and reopen) the browser, and/or hit refresh. Use `Refresh` in the menu in the navigation bar to return to a clean/new state. diff --git a/cran-comments.md b/cran-comments.md index 16a9c43..e565eaf 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,22 @@ ## Resubmission +radiant.basics was recently archived and removed from CRAN. Uwe Ligges confirmed that multiple emails were sent to my radiant@rady.ucsd.edu email address but, unfortunately, I cannot find any such emails in my inbox. I hope you will accept radiant.basics as a resubmission. + +## Test environments + +* local OS X install, R 3.5.1 +* local Windows install, R 3.5.1 +* Ubuntu "trusty" (on travis-ci), R oldrel, release, and devel +* win-builder + +## R CMD check results + +There were no ERRORs, WARNINGs, or NOTEs. + +# Previous cran-comments + +## Resubmission + This is a resubmission. In this version I have fixed several bugs and added several new features (see NEWS.md for details). radiant.basics depends on the simultaneously submitted radiant.data package. From the last time I submitted updates to CRAN I seem to recall Uwe Ligges suggested I submit all radiant packages to be updated at the same time. I hope my recollection is correct and that this is indeed the preferred approach that will minimize workload for CRAN.