Skip to content

Commit c46a417

Browse files
committed
CRAN resub examples tweak
1 parent 2b1bbc5 commit c46a417

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 2024.02.15
2-
Date: 2024-02-15 20:39:38 UTC
3-
SHA: 873a4f08e4061dafa7a867ab0c89b2e3bcf2df91
1+
Version: 2024.03.04
2+
Date: 2024-03-04 20:58:15 UTC
3+
SHA: 2b1bbc5b7187e03b34f7c114276691c22aae169d

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: movegroup
22
Title: Visualizing and Quantifying Space Use Data for Groups of Animals
3-
Version: 2024.03.04
3+
Version: 2024.03.05
44
Authors@R: c(
55
person("Simon", "Dedman", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9108-972X")),
66
person("Maurits", "van Zinnicq Bergmann", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-8414-5025")))

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "NEWS.md"
33
author: "Simon Dedman"
4-
date: "2024-03-04"
4+
date: "2024-03-05"
55
output: html_document
66
---
7-
# v2024.03.04
7+
# v2024.03.05
88
* first CRAN release
99

1010

R/movegroup.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
#' dbbmmwindowsize (default 23, has to be >=2*movemargin, has to be odd).
150150
#'
151151
#' @examples
152+
#' \donttest{
152153
#' # load data
153154
#' data("TracksCleaned")
154155
#' # run function
@@ -159,6 +160,7 @@
159160
#' Lat = "Lat",
160161
#' Lon = "Lon",
161162
#' savedir = tempdir())
163+
#' }
162164
#'
163165
#' @author Simon Dedman, \email{simondedman@@gmail.com}
164166
#' @author Maurits van Zinnicq Bergmann, \email{mauritsvzb@@gmail.com}

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "cran-comments"
33
author: "Simon Dedman"
4-
date: "4 March 2024"
4+
date: "5 March 2024"
55
output: html_document
66
---
77

@@ -19,7 +19,7 @@ knitr::opts_chunk$set(echo = TRUE)
1919

2020
## R CMD check results
2121

22-
0 errors | 1 warnings | 0 notes
22+
0 errors | 1 warning | 0 notes
2323

2424
Warnings:
2525

man/movegroup.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)