From 177617942313c1f246e9dc78ec64d98ce7218f1a Mon Sep 17 00:00:00 2001 From: sync Date: Sat, 2 Jan 2021 05:42:21 +0000 Subject: [PATCH] New package: recordr --- docs/all.json | 11 +++++++++++ docs/by-package/recordr.json | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 docs/by-package/recordr.json diff --git a/docs/all.json b/docs/all.json index 092fa9adc..689ffdd64 100644 --- a/docs/all.json +++ b/docs/all.json @@ -202,6 +202,17 @@ "license": "GPL (>= 2)", "url": ["https://journal.r-project.org/archive/2010-2/RJournal_2010-2_Sariyar+Borg.pdf"] }, + { + "name": "recordr", + "version": "1.0.3", + "title": "R Provenance Tracking", + "description": "Provide methods to record data provenance about R script executions. Provenance data includes files that were read and written by the script, along with information about the execution, such as start time end time, the R modules loaded during the execution, and other information describing the execution environment.", + "date": "2016-08-31", + "maintainer": "Peter Slaughter ", + "license": "Apache License 2.0", + "url": ["https://github.com/NCEAS/recordr"], + "bugs": "https://github.com/NCEAS/recordr/issues" + }, { "name": "RJDBC", "version": "0.2-8", diff --git a/docs/by-package/recordr.json b/docs/by-package/recordr.json new file mode 100644 index 000000000..fe196a4bd --- /dev/null +++ b/docs/by-package/recordr.json @@ -0,0 +1,10 @@ +{ + "version": "1.0.3", + "title": "R Provenance Tracking", + "description": "Provide methods to record data provenance about R script executions. Provenance data includes files that were read and written by the script, along with information about the execution, such as start time end time, the R modules loaded during the execution, and other information describing the execution environment.", + "date": "2016-08-31", + "maintainer": "Peter Slaughter ", + "license": "Apache License 2.0", + "url": "https://github.com/NCEAS/recordr", + "bugs": "https://github.com/NCEAS/recordr/issues" +}