-
Notifications
You must be signed in to change notification settings - Fork 10
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
4 changed files
with
23 additions
and
6 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,21 +1,21 @@ | ||
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", , "[email protected]", c("aut", "cre")) | ||
Description: The Radiant Basics menu includes interfaces for probability | ||
calculation, central limit theorem simulation, comparing means and proportions, | ||
goodness-of-fit testing, cross-tabs, and correlation. The application extends | ||
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), | ||
|
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.basics 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.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. | ||
|