archivaltag

R Package to read archival tag data

https://github.com/inbo/archivaltag

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.3%) to scientific vocabulary

Keywords

oscibio r rstats telemetry
Last synced: 6 months ago · JSON representation

Repository

R Package to read archival tag data

Basic Info
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Topics
oscibio r rstats telemetry
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct Codemeta

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# archivaltag


[![R-CMD-check](https://github.com/inbo/archivaltag/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/inbo/archivaltag/actions/workflows/R-CMD-check.yaml)
[![test-coverage](https://github.com/inbo/archivaltag/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/inbo/archivaltag/actions/workflows/test-coverage.yaml)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Codecov test coverage](https://codecov.io/gh/inbo/archivaltag/branch/main/graph/badge.svg)](https://app.codecov.io/gh/inbo/archivaltag?branch=main)


The goal of archivaltag is to provide information to read archival tag data. Such data are stored differently depending on the manufacturer and the model. Also, the data are different depending on the sensors built in.

## Installation

You can install the development version of archivaltag from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("inbo/archivaltag")
```

However, as reading R functions will be not developed at this stage, no real installation is needed. Check the vignette online for more information about reading data files of archival tags.

Owner

  • Name: Research Institute for Nature and Forest (INBO)
  • Login: inbo
  • Kind: organization
  • Location: Belgium

Open source, data and science initiatives of the Research Institute for Nature and Forest (INBO)

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "archivaltag",
  "description": "Functionalities to read archival tag data from several manufacturers, types and sensors.",
  "name": "archivaltag: Read Archival Tag Data",
  "codeRepository": "https://github.com/inbo/archivaltag",
  "issueTracker": "https://github.com/inbo/archivaltag/issues",
  "license": "https://spdx.org/licenses/MIT",
  "version": "0.0.0.9000",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.3.2 (2023-10-31 ucrt)",
  "author": [
    {
      "@type": "Person",
      "givenName": "Damiano",
      "familyName": "Oldoni",
      "email": "damiano.oldoni@inbo.be",
      "@id": "https://orcid.org/0000-0003-3445-7562"
    },
    {
      "@type": "Person",
      "givenName": "Pieterjan",
      "familyName": "Verhelst",
      "email": "pieterjan.verhelst@inbo.be",
      "@id": "https://orcid.org/0000-0002-2610-6941"
    }
  ],
  "copyrightHolder": [
    {
      "@type": "Organization",
      "name": "Research Institute for Nature and Forest (INBO)"
    }
  ],
  "funder": [
    {
      "@type": "Organization",
      "name": "LifeWatch Belgium"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Damiano",
      "familyName": "Oldoni",
      "email": "damiano.oldoni@inbo.be",
      "@id": "https://orcid.org/0000-0003-3445-7562"
    }
  ],
  "softwareSuggestions": [
    {
      "@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": "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"
    },
    "SystemRequirements": null
  },
  "fileSize": "2100.132KB",
  "readme": "https://github.com/inbo/archivaltag/blob/main/README.md",
  "contIntegration": [
    "https://github.com/inbo/archivaltag/actions/workflows/R-CMD-check.yaml",
    "https://github.com/inbo/archivaltag/actions/workflows/test-coverage.yaml",
    "https://app.codecov.io/gh/inbo/archivaltag?branch=main"
  ],
  "developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental",
  "keywords": [
    "oscibio",
    "r",
    "rstats",
    "telemetry"
  ]
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 3
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 22 days
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 4.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 22 days
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 4.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • damianooldoni (3)
Pull Request Authors
  • damianooldoni (4)
  • PieterjanVerhelst (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran