Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
fig
 
 
pkg
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Track changes in data

Build Status Coverage Status CRAN status DownloadsMentioned in Awesome Official Statistics

The lumberjack R package allows you to:

  • track changes in multiple data sets as they get processed;
  • using multiple loggers for each dataset;
  • where loggers are fully customizable.

You can get started by just adding one line of code to your existing data analysis script.

lumberjack philosophy

Production scripts may contain many data transformations, aimed to clean, select, model, or augment data with new variables. Analyzing the effect of each step is cumbersome because it involves adding a lot of code that is not concerned with the primary goal of the script, namely to analyze and process data.

In the lumberjack philosophy, a programmer (analyst) should be only concerned with the primary process of data analyses.

Installation

Published version from CRAN

install.packages('lumberjack')

Development version.

git clone https://github.com/markvanderloo/lumberjack
cd lumbjerjack
make install

Copyright (2016) Mark van der Loo Licenced by EUPL 1.2

About

Track changes in data with ease

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.