Skip to content

Commit

Permalink
CRAN 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed Dec 18, 2023
1 parent 009706d commit 79e8b67
Show file tree
Hide file tree
Showing 4 changed files with 21 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: 1.6.1
Date: 2023-11-19
Date: 2023-12-16
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
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# radiant.data 1.6.1.0

* Require shiny 1.8.0. This fixes a bug in the shiny 1.7 versions that caused issues with all radiant packages

# radiant 1.6.0.0

* Using "Radiant for R" in UI to differentiate from "Radiant for Python"
Expand Down
2 changes: 0 additions & 2 deletions build/build.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ apps <- c(
"radiant"
)

apps <- c("radiant.model")

sapply(apps, rem_old)

dir2set <- file.path(rstudioapi::getActiveProject(), "..")
Expand Down
17 changes: 16 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,30 @@ This is a resubmission. See NEWS.md for changes.

## Test environments

* macOS, R 4.3.1
* macOS, R 4.3.2
* win-builder (devel)

## R CMD check results

There were no ERRORs or WARNINGs. There was one NOTE related to the number of non-standard dependencies. However, this note is not easily addressed without substantially inconveniencing users that rely on the web (shiny) interface available for radiant.data.


# Previous cran-comments

## Resubmission

This is a resubmission. See NEWS.md for changes.

## Test environments

* macOS, R 4.3.1
* win-builder (devel)

## R CMD check results

There were no ERRORs or WARNINGs. There was one NOTE related to the number of non-standard dependencies. However, this note is not easily addressed without substantially inconveniencing users that rely on the web (shiny) interface available for radiant.data.


## Resubmission

This is a resubmission. See NEWS.md for changes.
Expand Down

0 comments on commit 79e8b67

Please sign in to comment.