From 6b5955d85d3f2d0bf75bd6bf4ce3775cbd918d45 Mon Sep 17 00:00:00 2001 From: sync Date: Sat, 2 Jan 2021 05:42:04 +0000 Subject: [PATCH] New package: gmDatabase --- docs/all.json | 10 ++++++++++ docs/by-package/gmDatabase.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 docs/by-package/gmDatabase.json diff --git a/docs/all.json b/docs/all.json index 092fa9adc..91316d9f0 100644 --- a/docs/all.json +++ b/docs/all.json @@ -94,6 +94,16 @@ "url": ["https://duckdb.org/", "https://github.com/cwida/duckdb"], "bugs": "https://github.com/cwida/duckdb/issues" }, + { + "name": "gmDatabase", + "version": "0.5.0", + "title": "Accessing a Geometallurgical Database with R", + "description": "A template for a geometallurgical database and a fast and easy interface for accessing it is provided in this package.", + "date": "2016-06-16", + "maintainer": "K. Gerald van den Boogaart ", + "license": "GPL (>= 2) | LGPL (>= 2)", + "url": ["http://www.r-project.org", "http://www.stat.boogaart.de"] + }, { "name": "implyr", "version": "0.3.0", diff --git a/docs/by-package/gmDatabase.json b/docs/by-package/gmDatabase.json new file mode 100644 index 000000000..a4d313941 --- /dev/null +++ b/docs/by-package/gmDatabase.json @@ -0,0 +1,10 @@ +{ + "version": "0.5.0", + "title": "Accessing a Geometallurgical Database with R", + "description": "A template for a geometallurgical database and a fast and easy interface for accessing it is provided in this package.", + "date": "2016-06-16", + "maintainer": "K. Gerald van den Boogaart ", + "license": "GPL (>= 2) | LGPL (>= 2)", + "url": ["http://www.r-project.org", "http://www.stat.boogaart.de"], + "bugs": null +}