Skip to content

Commit

Permalink
CRAN 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed Oct 5, 2018
1 parent 832641b commit 08bb44a
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
^.*\.sublime-project$
^docs$
^inst/app/tests$
cran-comments.md
radiant.code-workspace
16 changes: 8 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Package: radiant
Type: Package
Title: Business Analytics using R and Shiny
Version: 0.9.6.1
Date: 2018-7-3
Version: 0.9.7
Date: 2018-10-5
Authors@R: person("Vincent", "Nijs", , "[email protected]", c("aut", "cre"))
Description: A platform-independent browser-based interface for business
analytics in R, based on the shiny package. The application combines the
functionality of radiant.data, radiant.design, radiant.basics,
radiant.model, and radiant.multivariate.
Depends:
R (>= 3.4.0),
radiant.data (>= 0.9.6.1),
radiant.design (>= 0.9.6),
radiant.basics (>= 0.9.6),
radiant.model (>= 0.9.6),
radiant.multivariate (>= 0.9.6)
radiant.data (>= 0.9.7),
radiant.design (>= 0.9.7),
radiant.basics (>= 0.9.7),
radiant.model (>= 0.9.7),
radiant.multivariate (>= 0.9.7)
Imports:
shiny (>= 1.1.0),
import (>= 1.1.0)
Expand All @@ -27,5 +27,5 @@ BugReports: https://github.com/radiant-rstats/radiant/issues
License: AGPL-3 | file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 6.0.1
RoxygenNote: 6.1.0
VignetteBuilder: knitr
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# radiant 0.9.7.0

* Update dependencies and convert all package data to tibbles

# radiant 0.9.6.0

* Remove `rstudioapi`, `psych`, and `AlgDesign` as a direct imports
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ To run radiant in the cloud you can use the customized Docker container. See <a

## Saving and loading state

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

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.

Expand Down
17 changes: 17 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## Resubmission

radiant was recently archived and removed from CRAN. Uwe Ligges confirmed that multiple emails were sent to my [email protected] email address but, unfortunately, I cannot find any such emails in my inbox. I hope you will accept radiant 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 depends on all radiant.* packages. 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.
Expand Down
1 change: 0 additions & 1 deletion man/radiant.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08bb44a

Please sign in to comment.