Skip to content

Commit 8143b5b

Browse files
committed
CRAN 0.9.7
1 parent c74a6ad commit 8143b5b

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Package: radiant.basics
22
Type: Package
33
Title: Basics Menu for Radiant: Business Analytics using R and Shiny
4-
Version: 0.9.6
5-
Date: 2018-9-20
4+
Version: 0.9.7
5+
Date: 2018-10-5
66
Authors@R: person("Vincent", "Nijs", , "radiant@rady.ucsd.edu", c("aut", "cre"))
77
Description: The Radiant Basics menu includes interfaces for probability
88
calculation, central limit theorem simulation, comparing means and proportions,
99
goodness-of-fit testing, cross-tabs, and correlation. The application extends
1010
the functionality in radiant.data.
1111
Depends:
1212
R (>= 3.4.0),
13-
radiant.data (>= 0.9.6)
13+
radiant.data (>= 0.9.7)
1414
Imports:
1515
ggplot2 (>= 2.2.1),
1616
gridExtra (>= 2.0.0),
1717
scales (>= 0.4.0),
18-
dplyr (>= 0.7.5),
18+
dplyr (>= 0.7.6),
1919
tidyr (>= 0.8.0),
2020
magrittr (>= 1.5),
2121
shiny (>= 1.1.0),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# radiant.data 0.9.6.0
1+
# radiant.data 0.9.7.0
22

33
* Using [`shinyFiles`](https://github.com/thomasp85/shinyFiles) to provide convenient access to data located on a server
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ To run radiant in the cloud you can use the customized Docker container. See <a
141141

142142
## Saving and loading state
143143

144-
To save your analyses save the state of the app to a file by clicking on the <i title='Save' class='fa fa-save'></i> 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 <i title='Save' class='fa fa-save'></i> 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 <a href="https://radiant-rstats.github.io/docs/examples/radiant-state.html" target="_blank">`radiant-state.html`</a> contains the output.
144+
To save your analyses save the state of the app to a file by clicking on the <i title='Save' class='fa fa-save'></i> 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 <i title='Save' class='fa fa-save'></i> 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 <a href="https://radiant-rstats.github.io/docs/examples/radiant-example.nb.html" target="_blank">`radiant-example.nb.html`</a> contains the output.
145145

146146
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 <i title='Power off' class='fa fa-power-off'></i> menu in the navigation bar to return to a clean/new state.
147147

cran-comments.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
## Resubmission
22

3+
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.
4+
5+
## Test environments
6+
7+
* local OS X install, R 3.5.1
8+
* local Windows install, R 3.5.1
9+
* Ubuntu "trusty" (on travis-ci), R oldrel, release, and devel
10+
* win-builder
11+
12+
## R CMD check results
13+
14+
There were no ERRORs, WARNINGs, or NOTEs.
15+
16+
# Previous cran-comments
17+
18+
## Resubmission
19+
320
This is a resubmission. In this version I have fixed several bugs and added several new features (see NEWS.md for details).
421

522
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.

0 commit comments

Comments
 (0)