-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
[![Build Status](https://travis-ci.org/nutterb/lazyWeave.png?branch=master)](https://travis-ci.org/nutterb/lazyWeave) | ||
|
||
lazyWeave makes the functionality of Sweave/knitr available to those who don't know LaTeX. It is written for new and infrequent R users with the goal of making reproducible research a possibility while one learns the finer points of R. The guiding philosophy for this package is that: | ||
|
||
The majority of your time should be spent thinking about the science/statistics | ||
Most of the remaining time should be spent thinking about how to code the science/statistics correctly | ||
Only as much time as necessary should be used to think about how to present the results. | ||
|
||
Ultimately, I recommend that anyone consistently using R should learn LaTeX and move on to use knitr. At best, this is a temporary solution that may be used to create reporducible reports while one focuses on coding quality statistical analysis using R. | ||
Ultimately, I recommend that anyone consistently using R should learn LaTeX and move on to use knitr. At best, this is a temporary solution that may be used to create reporducible reports while one focuses on coding quality statistical analysis using R. |