diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-24 17:42:42 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-24 17:52:47 +0200 |
commit | 5f4a25fad9a5323611855145e6b31267b3ed9e50 (patch) | |
tree | 01c348472972dd6887b3ca52a04bc3a8986830bc /vignettes/references.bib | |
parent | 32f527a92f072a45e01da3ca1354aa03fe86351e (diff) |
Convert main vignette to Rmd/html, add_err(), fixes
Diffstat (limited to 'vignettes/references.bib')
-rw-r--r-- | vignettes/references.bib | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/vignettes/references.bib b/vignettes/references.bib index 88caea60..a9b39725 100644 --- a/vignettes/references.bib +++ b/vignettes/references.bib @@ -19,6 +19,17 @@ url = {http://focus.jrc.ec.europa.eu/dk} } +@MANUAL{FOCUSkinetics2014, + title = {Generic guidance for estimating persistence and degradation kinetics + from environmental fate studies on pesticides in EU registration}, + author = {{FOCUS Work Group on Degradation Kinetics}}, + edition = {1.1}, + month = {December}, + year = {2014}, + file = {FOCUS kinetics 2011 Generic guidance:/home/ranke/dok/orgs/focus/FOCUSkineticsvc_1_0_Nov23.pdf:PDF}, + url = {http://focus.jrc.ec.europa.eu/dk} +} + @MANUAL{FOCUS2006, title = {Guidance Document on Estimating Persistence and Degradation Kinetics from Environmental Fate Studies on Pesticides in EU Registration. @@ -29,12 +40,12 @@ url = {http://focus.jrc.ec.europa.eu/dk} } -@MANUAL{rcore2014, +@MANUAL{rcore2016, title = {\textsf{R}: A Language and Environment for Statistical Computing}, author = {{R Development Core Team}}, organization = {R Foundation for Statistical Computing}, address = {Vienna, Austria}, - year = {2014}, + year = {2016}, note = {{ISBN} 3-900051-07-0}, url = {http://www.R-project.org} } @@ -43,15 +54,14 @@ title = {kinfit: {R}outines for fitting simple kinetic models to chemical degradation data}, author = {Johannes Ranke}, - year = {2013}, + year = {2015}, url = {http://CRAN.R-project.org/package=kinfit} } @MANUAL{pkg:mkin, - title = {mkin: {R}outines for fitting kinetic models with one or more state - variables to chemical degradation data}, + title = {`mkin`: {K}inetic evaluation of chemical degradation data}, author = {Johannes Ranke}, - year = {2013}, + year = {2016}, url = {http://CRAN.R-project.org/package=mkin} } |