Skip to content

Commit

Permalink
Bump version -> 0.2.1; prepare submission
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed May 29, 2022
1 parent 356d492 commit 0a2039c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dipsaus
Type: Package
Title: A Dipping Sauce for Data Analysis and Visualizations
Version: 0.2.0.9003
Version: 0.2.1
Authors@R: c(
person("Zhengjia", "Wang", email = "[email protected]", role = c("aut", "cre")),
person("John", "Magnotti", email = "[email protected]", role = c("ctb"),
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
dipsaus 0.2.1
=======

## Major Changes
* Removed `synchronicity` package from dependency
* `dipsaus_lock` and `dipsaus_unlock` is exclusive-only and will be deprecated in the future
* `PersistContainer` is scheduled to be deprecated in the future
* Re-export `detectCores` and `digest`
* Added `get_credential` to generate strong passwords for different services using one single master password

## Enhancement
* `sync_shiny_inputs` uses `fastmap` instead of environments
* `sync_shiny_inputs` uses the new `bindEvent` scheme to replace `observeEvent`
* Added `sorted` argument to `as.list.fastmap2`
* Ignored `...` argument in `as.list.fastqueue2`
* `rs_show_shortcut` shows current shortcut expressions

## Bug Fixes
* `compoundInput2` now activates callback functions once using `updateCompoundInput2`
* Fixed `get_ram` not working on windows when user has no access to run `wmic` command
* Allow `lapply_async` progress bar to show in `shiny` applications (with backward compatibility)


dipsaus 0.2.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ devtools::install_github('dipterix/dipsaus')

`dipsaus` provides `add-ons` from the following perspectives:

### 1. `Shiny` Customized Widgets ([Vignette](https://dipterix.github.io/dipsaus/articles/shiny_customized_widgets.html))
### 1. `Shiny` Customized Widgets ([Vignette](https://dipterix.org/dipsaus/articles/shiny_customized_widgets.html))

* `compoundInput2` assembles any shiny native inputs and create variable-length input;
* `actionButtonStyled` add styles to shiny default `actionButton` and its updating function can also update the styles or enable/disable the button;
Expand All @@ -38,7 +38,7 @@ devtools::install_github('dipterix/dipsaus')
* `fastcov2` calculates covariance matrices in parallel;
* `rs_exec` starts a new R session or job in `RStudio`;

### 3. R Expressions ([Vignette](https://dipterix.github.io/dipsaus/articles/r_expr_addons.html))
### 3. R Expressions ([Vignette](https://dipterix.org/dipsaus/articles/r_expr_addons.html))

* `eval_dirty` works as `base::eval`, but supports quosures generated from `rlang::quo`;
* `match_calls` match calls in a nested manner, and support changing the call arguments recursively;
Expand All @@ -50,7 +50,7 @@ devtools::install_github('dipterix/dipsaus')
* `forelse` provides Python-like for-else syntax;
* `test_farg` tests whether function contains desired arguments;

### 4. Utility Functions ([Vignette](https://dipterix.github.io/dipsaus/articles/utility_functions.html))
### 4. Utility Functions ([Vignette](https://dipterix.org/dipsaus/articles/utility_functions.html))

* `cat2` act as base function `cat` but provides different levels with different colored outputs;
* `check_installed_packages`, `package_installed` checks if package(s) are installed;
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Current submission (0.2.0):
# Current submission (0.2.1):

Self check showed zero error/warning/note

Expand Down

0 comments on commit 0a2039c

Please sign in to comment.