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 21, 2024
1 parent f501a0b commit 4624d34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.6
Date: 2024-5-14
Date: 2024-5-20
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
10 changes: 5 additions & 5 deletions build/build.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ if (grepl("[yY]", win)) {
}

# testing
remove.packages(c("radiant.data", "radiant.model", "radiant", "radiant.multivariate", "radiant.basics", "radiant.design", "dplyr"))
options(repos=c(RSM = "https://radiant-rstats.github.io/minicran"))
install.packages("radiant.update")
install.packages("radiant.update", type = "binary")
radiant.update::radiant.update()
# remove.packages(c("radiant.data", "radiant.model", "radiant", "radiant.multivariate", "radiant.basics", "radiant.design", "dplyr"))
# options(repos=c(RSM = "https://radiant-rstats.github.io/minicran"))
# install.packages("radiant.update")
# install.packages("radiant.update", type = "binary")
# radiant.update::radiant.update()

0 comments on commit 4624d34

Please sign in to comment.