CRAN
wrapr 1.8.7
Wrap R Tools for Debugging and Parametric Programming
Released May 24, 2019 by John Mount
Tools for writing and debugging R code. Provides: '%.>%' dot-pipe (an 'S3' configurable pipe), 'let()' (converts non-standard evaluation interfaces to parametric standard evaluation interfaces, inspired by 'gtools:strmacro()' and 'base::bquote()'), 'build_frame()'/'draw_frame()' ('data.frame' example tools), 'qc()' (quoting concatenate), ':=' (named map builder), and more.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>wrapr</artifactId> <version>1.8.7-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:wrapr')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.
- Collector-examples
- DebugFn-examples
- DebugFnE-examples
- DebugFnW-examples
- DebugFnWE-examples
- DebugPrintFn-examples
- DebugPrintFnE-examples
- VectorizeM-examples
- add_name_column-examples
- apply_left-examples
- apply_left.default-examples
- apply_left_default-examples
- apply_right-examples
- apply_right.default-examples
- apply_right_S4-examples
- as.UnaryFn-examples
- as.list.UnaryFn-examples
- as.list.UnaryFnList-examples
- as_dot_fn-examples
- as_fn-examples
- as_fnlist-examples
- bquote_call_args-examples
- bquote_function-examples
- buildNameCallback-examples
- build_frame-examples
- c.UnaryFn-examples
- checkColsFormUniqueKeys-examples
- clean_fit_glm-examples
- clean_fit_lm-examples
- coalesce-examples
- defineLambda-examples
- dot_arrow-examples
- draw_frame-examples
- draw_framec-examples
- evalb-examples
- execute_parallel-examples
- fnlist-examples
- grapes-in_block-grapes-examples
- grepdf-examples
- grepv-examples
- inline_concat-examples
- inline_dot-examples
- inline_paste0-examples
- inline_qc-examples
- invert_perm-examples
- lambda-examples
- lapplym-examples
- let-examples
- makeFunction_se-examples
- map_to_char-examples
- map_upper-examples
- mapsyms-examples
- match_order-examples
- mk_formula-examples
- mk_tmp_name_source-examples
- named_map_builder-examples
- orderv-examples
- package_test_runner
- parLapplyLBm-examples
- partition_tables-examples
- pkgfn-examples
- psagg-examples
- qae-examples
- qc-examples
- qchar_frame-examples
- qe-examples
- qs-examples
- reduceexpand-examples
- restrictToNameAssignments-examples
- seqi-examples
- sequence_as_function-examples
- sinterp-examples
- sortv-examples
- split_at_brace_pairs-examples
- srcfn-examples
- stop_if_dot_args-examples
- strsplit_capture-examples
- uniques-examples
- vapplym-examples
- view-examples
- wrapfn-examples