Skip to content

Commit

Permalink
CRAN 1.6.7 (arrow)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed Oct 23, 2024
1 parent 766a9d5 commit b42fc2a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 12 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
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")
Expand All @@ -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),
Expand Down Expand Up @@ -49,6 +48,7 @@ Imports:
MASS,
base64enc
Suggests:
arrow (>= 12.0.1),
dbplyr (>= 2.1.1),
DBI (>= 0.7),
RSQLite (>= 2.0),
Expand All @@ -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
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.7

* Moving arrow package to 'recommended' because of its size on macOS (> 100MB)

# radiant.data 1.6.6

* Require Shiny 1.8.1. Adjustments related to icon-buttons were made to address a breaking change in Shiny 1.8.1
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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]

&copy; 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>
&copy; 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>
17 changes: 16 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Resubmission

This is a resubmission. In this version I moved the arrow package to 'recommended' because of its size on macOS (>100MB)

## Test environments

* macOS, R 4.4.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.

# Previous cran-comments

## Resubmission

This is a resubmission. In this version I require shiny version 1.8.1 or newer and have addressed a breaking change introduced in that version of shiny. See NEWS.md for details.

## Test environments
Expand All @@ -12,7 +27,7 @@ This is a resubmission. In this version I require shiny version 1.8.1 or newer a

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

Expand Down
2 changes: 0 additions & 2 deletions inst/app/tools/data/manage.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ load_user_data <- function(fname, uFile, ext, header = TRUE,
upload_error_handler(objname, "#### There was an error loading the data. Please make sure the data are in parquet format.")
} else {
r_data[[objname]] <- as.data.frame(robj, stringsAsFactors = FALSE)
## waiting for https://github.com/wesm/feather/pull/326
# cmd <- paste0(objname, " <- feather::read_feather(", pp$rpath, ", columns = c())\nregister(\"", objname, "\", desc = feather::feather_metadata(\"", pp$rpath, "\")$description)")
cmd <- glue("{objname} <- arrow::read_parquet({pp$rpath})")
}
}
Expand Down

0 comments on commit b42fc2a

Please sign in to comment.