Skip to content

Commit 08f400f

Browse files
committed
CRAN prep
1 parent 1efd289 commit 08f400f

File tree

7 files changed

+18
-17
lines changed

7 files changed

+18
-17
lines changed

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
***
22

33
## moveVis 0.10.4
4-
Publication, added parallelization, new memory settings and bug fixes. In development.
4+
Publication, added parallelization, new memory settings and bug fixes. Submitted to CRAN.
55

66
**Peer-reviewed publication:**
77
* 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).
8-
* 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*.
8+
* 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*.
99
* Citation: Please use `citation("moveVis")` to cite moveVis, e.g. when you use it in publications or presentations.
1010

1111
**New features:**

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
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.
2525

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

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

193193
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:
194194

195-
*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*
195+
*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*
196196

cran-comments.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
## Test environments
22

3-
* Ubuntu 19.04, R 3.6.1 (local)
4-
* Ubuntu 18.04.2 LTS, R 3.6.1 (local)
3+
* Ubuntu 19.04, R 3.6.2 (local)
4+
* Ubuntu 18.04.2 LTS, R 3.6.2 (local)
55
* Ubuntu 16.04.6 LTS, R 3.5.3 (travis)
6-
* Ubuntu 16.04.6 LTS, R 3.6.1 (travis)
6+
* Ubuntu 16.04.6 LTS, R 3.6.2 (travis)
77
* Ubuntu 16.04.6 LTS, R-devel (travis)
88
* Windows Server 2008, R 3.5.3 (winbuilder)
9-
* Windows Server 2008, R 3.6.1 (winbuilder)
109
* Windows Server 2008, R-devel (winbuilder)
10+
* Windows Server 2008, R-devel ATC (winbuilder)
11+
* Windows Server 2012 R2, R 3.6.2 (appveyor)
1112

1213
## R CMD check results
1314

1415
0 errors | 0 warnings | 0 notes
1516

16-
* This submission contains minor improvements and bug fixes
17+
* This submission contains minor improvements and bug fixes and adds two new functions

docs/authors.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/CITATION

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ citEntry(entry = "article",
55
title = "moveVis: Animating movement trajectories in synchronicity with static or temporally dynamic environmental data in R",
66
journal = "Methods in Ecology and Evolution",
77
year = "2020",
8-
doi = "doi:10.1111/2041-210X.13374",
9-
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"
10-
)
8+
doi = "10.1111/2041-210X.13374",
9+
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"
10+
)

0 commit comments

Comments
 (0)