Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Sep 5, 2024
1 parent 9b28110 commit e434642
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: datamods
Title: Modules to Import and Manipulate Data in 'Shiny'
Version: 1.5.1.9100
Version: 1.5.2
Authors@R:
c(person(given = "Victor",
family = "Perrier",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# datamods 1.5.2

* `import_file_ui`: back to old parameters layout inside a dropdown button and new argument to switch to inline layout.
* `edit_data_server`: allow to use reactive function for reactable_options.
* cut variable module (`cut_variable_ui`/`cut_variable_server`): allow to select fixed breaks.


# datamods 1.5.1
Expand Down
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ knitr::opts_chunk$set(
> Shiny modules to import and manipulate data into an application or addin.
<!-- badges: start -->
[![version](http://www.r-pkg.org/badges/version/datamods)](https://CRAN.R-project.org/package=datamods)
[![codecov](https://app.codecov.io/gh/dreamRs/datamods/branch/master/graphs/badge.svg)](https://app.codecov.io/gh/dreamRs/datamods)
[![CRAN status](https://www.r-pkg.org/badges/version/datamods)](https://CRAN.R-project.org/package=datamods)
[![cranlogs](https://cranlogs.r-pkg.org/badges/datamods)](https://cran.r-project.org/package=datamods)
[![R-CMD-check](https://github.com/dreamRs/datamods/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dreamRs/datamods/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<!-- badges: start -->

[![version](http://www.r-pkg.org/badges/version/datamods)](https://CRAN.R-project.org/package=datamods)
[![codecov](https://app.codecov.io/gh/dreamRs/datamods/branch/master/graphs/badge.svg)](https://app.codecov.io/gh/dreamRs/datamods)
[![CRAN
status](https://www.r-pkg.org/badges/version/datamods)](https://CRAN.R-project.org/package=datamods)
[![cranlogs](https://cranlogs.r-pkg.org/badges/datamods)](https://cran.r-project.org/package=datamods)
[![R-CMD-check](https://github.com/dreamRs/datamods/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dreamRs/datamods/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Test environments
* local R installation, R 4.3.2
* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.3.2
* local R installation, R 4.4.1
* ubuntu 22.04, Windows 10, macOS (on GitHub Actions), R 4.4.1
* win-builder (devel)

## R CMD check results
Expand Down
2 changes: 1 addition & 1 deletion examples/from-file.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ui <- fluidPage(
import_file_ui(
id = "myid",
file_extensions = c(".csv", ".txt", ".xls", ".xlsx", ".json"),
layout_params = "inline" # or "dropdown"s
layout_params = "inline" # or "dropdown"
)
),
column(
Expand Down
2 changes: 1 addition & 1 deletion man/import-file.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e434642

Please sign in to comment.