From 6264093d3233e624404ddb87809f2d93b1049a1b Mon Sep 17 00:00:00 2001 From: Philipp Baumann Date: Fri, 23 Jun 2017 11:53:43 +0200 Subject: [PATCH] Update DESCRIPTION to have a proper order of fields --- DESCRIPTION | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fd078f2..9a9ca16 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,15 @@ -Package: simplerspec Type: Package +Package: simplerspec +Version: 0.1.0 Title: Soil and plant spectroscopic model building and prediction +Description: Functions that cover + reading of spectral data, outlier removal, + spectral preprocessing, calibration sampling, PLS regression + using caret, and model diagnostic statistics and plots. +Authors@R: person("Philipp", "Baumann", + email = "philipp.baumann@usys.ethz.ch", role = c("aut", "cre")) +URL: https://github.com/philipp-baumann/simplerspec +BugReports: https://github.com/philipp-baumann/simplerspec Depends: R (>= 3.0), foreach Imports: @@ -25,13 +34,6 @@ Imports: purrr, readr, tibble -Version: 0.1.0 -Authors@R: person("Philipp", "Baumann", - email = "baumanph@student.ethz.ch", role = c("aut", "cre")) -Description: Functions that cover - reading of spectral data, outlier removal, - spectral preprocessing, calibration sampling, PLS regression - using caret, and model diagnostic statistics and plots. License: GPL-2 LazyData: TRUE RoxygenNote: 6.0.1