-
Notifications
You must be signed in to change notification settings - Fork 44
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
5 changed files
with
28 additions
and
12 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,7 +1,7 @@ | ||
Package: radiant.data | ||
Title: Data Menu for Radiant: Business Analytics using R and Shiny | ||
Version: 1.6.6 | ||
Date: 2024-5-14 | ||
Version: 1.6.7 | ||
Date: 2024-10-22 | ||
Authors@R: c( | ||
person("Vincent", "Nijs", email = "[email protected]", role = c("aut", "cre")), | ||
person("Niklas", "von Hertzen", email = "[email protected]", role = c("aut"), comment = "html2canvas library") | ||
|
@@ -20,7 +20,6 @@ Depends: | |
Imports: | ||
tibble (>= 1.4.2), | ||
rlang (>= 0.4.10), | ||
arrow (>= 12.0.1), | ||
broom (>= 0.5.2), | ||
car (>= 3.0-0), | ||
knitr (>= 1.20), | ||
|
@@ -49,6 +48,7 @@ Imports: | |
MASS, | ||
base64enc | ||
Suggests: | ||
arrow (>= 12.0.1), | ||
dbplyr (>= 2.1.1), | ||
DBI (>= 0.7), | ||
RSQLite (>= 2.0), | ||
|
@@ -65,4 +65,4 @@ License: AGPL-3 | file LICENSE | |
LazyData: true | ||
Encoding: UTF-8 | ||
Language: en-US | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 |
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
|
||
<!-- [![Build Status](https://travis-ci.org/radiant-rstats/radiant.data.png?branch=master)](https://travis-ci.org/radiant-rstats/radiant.data) --> | ||
<!-- [![Coverage Status](https://img.shields.io/coveralls/vnijs/radiant.svg)](https://coveralls.io/r/vnijs/radiant?branch=master) --> | ||
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/radiant.data)](https://CRAN.R-project.org/package=radiant.data) | ||
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/radiant.data)](https://CRAN.R-project.org/package=radiant.data) | ||
|
||
|
||
Radiant is an open-source platform-independent browser-based interface for business analytics in [R](https://www.r-project.org/). The application is based on the [Shiny](https://shiny.posit.co/) package and can be run locally or on a server. Radiant was developed by <a href="https://rady.ucsd.edu/faculty-research/faculty/vincent-nijs.html" target="\_blank">Vincent Nijs</a>. Please use the issue tracker on GitHub to suggest enhancements or report problems: https://github.com/radiant-rstats/radiant.data/issues. For other questions and comments please use [email protected]. | ||
Radiant is an open-source platform-independent browser-based interface for business analytics in [R](https://www.r-project.org/). The application is based on the [Shiny](https://shiny.posit.co/) package and can be run locally or on a server. Radiant was developed by <a href="https://rady.ucsd.edu/faculty-research/faculty/vincent-nijs.html" target="_blank">Vincent Nijs</a>. Please use the issue tracker on GitHub to suggest enhancements or report problems: https://github.com/radiant-rstats/radiant.data/issues. For other questions and comments please use [email protected]. | ||
|
||
## Key features | ||
|
||
|
@@ -15,8 +15,7 @@ Radiant is an open-source platform-independent browser-based interface for busin | |
- Programming: Integrate Radiant's analysis functions with your own R-code | ||
- Context: Data and examples focus on business applications | ||
|
||
<iframe width="640" height="375" src="https://www.youtube.com/embed/7L3hDpLw53I" frameborder="0" allowfullscreen></iframe> | ||
|
||
<iframe width="640" height="375" src="https://www.youtube.com/embed/7L3hDpLw53I" frameborder="0"data-external="1" allowfullscreen></iframe> | ||
|
||
#### Playlists | ||
|
||
|
@@ -185,4 +184,4 @@ The documentation, images, and videos for the `radiant.data` package are license | |
|
||
If you are interested in using any of the radiant packages please email me at [email protected] | ||
|
||
© Vincent Nijs (2024) <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://radiant-rstats.github.io/docs/images/by-sa.png" /></a> | ||
© Vincent Nijs (2024) <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://radiant-rstats.github.io/docs/images/by-sa.png" /></a> |
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