Skip to content

Commit

Permalink
CRAN 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed Mar 10, 2019
1 parent 7946a0d commit 558574a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: radiant
Type: Package
Title: Business Analytics using R and Shiny
Version: 0.9.9
Date: 2019-3-4
Date: 2019-3-10
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
Expand Down
19 changes: 17 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## Resubmission

This is a resubmission. In this version I have fixed several bugs and added several new features (see NEWS.md for details).

## Test environments

* local OS X install, R 3.5.2
* local Windows install, R 3.5.2
* ubuntu "trusty" (on travis-ci), R release and devel
* win-builder

## R CMD check results

There were no ERRORs, WARNINGs, or NOTEs.

# Previous cran-comments

## 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
Expand All @@ -13,8 +30,6 @@ radiant was recently archived and removed from CRAN. Uwe Ligges confirmed that m

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).
Expand Down
1 change: 0 additions & 1 deletion inst/app/for.shinyapps.io.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ret <- sapply(
function(p) {
devtools::install_github(
paste0("radiant-rstats/", p),
# ref = "MRB",
dependencies = FALSE
)
}
Expand Down

0 comments on commit 558574a

Please sign in to comment.