Skip to content

Commit 9c3e0b2

Browse files
authored
Merge pull request #107 from inbo/0.4.0
0.4.0
2 parents 692941a + fb36247 commit 9c3e0b2

File tree

15 files changed

+190
-90
lines changed

15 files changed

+190
-90
lines changed

CITATION.cff

Lines changed: 95 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,26 @@ message: 'To cite package "movepub" in publications use:'
88
type: software
99
license: MIT
1010
title: 'movepub: Prepare Movebank Data for Publication'
11-
version: 0.3.0
12-
abstract: Prepare animal tracking data from 'Movebank' (<https://movebank.org>) for
13-
publication in a research repository or the Global Biodiversity Information Facility
14-
('GBIF' <https://www.gbif.org>).
11+
version: 0.4.0
12+
abstract: Prepare animal tracking data from 'Movebank' (<https://www.movebank.org/>)
13+
for publication in a research repository. With 'movepub' you can document data with
14+
metadata following the Data Package standard and transform these to Darwin Core
15+
and Ecological Metadata Language ('EML') for publication to the Global Biodiversity
16+
Information Facility ('GBIF') and the Ocean Biodiversity Information System ('OBIS').
1517
authors:
1618
- family-names: Desmet
1719
given-names: Peter
1820
email: peter.desmet@inbo.be
1921
orcid: https://orcid.org/0000-0002-8442-8025
2022
affiliation: Research Institute for Nature and Forest (INBO)
23+
- family-names: Govaert
24+
given-names: Sanne
25+
email: sanne.govaert@inbo.be
26+
orcid: https://orcid.org/0000-0002-8939-1305
27+
affiliation: Research Institute for Nature and Forest (INBO)
2128
repository-code: https://github.com/inbo/movepub
22-
url: https://github.com/inbo/movepub
23-
date-released: '2024-04-24'
29+
url: https://inbo.github.io/movepub/
30+
date-released: '2025-08-27'
2431
contact:
2532
- family-names: Desmet
2633
given-names: Peter
@@ -42,8 +49,8 @@ references:
4249
institution:
4350
name: R Foundation for Statistical Computing
4451
address: Vienna, Austria
45-
year: '2024'
46-
version: '>= 2.10'
52+
year: '2025'
53+
version: '>= 4.1.0'
4754
- type: software
4855
title: cli
4956
abstract: 'cli: Helpers for Developing Command Line Interfaces'
@@ -53,8 +60,8 @@ references:
5360
authors:
5461
- family-names: Csárdi
5562
given-names: Gábor
56-
email: csardi.gabor@gmail.com
57-
year: '2024'
63+
email: gabor@posit.co
64+
year: '2025'
5865
doi: 10.32614/CRAN.package.cli
5966
- type: software
6067
title: dplyr
@@ -79,7 +86,7 @@ references:
7986
given-names: Davis
8087
email: davis@posit.co
8188
orcid: https://orcid.org/0000-0003-4777-038X
82-
year: '2024'
89+
year: '2025'
8390
doi: 10.32614/CRAN.package.dplyr
8491
- type: software
8592
title: EML
@@ -95,7 +102,7 @@ references:
95102
- family-names: Jones
96103
given-names: Matthew B.
97104
orcid: https://orcid.org/0000-0003-0077-4738
98-
year: '2024'
105+
year: '2025'
99106
doi: 10.32614/CRAN.package.EML
100107
- type: software
101108
title: frictionless
@@ -106,17 +113,25 @@ references:
106113
authors:
107114
- family-names: Desmet
108115
given-names: Peter
109-
email: peter.desmet.work@gmail.com
116+
email: peter.desmet@inbo.be
110117
orcid: https://orcid.org/0000-0002-8442-8025
118+
affiliation: Research Institute for Nature and Forest (INBO)
111119
- family-names: Oldoni
112120
given-names: Damiano
113121
email: damiano.oldoni@inbo.be
114122
orcid: https://orcid.org/0000-0003-3445-7562
123+
affiliation: Research Institute for Nature and Forest (INBO)
115124
- family-names: Huybrechts
116125
given-names: Pieter
117126
email: pieter.huybrechts@inbo.be
118127
orcid: https://orcid.org/0000-0002-6658-6062
119-
year: '2024'
128+
affiliation: Research Institute for Nature and Forest (INBO)
129+
- family-names: Govaert
130+
given-names: Sanne
131+
email: sanne.govaert@inbo.be
132+
orcid: https://orcid.org/0000-0002-8939-1305
133+
affiliation: Research Institute for Nature and Forest (INBO)
134+
year: '2025'
120135
doi: 10.32614/CRAN.package.frictionless
121136
- type: software
122137
title: jsonlite
@@ -127,10 +142,46 @@ references:
127142
authors:
128143
- family-names: Ooms
129144
given-names: Jeroen
130-
email: jeroen@berkeley.edu
145+
email: jeroenooms@gmail.com
131146
orcid: https://orcid.org/0000-0002-4035-0289
132-
year: '2024'
147+
year: '2025'
133148
doi: 10.32614/CRAN.package.jsonlite
149+
- type: software
150+
title: lifecycle
151+
abstract: 'lifecycle: Manage the Life Cycle of your Package Functions'
152+
notes: Imports
153+
url: https://lifecycle.r-lib.org/
154+
repository: https://CRAN.R-project.org/package=lifecycle
155+
authors:
156+
- family-names: Henry
157+
given-names: Lionel
158+
email: lionel@posit.co
159+
- family-names: Wickham
160+
given-names: Hadley
161+
email: hadley@posit.co
162+
orcid: https://orcid.org/0000-0003-4757-117X
163+
year: '2025'
164+
doi: 10.32614/CRAN.package.lifecycle
165+
- type: software
166+
title: move2
167+
abstract: 'move2: Processing and Analysing Animal Trajectories'
168+
notes: Imports
169+
url: https://bartk.gitlab.io/move2/
170+
repository: https://CRAN.R-project.org/package=move2
171+
authors:
172+
- family-names: Kranstauber
173+
given-names: Bart
174+
email: b.kranstauber@uva.nl
175+
orcid: https://orcid.org/0000-0001-8303-780X
176+
- family-names: Safi
177+
given-names: Kamran
178+
orcid: https://orcid.org/0000-0002-8418-6759
179+
- family-names: Scharf
180+
given-names: Anne K.
181+
orcid: https://orcid.org/0000-0002-3357-8533
182+
year: '2025'
183+
doi: 10.32614/CRAN.package.move2
184+
version: '>= 0.4.0'
134185
- type: software
135186
title: purrr
136187
abstract: 'purrr: Functional Programming Tools'
@@ -140,12 +191,12 @@ references:
140191
authors:
141192
- family-names: Wickham
142193
given-names: Hadley
143-
email: hadley@rstudio.com
194+
email: hadley@posit.co
144195
orcid: https://orcid.org/0000-0003-4757-117X
145196
- family-names: Henry
146197
given-names: Lionel
147-
email: lionel@rstudio.com
148-
year: '2024'
198+
email: lionel@posit.co
199+
year: '2025'
149200
doi: 10.32614/CRAN.package.purrr
150201
- type: software
151202
title: readr
@@ -163,7 +214,7 @@ references:
163214
given-names: Jennifer
164215
email: jenny@posit.co
165216
orcid: https://orcid.org/0000-0002-6983-2759
166-
year: '2024'
217+
year: '2025'
167218
doi: 10.32614/CRAN.package.readr
168219
- type: software
169220
title: rlang
@@ -178,7 +229,7 @@ references:
178229
- family-names: Wickham
179230
given-names: Hadley
180231
email: hadley@posit.co
181-
year: '2024'
232+
year: '2025'
182233
doi: 10.32614/CRAN.package.rlang
183234
- type: software
184235
title: tidyr
@@ -195,7 +246,7 @@ references:
195246
email: davis@posit.co
196247
- family-names: Girlich
197248
given-names: Maximilian
198-
year: '2024'
249+
year: '2025'
199250
doi: 10.32614/CRAN.package.tidyr
200251
- type: software
201252
title: uuid
@@ -211,7 +262,7 @@ references:
211262
- family-names: Ts'o
212263
given-names: Theodore
213264
email: tytso@thunk.org
214-
year: '2024'
265+
year: '2025'
215266
doi: 10.32614/CRAN.package.uuid
216267
- type: software
217268
title: worrms
@@ -227,8 +278,24 @@ references:
227278
- family-names: Vanhoorne.
228279
given-names: Bart
229280
email: bart.vanhoorne@vliz.be
230-
year: '2024'
281+
year: '2025'
231282
doi: 10.32614/CRAN.package.worrms
283+
- type: software
284+
title: xml2
285+
abstract: 'xml2: Parse XML'
286+
notes: Imports
287+
url: https://xml2.r-lib.org
288+
repository: https://CRAN.R-project.org/package=xml2
289+
authors:
290+
- family-names: Wickham
291+
given-names: Hadley
292+
- family-names: Hester
293+
given-names: Jim
294+
- family-names: Ooms
295+
given-names: Jeroen
296+
email: jeroenooms@gmail.com
297+
year: '2025'
298+
doi: 10.32614/CRAN.package.xml2
232299
- type: software
233300
title: knitr
234301
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
@@ -240,7 +307,7 @@ references:
240307
given-names: Yihui
241308
email: xie@yihui.name
242309
orcid: https://orcid.org/0000-0003-0645-5666
243-
year: '2024'
310+
year: '2025'
244311
doi: 10.32614/CRAN.package.knitr
245312
- type: software
246313
title: rmarkdown
@@ -284,7 +351,7 @@ references:
284351
given-names: Richard
285352
email: rich@posit.co
286353
orcid: https://orcid.org/0000-0003-3925-190X
287-
year: '2024'
354+
year: '2025'
288355
doi: 10.32614/CRAN.package.rmarkdown
289356
- type: software
290357
title: stringr
@@ -296,7 +363,7 @@ references:
296363
- family-names: Wickham
297364
given-names: Hadley
298365
email: hadley@posit.co
299-
year: '2024'
366+
year: '2025'
300367
doi: 10.32614/CRAN.package.stringr
301368
- type: software
302369
title: testthat
@@ -308,23 +375,7 @@ references:
308375
- family-names: Wickham
309376
given-names: Hadley
310377
email: hadley@posit.co
311-
year: '2024'
378+
year: '2025'
312379
doi: 10.32614/CRAN.package.testthat
313380
version: '>= 3.0.0'
314-
- type: software
315-
title: xml2
316-
abstract: 'xml2: Parse XML'
317-
notes: Suggests
318-
url: https://xml2.r-lib.org/
319-
repository: https://CRAN.R-project.org/package=xml2
320-
authors:
321-
- family-names: Wickham
322-
given-names: Hadley
323-
email: hadley@posit.co
324-
- family-names: Hester
325-
given-names: Jim
326-
- family-names: Ooms
327-
given-names: Jeroen
328-
year: '2024'
329-
doi: 10.32614/CRAN.package.xml2
330381

DESCRIPTION

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: movepub
22
Title: Prepare Movebank Data for Publication
3-
Version: 0.3.0.9000
4-
Date: 2024-04-24
3+
Version: 0.4.0
4+
Date: 2025-08-27
55
Authors@R: c(
66
person("Peter", "Desmet", , "peter.desmet@inbo.be", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-8442-8025", affiliation = "Research Institute for Nature and Forest (INBO)")),
@@ -17,13 +17,13 @@ Authors@R: c(
1717
comment = "https://doi.org/10.3030/101112823")
1818
)
1919
Description: Prepare animal tracking data from 'Movebank'
20-
(<https://movebank.org>) for publication in a research repository. With
20+
(<https://www.movebank.org/>) for publication in a research repository. With
2121
'movepub' you can document data with metadata following the Data Package
2222
standard and transform these to Darwin Core and Ecological Metadata Language
2323
('EML') for publication to the Global Biodiversity Information Facility
2424
('GBIF') and the Ocean Biodiversity Information System ('OBIS').
2525
License: MIT + file LICENSE
26-
URL: https://github.com/inbo/movepub, https://inbo.github.io/movepub
26+
URL: https://github.com/inbo/movepub, https://inbo.github.io/movepub/
2727
BugReports: https://github.com/inbo/movepub/issues
2828
Depends:
2929
R (>= 4.1.0)
@@ -49,8 +49,6 @@ Suggests:
4949
testthat (>= 3.0.0)
5050
VignetteBuilder:
5151
knitr
52-
Remotes:
53-
https://github.com/frictionlessdata/frictionless-r
5452
Config/testthat/edition: 3
5553
Encoding: UTF-8
5654
LazyData: true

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# movepub (development version)
1+
# movepub 0.4.0
22

33
## write_eml
44

R/add_resource.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' The function extends [frictionless::add_resource()].
66
#' The title, definition, format and URI of each field are looked up in the
77
#' latest version of the [Movebank Attribute Dictionary](
8-
#' http://vocab.nerc.ac.uk/collection/MVB/current) and included in the Table
8+
#' http://vocab.nerc.ac.uk/collection/MVB/current/) and included in the Table
99
#' Schema of the resource.
1010
#'
1111
#' See `vignette("movepub")` for examples.

R/data.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#' [read_package()].
77
#'
88
#' This sample is derived from the Zenodo-deposited dataset
9-
#' [Dijkstra et al. (2022)](https://doi.org/10.5281/zenodo.10053903), but
10-
#' excludes the acceleration data.
11-
#' @source https://doi.org/10.5281/zenodo.10053903
9+
#' [Dijkstra et al. (2023)](https://zenodo.org/records/10053903), but excludes
10+
#' the acceleration data.
11+
#' @source \doi{10.5281/zenodo.10053903}
1212
#' @family sample data
1313
#' @examples
1414
#' \dontrun{

R/write_eml.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#' Data have been standardized to Darwin Core using the [movepub](
3434
#' https://inbo.github.io/movepub/) R package and are downsampled to the first
3535
#' GPS position per hour. The original data are available in Dijkstra et al.
36-
#' (2023, <https://doi.org/10.5281/zenodo.10053903>), a deposit of Movebank
36+
#' (2023, \doi{10.5281/zenodo.10053903}), a deposit of Movebank
3737
#' study [1605797471](
3838
#' https://www.movebank.org/cms/webapp?gwt_fragment=page=studies,path=study1605797471).
3939
#' - **license**: License of the original dataset.

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ knitr::opts_chunk$set(
1616
# movepub
1717

1818
<!-- badges: start -->
19-
[![CRAN status](https://www.r-pkg.org/badges/version/movepub)](https://CRAN.R-project.org/package=movepub)
19+
![CRAN status](https://www.r-pkg.org/badges/version/movepub)
2020
[![R-CMD-check](https://github.com/inbo/movepub/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/inbo/movepub/actions/workflows/R-CMD-check.yaml)
2121
[![codecov](https://codecov.io/gh/inbo/movepub/branch/main/graph/badge.svg)](https://app.codecov.io/gh/inbo/movepub/)
2222
[![repo status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
2323
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15017582.svg)](https://doi.org/10.5281/zenodo.15017582)
2424
<!-- badges: end -->
2525

26-
Movepub is an R package to prepare animal tracking data from [Movebank](https://movebank.org) for publication in a research repository. With movepub you can document data with metadata following the [Data Package](https://specs.frictionlessdata.io/) standard and transform these to [Darwin Core](https://dwc.tdwg.org) and Ecological Metadata Language ([EML](https://eml.ecoinformatics.org/)) for publication to the Global Biodiversity Information Facility ([GBIF](https://www.gbif.org)) and the Ocean Biodiversity Information System ([OBIS](https://obis.org)).
26+
Movepub is an R package to prepare animal tracking data from [Movebank](https://www.movebank.org/) for publication in a research repository. With movepub you can document data with metadata following the [Data Package](https://specs.frictionlessdata.io/) standard and transform these to [Darwin Core](https://dwc.tdwg.org) and Ecological Metadata Language ([EML](https://eml.ecoinformatics.org/)) for publication to the Global Biodiversity Information Facility ([GBIF](https://www.gbif.org)) and the Ocean Biodiversity Information System ([OBIS](https://obis.org)).
2727

2828
To get started, see:
2929

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
<!-- badges: start -->
77

8-
[![CRAN
9-
status](https://www.r-pkg.org/badges/version/movepub)](https://CRAN.R-project.org/package=movepub)
8+
![CRAN status](https://www.r-pkg.org/badges/version/movepub)
109
[![R-CMD-check](https://github.com/inbo/movepub/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/inbo/movepub/actions/workflows/R-CMD-check.yaml)
1110
[![codecov](https://codecov.io/gh/inbo/movepub/branch/main/graph/badge.svg)](https://app.codecov.io/gh/inbo/movepub/)
1211
[![repo
@@ -15,7 +14,7 @@ status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repost
1514
<!-- badges: end -->
1615

1716
Movepub is an R package to prepare animal tracking data from
18-
[Movebank](https://movebank.org) for publication in a research
17+
[Movebank](https://www.movebank.org/) for publication in a research
1918
repository. With movepub you can document data with metadata following
2019
the [Data Package](https://specs.frictionlessdata.io/) standard and
2120
transform these to [Darwin Core](https://dwc.tdwg.org) and Ecological

0 commit comments

Comments
 (0)