diff options
| -rw-r--r-- | DESCRIPTION | 5 | ||||
| -rw-r--r-- | NEWS.md | 2 | ||||
| -rw-r--r-- | build.log | 2 | ||||
| -rw-r--r-- | docs/authors.html | 2 | ||||
| -rw-r--r-- | docs/index.html | 3 | ||||
| -rw-r--r-- | docs/news/index.html | 3 | 
6 files changed, 11 insertions, 6 deletions
| diff --git a/DESCRIPTION b/DESCRIPTION index c0c2691f..4f61178e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,9 +2,10 @@ Package: mkin  Type: Package  Title: Kinetic Evaluation of Chemical Degradation Data  Version: 0.9.46.2 -Date: 2017-09-14 +Date: 2017-10-10  Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"),  -                    email = "jranke@uni-bremen.de"), +                    email = "jranke@uni-bremen.de", +                    comment = c(ORCID = "0000-0003-4371-6538")),               person("Katrin", "Lindenberger", role = "ctb"),               person("René", "Lehmann", role = "ctb"),               person("Eurofins Regulatory AG", role = "cph")) @@ -2,6 +2,8 @@  - Converted the vignette FOCUS_Z from tex/pdf to markdown/html +- `DESCRIPTION`: Add ORCID +  # mkin 0.9.46.1 (2017-09-14)  - `plot.mkinfit`: Fix scaling of residual plots for the case of separate plots for each observed variable @@ -3,7 +3,7 @@  * checking DESCRIPTION meta-information ... OK  * installing the package to build vignettes  * creating vignettes ... OK -* checking for LF line-endings in source and make files +* checking for LF line-endings in source and make files and shell scripts  * checking for empty or unneeded directories  * looking to see if a ‘data/datalist’ file should be added  * building ‘mkin_0.9.46.2.tar.gz’ diff --git a/docs/authors.html b/docs/authors.html index e754adb3..5829abb8 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -109,7 +109,7 @@      <ul class="list-unstyled">        <li>          <p><strong>Johannes Ranke</strong>. Author, maintainer, copyright holder. -        </p> +        <br /><small>0000-0003-4371-6538</small></p>        </li>        <li>          <p><strong>Katrin Lindenberger</strong>. Contributor. diff --git a/docs/index.html b/docs/index.html index ae6c5e28..1b4d89a6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -167,7 +167,8 @@  <p>GPL</p>  <h2>Developers</h2>  <ul class="list-unstyled"> -<li>Johannes Ranke <br><small class="roles"> Author, maintainer, copyright holder </small> </li> +<li>Johannes Ranke <br><small class="roles"> Author, maintainer, copyright holder </small> <br><small>(0000-0003-4371-6538)</small> +</li>  <li><a href="authors.html">All authors...</a></li>  </ul>  <h2>Dev status</h2> diff --git a/docs/news/index.html b/docs/news/index.html index aa1ec651..c3c66b9a 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -112,7 +112,8 @@  <h1 class="hasAnchor">  <a href="#mkin-0-9-46-2" class="anchor"></a>mkin 0.9.46.2</h1>  <ul> -<li>Converted the vignette FOCUS_Z from tex/pdf to markdown/html</li> +<li><p>Converted the vignette FOCUS_Z from tex/pdf to markdown/html</p></li> +<li><p><code>DESCRIPTION</code>: Add ORCID</p></li>  </ul>  </div>      <div id="mkin-0-9-46-1-2017-09-14" class="section level1"> | 
