diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-05 18:44:22 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-05 18:44:22 +0200 |
commit | 9411139beee167c5339e96db448e5dbed19e06bc (patch) | |
tree | 1bba625b3a2288c1ede4eefe1c23d3bcfa0f9fcc /DESCRIPTION | |
parent | 801e95f1cc7bfcc8480f6f49b9da2331be71d1a9 (diff) |
Maintenance in preparation of improvements
- Switch vignette to html
- Switch tests to testthat
- NEWS.md instead of ChangeLog
- Remove names of y in lists returned by lod and loq
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 0664ad3..7610ff0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,11 @@ Package: chemCal -Version: 0.1-37.9001 -Date: 2017-03-15 +Version: 0.2.1 +Date: 2018-07-05 Title: Calibration Functions for Analytical Chemistry Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de", comment = c(ORCID = "0000-0003-4371-6538"))) -Suggests: MASS +Suggests: MASS, knitr, testthat Description: Simple functions for plotting linear calibration functions and estimating standard errors for measurements according to the Handbook of Chemometrics and Qualimetrics: Part A @@ -14,6 +14,10 @@ Description: Simple functions for plotting linear The functions work on model objects from - optionally weighted - linear regression (lm) or robust linear regression ('rlm' from the 'MASS' package). License: GPL (>= 2) -URL: http://www.r-project.org, - http://chem.uft.uni-bremen.de/ranke/?page=chemCal, http://cgit.jrwb.de/chemCal +LazyLoad: yes +LazyData: yes +VignetteBuilder: knitr +Encoding: UTF-8 +BugReports: http://github.com/jranke/chemCal/issues +URL: https://pkgdown.jrwb.de/chemCal, https://cgit.jrwb.de/chemCal/about RoxygenNote: 6.0.1 |