CRAN
tfse 0.5.0
Tools for Script Editing
Released Feb 8, 2019 by Michael W. Kearney
Dependencies
A collection of useful tools for programming and writing-scripts. Several functions are simple wrappers around base R functions that extend their functionality while also providing some convenient properties–regular expression functions that automatically detect look-ahead and look-behind statements, a read-line function that suppresses incomplete-final-line warnings and automatically opens and closes connections, a version of substrings that starts from the end of strings, etc. Other functions are useful for checking whether packages are installed, omitting missing data, and showing in-use connections.
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>tfse</artifactId> <version>0.5.0-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:tfse')
Test Results
This package was last tested against Renjin 0.9.2719 on Feb 11, 2019.
- add_arg_if-examples
- apa_citation-examples
- cc-examples
- min_var-examples
- na_omit-examples
- nin-examples
- pbcopy-examples
- rescale-examples
- test-data_set.data_set_works_E1
- test-data_set.data_set_works_E2
- test-data_set.data_set_works_E3
- test-tfse.apa_citation_E1
- test-tfse.apa_citation_E2
- test-tfse.cc_E1
- test-tfse.cc_E2
- test-tfse.desc_E1
- test-tfse.desc_E2
- test-tfse.desc_E3
- test-tfse.dsstore
- test-tfse.gitrename
- test-tfse.in_E1
- test-tfse.in_E2
- test-tfse.is_installed_E1
- test-tfse.is_installed_E2
- test-tfse.is_installed_E3
- test-tfse.is_installed_E4
- test-tfse.is_installed_E5
- test-tfse.is_installed_E6
- test-tfse.lines
- test-tfse.match_arg_E1
- test-tfse.match_arg_E2
- test-tfse.na_E1
- test-tfse.na_E2
- test-tfse.na_omit_E1
- test-tfse.na_omit_E2
- test-tfse.pmsg
- test-tfse.psub
- test-tfse.r_dir_E1
- test-tfse.r_dir_E2
- test-tfse.regmatches__E1
- test-tfse.regmatches__E2
- test-tfse.regmatches__E3
- test-tfse.regmatches__E4
- test-tfse.regmatches__E5
- test-tfse.regmatches_lists_E1
- test-tfse.regmatches_lists_E2
- test-tfse.renv_E1
- test-tfse.renv_E2
- test-tfse.renv_E3
- test-tfse.rescale_E1
- test-tfse.rescale_E2
- test-tfse.rescale_E3
- test-tfse.rescale_E4
- test-tfse.rescale_E5
- test-tfse.rescale_E6
- test-tfse.search_files_E1
- test-tfse.search_files_E2
- test-tfse.set_class
- test-tfse.shhh
- test-tfse.trim_ws
- test-tfse.write_function
- testthat