diff --git a/NEWS.md b/NEWS.md index d370f35..61410f1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,11 +1,11 @@ *** ## moveVis 0.10.4 -Publication, added parallelization, new memory settings and bug fixes. In development. +Publication, added parallelization, new memory settings and bug fixes. Submitted to CRAN. **Peer-reviewed publication:** * An open-access paper accompanying the `moveVis` R package has been peer-reviewed by and published in *'Methods in Ecology and Evolution'* (see https://doi.org/10.1111/2041-210X.13374). -* Reference: *Schwalb-Willmann, J.; Remelgado, R.; Safi, K.; Wegmann, M. (2020). moveVis: Animating movement trajectories in synchronicity with static or temporally dynamic environmental data in R. Methods in Ecology and Evolution. Accepted Author Manuscript. doi:10.1111/2041-210X.13374*. +* Reference: *Schwalb-Willmann, J.; Remelgado, R.; Safi, K.; Wegmann, M. (2020). moveVis: Animating movement trajectories in synchronicity with static or temporally dynamic environmental data in R. Methods in Ecology and Evolution. Accepted Author Manuscript. https://doi.org/10.1111/2041-210X.13374*. * Citation: Please use `citation("moveVis")` to cite moveVis, e.g. when you use it in publications or presentations. **New features:** diff --git a/README.md b/README.md index 1fdc93f..7671cf4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ With version 0.10.0, the package has been rewritten from the ground up with the goal to make it easier to customize the appearance of movement animations. Thus, the logic of the package, its functions and their syntax have changed. -`moveVis` 0.10.3 (stable) can be installed from CRAN: +The latest stable version of `moveVis` can be installed from CRAN: ```r install.packages("moveVis") @@ -192,5 +192,5 @@ This initiative is part of the open-access paper accompanying the `moveVis` R package has been peer-reviewed by and published in *'Methods in Ecology and Evolution'* (see https://doi.org/10.1111/2041-210X.13374). Please cite moveVis, e.g. when you use it in publications or presentations, using the output of `citation("moveVis")` or as follows: -*Schwalb-Willmann, J.; Remelgado, R.; Safi, K.; Wegmann, M. (2020). moveVis: Animating movement trajectories in synchronicity with static or temporally dynamic environmental data in R. Methods in Ecology and Evolution. Accepted Author Manuscript. doi:10.1111/2041-210X.13374* +*Schwalb-Willmann, J.; Remelgado, R.; Safi, K.; Wegmann, M. (2020). moveVis: Animating movement trajectories in synchronicity with static or temporally dynamic environmental data in R. Methods in Ecology and Evolution. Accepted Author Manuscript. https://doi.org/10.1111/2041-210X.13374* diff --git a/cran-comments.md b/cran-comments.md index 228f99b..e4b7315 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,16 +1,17 @@ ## Test environments -* Ubuntu 19.04, R 3.6.1 (local) -* Ubuntu 18.04.2 LTS, R 3.6.1 (local) +* Ubuntu 19.04, R 3.6.2 (local) +* Ubuntu 18.04.2 LTS, R 3.6.2 (local) * Ubuntu 16.04.6 LTS, R 3.5.3 (travis) -* Ubuntu 16.04.6 LTS, R 3.6.1 (travis) +* Ubuntu 16.04.6 LTS, R 3.6.2 (travis) * Ubuntu 16.04.6 LTS, R-devel (travis) * Windows Server 2008, R 3.5.3 (winbuilder) -* Windows Server 2008, R 3.6.1 (winbuilder) * Windows Server 2008, R-devel (winbuilder) +* Windows Server 2008, R-devel ATC (winbuilder) +* Windows Server 2012 R2, R 3.6.2 (appveyor) ## R CMD check results 0 errors | 0 warnings | 0 notes -* This submission contains minor improvements and bug fixes \ No newline at end of file +* This submission contains minor improvements and bug fixes and adds two new functions \ No newline at end of file diff --git a/docs/authors.html b/docs/authors.html index 0c19cce..49ead23 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -156,7 +156,7 @@

Citation

title = {moveVis: Animating movement trajectories in synchronicity with static or temporally dynamic environmental data in R}, journal = {Methods in Ecology and Evolution}, year = {2020}, - doi = {doi:10.1111/2041-210X.13374}, + doi = {10.1111/2041-210X.13374}, } diff --git a/docs/news/index.html b/docs/news/index.html index 450b9b9..f545538 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -149,11 +149,11 @@

Changelog

moveVis 0.10.4

-

Publication, added parallelization, new memory settings and bug fixes. In development.

+

Publication, added parallelization, new memory settings and bug fixes. Submitted to CRAN.

Peer-reviewed publication:

New features:

diff --git a/inst/CITATION b/inst/CITATION index c61425d..d8b0cce 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -5,6 +5,6 @@ citEntry(entry = "article", title = "moveVis: Animating movement trajectories in synchronicity with static or temporally dynamic environmental data in R", journal = "Methods in Ecology and Evolution", year = "2020", - doi = "doi:10.1111/2041-210X.13374", - textVersion = "Schwalb-Willmann, J.; Remelgado, R.; Safi, K.; Wegmann, M. (2020). moveVis: Animating movement trajectories in synchronicity with static or temporally dynamic environmental data in R. Methods in Ecology and Evolution. Accepted Author Manuscript. doi:10.1111/2041-210X.13374" -) \ No newline at end of file + doi = "10.1111/2041-210X.13374", + textVersion = "Schwalb-Willmann, J.; Remelgado, R.; Safi, K.; Wegmann, M. (2020). moveVis: Animating movement trajectories in synchronicity with static or temporally dynamic environmental data in R. Methods in Ecology and Evolution. Accepted Author Manuscript. https://doi.org/10.1111/2041-210X.13374" +)