-
Notifications
You must be signed in to change notification settings - Fork 1
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
17 changed files
with
186 additions
and
34 deletions.
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 |
---|---|---|
|
@@ -54,4 +54,5 @@ setwd(path) | |
do_knit(option, quiet=TRUE) | ||
setwd(oldpath) | ||
warnings() | ||
Sys.sleep(1) | ||
|
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
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,8 +1,8 @@ | ||
@ECHO OFF | ||
|
||
rm -r build\html | ||
Rscript.exe --vanilla _script\knit_site.R clean | ||
Rscript.exe --vanilla _script\copy_reports.R | ||
rm -r build\html | ||
make html | ||
|
||
|
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
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
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
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,21 @@ | ||
.. raw:: html | ||
|
||
<div style="visibility: hidden;"> | ||
|
||
Aggregated data | ||
=============== | ||
|
||
.. raw:: html | ||
:file: _R/data.html | ||
|
||
</div> | ||
<div style="visibility: visible;"> | ||
|
||
|
||
.. raw:: html | ||
:file: _R/aggregated.html | ||
|
||
|
||
.. raw:: html | ||
|
||
</div> | ||
|
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
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
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,6 +1,17 @@ | ||
.. raw:: html | ||
|
||
<div style="visibility: hidden;"> | ||
|
||
|
||
Contribute | ||
========== | ||
|
||
.. raw:: html | ||
|
||
</div> | ||
<div style="visibility: visible;"> | ||
|
||
|
||
*Carob* is an open-source community project to standardize and aggregate agricultural research data. | ||
|
||
Anyone is invited to contribute to *Carob* by contributing `R` scripts for datasets of interest, or by improving existing scripts. All scripts are available on `github <https://github.com/reagro/carob/>`_ (in the ``scripts`` folder). | ||
|
@@ -20,3 +31,7 @@ To contribute you can follow these steps | |
|
||
If this procedure is too complicated we can also work with you in other ways. You can always drop us an email at [email protected], or raise an `issue <https://github.com/reagro/carob/issues>`_ | ||
|
||
|
||
.. raw:: html | ||
|
||
</div> |
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,8 +1,22 @@ | ||
.. raw:: html | ||
|
||
<div style="visibility: hidden;"> | ||
|
||
Contributors | ||
============ | ||
|
||
.. raw:: html | ||
|
||
</div> | ||
<div style="visibility: visible;"> | ||
|
||
|
||
Here we lists the contributors of Carob scripts and of the contributors of the data that we have processed. Names are followed by the number of scripts/datasets. | ||
|
||
.. raw:: html | ||
:file: _R/contributors.html | ||
|
||
|
||
.. raw:: html | ||
|
||
</div> |
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,20 @@ | ||
.. raw:: html | ||
|
||
<div style="visibility: hidden;"> | ||
|
||
Standardized data | ||
================= | ||
|
||
.. raw:: html | ||
|
||
</div> | ||
<div style="visibility: visible;"> | ||
|
||
|
||
.. raw:: html | ||
:file: _R/done.html | ||
|
||
|
||
.. raw:: html | ||
|
||
</div> |
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
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,18 +1,24 @@ | ||
.. intro | ||
.. raw:: html | ||
|
||
<div style="visibility: hidden;"> | ||
|
||
Carob | ||
===== | ||
|
||
.. raw:: html | ||
|
||
</div> | ||
<div style="visibility: visible;"> | ||
|
||
.. image:: /_static/carob.png | ||
:width: 150 | ||
:alt: CAROB logo | ||
:target: https://github.com/reagro/carob | ||
:align: left | ||
|
||
*Carob* is the open-source, collaborative and community based *Extract, Transform, and Load* `(ETL) framework supported by CGIAR <https://www.cgiar.org/initiative/excellence-in-agronomy/>`_ to facilitate agricultural research. All data transformations are done with *R* scripts, making it easy to enhance the standardization process as needs arise, and to correct mistakes. Please consider `contributing <contribute.html>`_! | ||
*Carob* produces large standardized data sets to facilitate agricultural research. It is an open-source, collaborative and community based *Extract, Transform, and Load* `(ETL) project supported by CGIAR <https://www.cgiar.org/initiative/excellence-in-agronomy/>`_. All data transformations are done with *R* scripts, making it easy to enhance the standardization process as needs arise, and to correct mistakes. Please consider `contributing <contribute.html>`_! | ||
|
||
| | ||
|
||
Contact: [email protected] | ||
|
||
|
@@ -27,6 +33,11 @@ Contact: [email protected] | |
:target: https://ucdavis.edu | ||
|
||
|
||
.. raw:: html | ||
|
||
</div> | ||
|
||
|
||
.. toctree:: | ||
:hidden: | ||
:maxdepth: 3 | ||
|
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
Oops, something went wrong.