movepub
R package to prepare animal tracking data from Movebank for publication in a research repository, GBIF or OBIS
Science Score: 77.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.7%) to scientific vocabulary
Keywords
oscibio
r
r-package
rstats
Last synced: 6 months ago
·
JSON representation
·
Repository
R package to prepare animal tracking data from Movebank for publication in a research repository, GBIF or OBIS
Basic Info
- Host: GitHub
- Owner: inbo
- License: other
- Language: R
- Default Branch: main
- Homepage: https://inbo.github.io/movepub/
- Size: 8.64 MB
Statistics
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 4
- Releases: 2
Topics
oscibio
r
r-package
rstats
Created about 4 years ago
· Last pushed 6 months ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
Citation
Codemeta
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# movepub

[](https://github.com/inbo/movepub/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/inbo/movepub/)
[](https://www.repostatus.org/#active)
[](https://doi.org/10.5281/zenodo.15017582)
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)).
To get started, see:
- [Prepare your study](https://www.movebank.org/cms/movebank-content/archiving-movebank#general_best_practice_tips): guidelines on how data owners should prepare their study in Movebank for archiving, prior to using this package.
- [Get started](https://inbo.github.io/movepub/articles/movepub.html): an introduction to the package’s main functionalities.
- [Function reference](https://inbo.github.io/movepub/reference/index.html): overview of all functions.
Note that Movebank users retain ownership of their data, and use should follow the [general Movebank terms of use](https://www.movebank.org/cms/movebank-content/general-movebank-terms-of-use) and any other license terms set by the owner.
## Installation
You can install the development version of movepub from [GitHub](https://github.com/) with:
```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("inbo/movepub")
```
## Usage
This package supports two use cases:
- [Make a Movebank dataset "frictionless"](https://inbo.github.io/movepub/articles/movepub.html#frictionless) with `add_resource()`. This is useful when publishing a dataset on e.g. [Zenodo](https://zenodo.org).
- [Transform a Movebank dataset to Darwin Core](https://inbo.github.io/movepub/articles/movepub.html#dwc) with `write_dwc()`. This is necessary when publishing a dataset to [GBIF](https://www.gbif.org).
## Meta
- We welcome [contributions](.github/CONTRIBUTING.md) including bug reports.
- License: MIT
- Get citation information for movepub in R doing `citation("movepub")`.
- Please note that this project is released with a [Contributor Code of Conduct](.github/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Owner
- Name: Research Institute for Nature and Forest (INBO)
- Login: inbo
- Kind: organization
- Location: Belgium
- Website: http://www.inbo.be/en
- Repositories: 125
- Profile: https://github.com/inbo
Open source, data and science initiatives of the Research Institute for Nature and Forest (INBO)
Citation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "movepub" in publications use:'
type: software
license: MIT
title: 'movepub: Prepare Movebank Data for Publication'
version: 0.4.0
abstract: 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 standard and transform these to Darwin Core
and Ecological Metadata Language ('EML') for publication to the Global Biodiversity
Information Facility ('GBIF') and the Ocean Biodiversity Information System ('OBIS').
authors:
- family-names: Desmet
given-names: Peter
email: peter.desmet@inbo.be
orcid: https://orcid.org/0000-0002-8442-8025
affiliation: Research Institute for Nature and Forest (INBO)
- family-names: Govaert
given-names: Sanne
email: sanne.govaert@inbo.be
orcid: https://orcid.org/0000-0002-8939-1305
affiliation: Research Institute for Nature and Forest (INBO)
repository-code: https://github.com/inbo/movepub
url: https://inbo.github.io/movepub/
date-released: '2025-08-27'
contact:
- family-names: Desmet
given-names: Peter
email: peter.desmet@inbo.be
orcid: https://orcid.org/0000-0002-8442-8025
affiliation: Research Institute for Nature and Forest (INBO)
keywords:
- oscibio
- r
- r-package
- rstats
references:
- type: software
title: 'R: A Language and Environment for Statistical Computing'
notes: Depends
url: https://www.R-project.org/
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
version: '>= 4.1.0'
- type: software
title: cli
abstract: 'cli: Helpers for Developing Command Line Interfaces'
notes: Imports
url: https://cli.r-lib.org
repository: https://CRAN.R-project.org/package=cli
authors:
- family-names: Csárdi
given-names: Gábor
email: gabor@posit.co
year: '2025'
doi: 10.32614/CRAN.package.cli
- type: software
title: dplyr
abstract: 'dplyr: A Grammar of Data Manipulation'
notes: Imports
url: https://dplyr.tidyverse.org
repository: https://CRAN.R-project.org/package=dplyr
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: François
given-names: Romain
orcid: https://orcid.org/0000-0002-2444-4226
- family-names: Henry
given-names: Lionel
- family-names: Müller
given-names: Kirill
orcid: https://orcid.org/0000-0002-1416-3412
- family-names: Vaughan
given-names: Davis
email: davis@posit.co
orcid: https://orcid.org/0000-0003-4777-038X
year: '2025'
doi: 10.32614/CRAN.package.dplyr
- type: software
title: EML
abstract: 'EML: Read and Write Ecological Metadata Language Files'
notes: Imports
url: https://docs.ropensci.org/EML/
repository: https://CRAN.R-project.org/package=EML
authors:
- family-names: Boettiger
given-names: Carl
email: cboettig@gmail.com
orcid: https://orcid.org/0000-0002-1642-628X
- family-names: Jones
given-names: Matthew B.
orcid: https://orcid.org/0000-0003-0077-4738
year: '2025'
doi: 10.32614/CRAN.package.EML
- type: software
title: frictionless
abstract: 'frictionless: Read and Write Frictionless Data Packages'
notes: Imports
url: https://docs.ropensci.org/frictionless/
repository: https://CRAN.R-project.org/package=frictionless
authors:
- family-names: Desmet
given-names: Peter
email: peter.desmet@inbo.be
orcid: https://orcid.org/0000-0002-8442-8025
affiliation: Research Institute for Nature and Forest (INBO)
- family-names: Oldoni
given-names: Damiano
email: damiano.oldoni@inbo.be
orcid: https://orcid.org/0000-0003-3445-7562
affiliation: Research Institute for Nature and Forest (INBO)
- family-names: Huybrechts
given-names: Pieter
email: pieter.huybrechts@inbo.be
orcid: https://orcid.org/0000-0002-6658-6062
affiliation: Research Institute for Nature and Forest (INBO)
- family-names: Govaert
given-names: Sanne
email: sanne.govaert@inbo.be
orcid: https://orcid.org/0000-0002-8939-1305
affiliation: Research Institute for Nature and Forest (INBO)
year: '2025'
doi: 10.32614/CRAN.package.frictionless
- type: software
title: jsonlite
abstract: 'jsonlite: A Simple and Robust JSON Parser and Generator for R'
notes: Imports
url: https://jeroen.r-universe.dev/jsonlite
repository: https://CRAN.R-project.org/package=jsonlite
authors:
- family-names: Ooms
given-names: Jeroen
email: jeroenooms@gmail.com
orcid: https://orcid.org/0000-0002-4035-0289
year: '2025'
doi: 10.32614/CRAN.package.jsonlite
- type: software
title: lifecycle
abstract: 'lifecycle: Manage the Life Cycle of your Package Functions'
notes: Imports
url: https://lifecycle.r-lib.org/
repository: https://CRAN.R-project.org/package=lifecycle
authors:
- family-names: Henry
given-names: Lionel
email: lionel@posit.co
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
orcid: https://orcid.org/0000-0003-4757-117X
year: '2025'
doi: 10.32614/CRAN.package.lifecycle
- type: software
title: move2
abstract: 'move2: Processing and Analysing Animal Trajectories'
notes: Imports
url: https://bartk.gitlab.io/move2/
repository: https://CRAN.R-project.org/package=move2
authors:
- family-names: Kranstauber
given-names: Bart
email: b.kranstauber@uva.nl
orcid: https://orcid.org/0000-0001-8303-780X
- family-names: Safi
given-names: Kamran
orcid: https://orcid.org/0000-0002-8418-6759
- family-names: Scharf
given-names: Anne K.
orcid: https://orcid.org/0000-0002-3357-8533
year: '2025'
doi: 10.32614/CRAN.package.move2
version: '>= 0.4.0'
- type: software
title: purrr
abstract: 'purrr: Functional Programming Tools'
notes: Imports
url: https://purrr.tidyverse.org/
repository: https://CRAN.R-project.org/package=purrr
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: Henry
given-names: Lionel
email: lionel@posit.co
year: '2025'
doi: 10.32614/CRAN.package.purrr
- type: software
title: readr
abstract: 'readr: Read Rectangular Text Data'
notes: Imports
url: https://readr.tidyverse.org
repository: https://CRAN.R-project.org/package=readr
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
- family-names: Hester
given-names: Jim
- family-names: Bryan
given-names: Jennifer
email: jenny@posit.co
orcid: https://orcid.org/0000-0002-6983-2759
year: '2025'
doi: 10.32614/CRAN.package.readr
- type: software
title: rlang
abstract: 'rlang: Functions for Base Types and Core R and ''Tidyverse'' Features'
notes: Imports
url: https://rlang.r-lib.org
repository: https://CRAN.R-project.org/package=rlang
authors:
- family-names: Henry
given-names: Lionel
email: lionel@posit.co
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
year: '2025'
doi: 10.32614/CRAN.package.rlang
- type: software
title: tidyr
abstract: 'tidyr: Tidy Messy Data'
notes: Imports
url: https://tidyr.tidyverse.org
repository: https://CRAN.R-project.org/package=tidyr
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
- family-names: Vaughan
given-names: Davis
email: davis@posit.co
- family-names: Girlich
given-names: Maximilian
year: '2025'
doi: 10.32614/CRAN.package.tidyr
- type: software
title: uuid
abstract: 'uuid: Tools for Generating and Handling of UUIDs'
notes: Imports
url: https://www.rforge.net/uuid
repository: https://CRAN.R-project.org/package=uuid
authors:
- family-names: Urbanek
given-names: Simon
email: Simon.Urbanek@r-project.org
orcid: https://orcid.org/0000-0003-2297-1732
- family-names: Ts'o
given-names: Theodore
email: tytso@thunk.org
year: '2025'
doi: 10.32614/CRAN.package.uuid
- type: software
title: worrms
abstract: 'worrms: World Register of Marine Species (WoRMS) Client'
notes: Imports
url: https://docs.ropensci.org/worrms/
repository: https://CRAN.R-project.org/package=worrms
authors:
- family-names: Chamberlain
given-names: Scott
email: myrmecocystus@gmail.com
orcid: https://orcid.org/0000-0003-1444-9135
- family-names: Vanhoorne.
given-names: Bart
email: bart.vanhoorne@vliz.be
year: '2025'
doi: 10.32614/CRAN.package.worrms
- type: software
title: xml2
abstract: 'xml2: Parse XML'
notes: Imports
url: https://xml2.r-lib.org
repository: https://CRAN.R-project.org/package=xml2
authors:
- family-names: Wickham
given-names: Hadley
- family-names: Hester
given-names: Jim
- family-names: Ooms
given-names: Jeroen
email: jeroenooms@gmail.com
year: '2025'
doi: 10.32614/CRAN.package.xml2
- type: software
title: knitr
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
notes: Suggests
url: https://yihui.org/knitr/
repository: https://CRAN.R-project.org/package=knitr
authors:
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
year: '2025'
doi: 10.32614/CRAN.package.knitr
- type: software
title: rmarkdown
abstract: 'rmarkdown: Dynamic Documents for R'
notes: Suggests
url: https://pkgs.rstudio.com/rmarkdown/
repository: https://CRAN.R-project.org/package=rmarkdown
authors:
- family-names: Allaire
given-names: JJ
email: jj@posit.co
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
- family-names: Dervieux
given-names: Christophe
email: cderv@posit.co
orcid: https://orcid.org/0000-0003-4474-2498
- family-names: McPherson
given-names: Jonathan
email: jonathan@posit.co
- family-names: Luraschi
given-names: Javier
- family-names: Ushey
given-names: Kevin
email: kevin@posit.co
- family-names: Atkins
given-names: Aron
email: aron@posit.co
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
- family-names: Cheng
given-names: Joe
email: joe@posit.co
- family-names: Chang
given-names: Winston
email: winston@posit.co
- family-names: Iannone
given-names: Richard
email: rich@posit.co
orcid: https://orcid.org/0000-0003-3925-190X
year: '2025'
doi: 10.32614/CRAN.package.rmarkdown
- type: software
title: stringr
abstract: 'stringr: Simple, Consistent Wrappers for Common String Operations'
notes: Suggests
url: https://stringr.tidyverse.org
repository: https://CRAN.R-project.org/package=stringr
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
year: '2025'
doi: 10.32614/CRAN.package.stringr
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
notes: Suggests
url: https://testthat.r-lib.org
repository: https://CRAN.R-project.org/package=testthat
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
year: '2025'
doi: 10.32614/CRAN.package.testthat
version: '>= 3.0.0'
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "movepub",
"description": "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 standard and transform these to Darwin Core and Ecological Metadata Language ('EML') for publication to the Global Biodiversity Information Facility ('GBIF') and the Ocean Biodiversity Information System ('OBIS').",
"name": "movepub: Prepare Movebank Data for Publication",
"relatedLink": "https://inbo.github.io/movepub/",
"codeRepository": "https://github.com/inbo/movepub",
"issueTracker": "https://github.com/inbo/movepub/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.4.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.3 (2025-02-28)",
"author": [
{
"@type": "Person",
"givenName": "Peter",
"familyName": "Desmet",
"email": "peter.desmet@inbo.be",
"@id": "https://orcid.org/0000-0002-8442-8025"
},
{
"@type": "Person",
"givenName": "Sanne",
"familyName": "Govaert",
"email": "sanne.govaert@inbo.be",
"@id": "https://orcid.org/0000-0002-8939-1305"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Sarah",
"familyName": "Davidson",
"email": "sdavidson@ab.mpg.de",
"@id": "https://orcid.org/0000-0002-2766-9201"
}
],
"copyrightHolder": [
{
"@type": "Organization",
"name": "Research Institute for Nature and Forest (INBO)"
}
],
"funder": [
{
"@type": "Organization",
"name": "NLBIF"
},
{
"@type": "Organization",
"name": "European Union"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Peter",
"familyName": "Desmet",
"email": "peter.desmet@inbo.be",
"@id": "https://orcid.org/0000-0002-8442-8025"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "stringr",
"name": "stringr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=stringr"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 3.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 4.1.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "cli",
"name": "cli",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=cli"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "EML",
"name": "EML",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=EML"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "frictionless",
"name": "frictionless",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=frictionless"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "lifecycle",
"name": "lifecycle",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=lifecycle"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "move2",
"name": "move2",
"version": ">= 0.4.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=move2"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "purrr",
"name": "purrr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=purrr"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "readr",
"name": "readr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=readr"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rlang"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tidyr"
},
"13": {
"@type": "SoftwareApplication",
"identifier": "uuid",
"name": "uuid",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=uuid"
},
"14": {
"@type": "SoftwareApplication",
"identifier": "worrms",
"name": "worrms",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=worrms"
},
"15": {
"@type": "SoftwareApplication",
"identifier": "xml2",
"name": "xml2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=xml2"
},
"SystemRequirements": null
},
"fileSize": "4231.147KB",
"releaseNotes": "https://github.com/inbo/movepub/blob/main/NEWS.md",
"readme": "https://github.com/inbo/movepub/blob/main/README.md",
"contIntegration": [
"https://github.com/inbo/movepub/actions/workflows/R-CMD-check.yaml",
"https://app.codecov.io/gh/inbo/movepub/"
],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": [
"oscibio",
"r",
"r-package",
"rstats"
]
}
GitHub Events
Total
- Create event: 12
- Release event: 2
- Issues event: 9
- Delete event: 9
- Issue comment event: 19
- Push event: 50
- Pull request review comment event: 8
- Pull request review event: 16
- Pull request event: 17
Last Year
- Create event: 12
- Release event: 2
- Issues event: 9
- Delete event: 9
- Issue comment event: 19
- Push event: 50
- Pull request review comment event: 8
- Pull request review event: 16
- Pull request event: 17
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| peterdesmet | p****t@i****e | 197 |
| Pieter Huybrechts | 4****H | 63 |
| sarahcd | s****n@o****e | 2 |
Committer Domains (Top 20 + Academic)
orn.mpg.de: 1
inbo.be: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 71
- Total pull requests: 36
- Average time to close issues: about 2 months
- Average time to close pull requests: 21 days
- Total issue authors: 4
- Total pull request authors: 4
- Average comments per issue: 3.04
- Average comments per pull request: 1.42
- Merged pull requests: 32
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 31
- Pull requests: 24
- Average time to close issues: 2 months
- Average time to close pull requests: 13 days
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 1.32
- Average comments per pull request: 1.33
- Merged pull requests: 22
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- peterdesmet (58)
- sannegovaert (4)
- sangovae (2)
- SWotherspoon (1)
- PietrH (1)
Pull Request Authors
- peterdesmet (22)
- sannegovaert (19)
- sangovae (4)
- sarahcd (2)
- PietrH (2)
Top Labels
Issue Labels
help wanted (11)
enhancement (10)
Movebank Attribute Dictionary (5)
bug (4)
eml (2)
wontfix (1)
Pull Request Labels
blocked (2)
eml (1)
Darwin Core (1)
Dependencies
DESCRIPTION
cran
- DBI * imports
- EML * imports
- RSQLite * imports
- assertthat * imports
- dplyr * imports
- frictionless * imports
- glue * imports
- jsonlite * imports
- purrr * imports
- readr * imports
- uuid * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite