Skip to content

Commit

Permalink
CRAN 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed May 15, 2024
1 parent 79e8b67 commit f84f2e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
18 changes: 9 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
Package: radiant
Type: Package
Title: Business Analytics using R and Shiny
Version: 1.6.1
Date: 2023-12-16
Version: 1.6.6
Date: 2024-5-14
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 (>= 4.0.0),
radiant.data (>= 1.5.1),
radiant.design (>= 1.5.0),
radiant.basics (>= 1.5.0),
radiant.model (>= 1.5.0),
radiant.multivariate (>= 1.5.0)
R (>= 4.3.0),
radiant.data (>= 1.6.6),
radiant.design (>= 1.6.6),
radiant.basics (>= 1.6.6),
radiant.model (>= 1.6.6),
radiant.multivariate (>= 1.6.6)
Imports:
shiny (>= 1.8.0),
shiny (>= 1.8.1),
import (>= 1.1.0)
Suggests:
testthat (>= 2.0.0),
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# radiant.data 1.6.1.0
# radiant 1.6.6.0

* Require Shiny 1.8.1. Adjustments related to icon-buttons were made to address a breaking change in Shiny 1.8.1
* Reverting changes that removed `req(input$dataset)` in different places

# radiant 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

Expand Down

0 comments on commit f84f2e3

Please sign in to comment.