Skip to content

Commit

Permalink
CRAN prep
Browse files Browse the repository at this point in the history
  • Loading branch information
16EAGLE committed Feb 7, 2020
1 parent 1efd289 commit 08f400f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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 <a href="https://doi.org/10.1111/2041-210X.13374">open-access paper</a> 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:**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a href="http://movevis.org">`moveVis`</a> 0.10.3 (stable) can be installed from CRAN:
The latest stable version of <a href="http://movevis.org">`moveVis`</a> can be installed from CRAN:

```r
install.packages("moveVis")
Expand Down Expand Up @@ -192,5 +192,5 @@ This initiative is part of the <a target="_blank" href="https://www.geographie.u

An <a href="https://doi.org/10.1111/2041-210X.13374">open-access paper</a> 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*

11 changes: 6 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
* This submission contains minor improvements and bug fixes and adds two new functions
2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
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"
)

0 comments on commit 08f400f

Please sign in to comment.