RstoxData

R library for reading various biotic and acoustic data formats

https://github.com/stoxproject/rstoxdata

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

R library for reading various biotic and acoustic data formats

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 8
  • Releases: 210
Created about 7 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.md

RstoxData

R-CMD-check Codecov test coverage

Introduction

RstoxData is a package to parse and manipulate various data formats for fisheries.

The package contains functions for reading, filtering and writing fisheries' trawl survey samples (biotic), acoustic trawl survey and commercial catch samples (landings) data in XML formats.

Loaded data can also be filtered by using any supported R conditional syntax such as longitude > 10, or by user pre-defined functions such as inside().

Supported formats:

A. Norwegian Institute of Marine Research (IMR) (data definitions):

  1. Biotic (fish trawl survey) XML format (up to version 3.1).
  2. Acoustic (acoustic/echosounder trawl surveys) XML format (version 1).
  3. Landings (commercial catch samples) XML format (version 2).

B. Norwegian Directorate of Fisheries:

  1. Sales Notes data in the LSS format.
  2. Electronic logbooks (ERS) in tabular format.

C. International Council for the Exploration of the Sea (ICES) (data definitions):

  1. Biotic (fish trawl survey) XML format.
  2. Acoustic (acoustic/echosounder trawl surveys) XML format.

Installation

  1. Install the latest release from our local repository: r install.packages("RstoxData", repos = c("https://stoxproject.github.io/repo/", getOption("repos")))

  2. Install the latest version from GitHub: r devtools::install_github("https://github.com/StoXProject/RstoxData")

On computers that return errors when trying to run the Rtools through RStudio (most institutional Windows machines), install the binary directly from https://github.com/StoXProject/RstoxData/releases. Download the newest RstoxData zip file, click the Packages tab -> Install -> Install from: Package Archive File -> Install. If the installer does not complain, the package is installed correctly.

License

LGPL-3 © Norwegian Institute of Marine research (IMR) (homepage).

The development of RstoxData package is mainly supported by IMR's REDUS and SEA2DATA projects.

RstoxData is part of the bigger StoX ecosystem.


For historical release notes, see: https://github.com/StoXProject/RstoxData/blob/master/NEWS.md

Owner

  • Name: StoXProject
  • Login: StoXProject
  • Kind: organization

GitHub Events

Total
  • Create event: 15
  • Release event: 16
  • Issues event: 3
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 3
  • Push event: 97
  • Pull request event: 106
Last Year
  • Create event: 15
  • Release event: 16
  • Issues event: 3
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 3
  • Push event: 97
  • Pull request event: 106

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 1,032
  • Total Committers: 10
  • Avg Commits per committer: 103.2
  • Development Distribution Score (DDS): 0.617
Past Year
  • Commits: 75
  • Committers: 2
  • Avg Commits per committer: 37.5
  • Development Distribution Score (DDS): 0.133
Top Committers
Name Email Commits
edvinf e****k@g****m 395
Arne Johannes Holmin a****h@h****o 325
Ibrahim Umar i****r@u****o 94
Ibrahim Umar i****r@i****o 92
Ibrahim Umar i****r@h****o 87
Holmin a****h@H****o 18
Vatnehol s****v@h****o 8
Ibrahim Umar i****m 6
sindre vatnehol s****l@i****o 6
Arne Johannes Holmin A****n@h****o 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 37
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 27
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 37
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 27
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • edvinf (4)
  • arnejohannesholmin (2)
Pull Request Authors
  • arnejohannesholmin (85)
Top Labels
Issue Labels
bug (2) enhancement (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 5
  • Total versions: 8
  • Total maintainers: 1
cran.r-project.org: RstoxData

Tools to Read and Manipulate Fisheries Data

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 5
Rankings
Dependent repos count: 13.9%
Forks count: 21.9%
Average: 25.2%
Dependent packages count: 29.8%
Stargazers count: 35.2%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.6 depends
  • Rcpp >= 1.0.0 imports
  • data.table >= 1.12.6 imports
  • stringi >= 1.4.3 imports
  • units >= 0.7 imports
  • xml2 >= 1.2.2 imports
  • xslt >= 1.4 imports
  • tinytest >= 1.2.0 suggests
.github/workflows/check-full.yaml actions
  • actions/cache v3 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • ncipollo/release-action v1 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/pkgdown.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-r v1 composite