Skip to content

Commit

Permalink
rebuild site
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed May 12, 2020
1 parent 5103bcf commit 82c9f2d
Show file tree
Hide file tree
Showing 83 changed files with 1,680 additions and 572 deletions.
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: dipsaus
Type: Package
Title: A Dipping Sauce for Data Analysis and Visualizations
Version: 0.0.6.2
Version: 0.0.7
Authors@R: c(
person("Zhengjia", "Wang", email = "zhengjia.wang@rice.edu", role = c("aut", "cre"))
)
Description: Works as "add-ons" to packages like 'shiny', 'future', as well as
Description: Works as an "add-on" to packages like 'shiny', 'future', as well as
'rlang', and provides utility functions. Just like dipping sauce adding
flavors to potato chips or pita bread, 'dipsaus' for data analysis and
visualizations adds handy functions and enhancements to popular packages.
Expand All @@ -15,7 +15,7 @@ Description: Works as "add-ons" to packages like 'shiny', 'future', as well as
roughly fall into these four categories: 1. 'shiny' input widgets; 2.
high-performance computing using 'RcppParallel' and 'future' package; 3.
modify R calls and convert among numbers, strings, and other objects. 4.
utility functions to get system information such like CPU chipset, memory
utility functions to get system information such like CPU chip-set, memory
limit, etc.
URL: https://github.com/dipterix/dipsaus
BugReports: https://github.com/dipterix/dipsaus/issues
Expand All @@ -27,23 +27,23 @@ Depends: R (>= 3.5.0)
Imports:
utils,
grDevices,
parallel,
Rcpp,
RcppParallel,
R6,
shiny,
cli,
stringr,
parallel,
jsonlite (>= 1.6),
future,
future.apply,
progressr,
Rcpp,
RcppParallel,
crayon,
fastmap,
base64url,
base64enc,
synchronicity,
digest,
R6,
rlang (>= 0.4.0),
startup
Suggests:
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ export(lapply_async2)
export(list_to_fastmap2)
export(make_async_evaluator)
export(make_forked_clusters)
export(mask_function2)
export(match_calls)
export(mem_limit2)
export(new_function2)
export(no_op)
export(package_installed)
export(parse_svec)
Expand Down
20 changes: 19 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
dipsaus 0.0.7
=======

## Major Changes
* Removed dependency on `txtq` and functions related
* Added `list_to_fastmap2` to convert a list to `fastmap2`
* Exported `to_datauri`, allowing any files, especially images to be translated to base-64 code and can be directly used in websites
* `mask_function2` to mask variables within function by adding one environment layer on top of the function
* `new_function2` creates function that supports 'quasi-quosure' syntax

## Minor Changes
* Allow maximum height set for `compoundInput2`
* `fastmap2` now accept multi-assignment with single value

## Bug Fixes
* `fastmap2` subset method now accept integers instead raising errors


dipsaus 0.0.6
=======

Expand Down Expand Up @@ -83,7 +101,7 @@ dipsaus 0.0.2
* `col2hexStr` convert color to hex strings that are friendly to `HTML`, `CSS` and `JavaScript`;
* `parse_svec` converts a string into integer vectors, `deparse_svec` converts integer vectors back into a compact string;
* `drop_nulls` removes invalid items within lists;
* `get_cpu` gets CPU types and chipset names;
* `get_cpu` gets CPU types and chip-set names;
* `get_ram`, `mem_limit2` gets total RAM size as an alternatives for `mem.limits` in non-windows environment;
* `to_ram_size` provides simple way to convert numbers to printable storage sizes in given units;
* `time_delta` calculates time differences and returns a number in given units.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ devtools::install_github('dipterix/dipsaus')
* `col2hexStr` convert color to hex strings that are friendly to `HTML`, `CSS` and `JavaScript`;
* `parse_svec` converts a string into integer vectors, `deparse_svec` converts integer vectors back into a compact string;
* `drop_nulls` removes invalid items within lists;
* `get_cpu` gets CPU types and chipset names;
* `get_cpu` gets CPU types and chip-set names;
* `get_ram`, `mem_limit2` gets total RAM size as an alternatives for `mem.limits` in non-windows environment;
* `to_ram_size` provides simple way to convert numbers to printable storage sizes in given units;
* `time_delta` calculates time differences and returns a number in given units.
Expand Down
8 changes: 7 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Last submission - 0.0.5 succeed
# Current submission:

self check: 0 error, 0 warning, 0 note

Reverse dependency check results of `threeBrain`, 0 error, 0 warning, 0 note

# Last submission - 0.0.6 succeed

6 changes: 3 additions & 3 deletions docs/404.html

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

Loading

0 comments on commit 82c9f2d

Please sign in to comment.