CRAN
lumberjack 0.3.0
Track Changes in Data
Released Jul 20, 2018 by Mark van der Loo
This package can be loaded by Renjin but 4 out 33 tests failed.
Dependencies
A function composition ('pipe') operator and extensible framework that allows for easy logging of changes in data.
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>lumberjack</artifactId> <version>0.3.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:lumberjack')
Test Results
This package was last tested against Renjin 0.9.2657 on Aug 18, 2018.
- Logging_switches.Logging_does_not_depend_on_functins_keeping_attributes_E1
- Logging_switches.Logging_does_not_depend_on_functins_keeping_attributes_E2
- Logging_switches.switching_on,_switching_off_E1
- Logging_switches.switching_on,_switching_off_E2
- NSE_helper_functions.symbol_replacement_works_E1
- NSE_helper_functions.symbol_replacement_works_E2
- NSE_helper_functions.symbol_replacement_works_E3
- The_pipe.The_pipe_function_E1
- The_pipe.The_pipe_function_E2
- The_pipe.The_pipe_function_E3
- The_pipe.The_pipe_function_E4
- The_pipe.The_pipe_function_E5
- The_pipe.The_pipe_function_E6
- The_pipe.The_pipe_function_E7
- The_pipe.The_pipe_function_E8
- The_pipe.The_pipe_function_E9
- Utilities.exceptions
- cellwise-examples
- cellwise_logger.cellwise_E1
- cellwise_logger.cellwise_E2
- cellwise_logger.cellwise_E3
- cellwise_logger.cellwise_E4
- cellwise_logger.cellwise_E5
- cellwise_logger.cellwise_logging
- expression_logger-examples
- expression_logger.expression_logging_E1
- expression_logger.expression_logging_E2
- filedump_logger.filedump_logging
- simple-examples
- simple_logger.Simple_logging_E1
- simple_logger.Simple_logging_E2
- simple_logger.Simple_logging_E3
- testthat