From cdd70aacaa6e62de77bc8c6676ac1e87297fbfe9 Mon Sep 17 00:00:00 2001 From: Jonathon Love Date: Fri, 6 Jan 2017 12:32:07 +1100 Subject: [PATCH] Adjustments requested by CRAN --- DESCRIPTION | 13 +++++++------ package.json | 8 -------- 2 files changed, 7 insertions(+), 14 deletions(-) delete mode 100644 package.json diff --git a/DESCRIPTION b/DESCRIPTION index aea8eaa..7e81623 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,13 +1,14 @@ Package: jmvcore Type: Package -Title: Dependencies for the jamovi Framework -Version: 0.1 +Title: Dependencies for the 'jamovi' Framework +Version: 0.2.2 Date: 2017-01-04 Author: Jonathon Love Maintainer: Jonathon Love -Description: jamovi is a framework for creating rich interactive statistical - analyses. This package represents the core libraries which jamovi analyses - written in R depend upon. +Description: 'jamovi' is a framework for creating rich interactive statistical + analyses (see for more information). This package + represents the core libraries which jamovi analyses written in R depend + upon. URL: https://www.jamovi.org BugReports: https://github.com/jamovi/jmvcore License: GPL (>= 2) @@ -19,5 +20,5 @@ Imports: base64enc Suggests: testthat (>= 1.0.2), - RProtoBuf + RProtoBuf (>= 0.4.6) RoxygenNote: 5.0.1 diff --git a/package.json b/package.json deleted file mode 100644 index d8c1d86..0000000 --- a/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "jmvcore", - "version": "0.1.0", - "scripts": { - "prepublish": "R CMD INSTALL --library=. ." - } -} -