-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.