Science Score: 36.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
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.3%) to scientific vocabulary

Keywords

natura2000 package r
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: inbo
  • License: gpl-3.0
  • Language: R
  • Default Branch: main
  • Size: 504 KB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 1
  • Open Issues: 0
  • Releases: 9
Topics
natura2000 package r
Created over 10 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Zenodo

README.md

Project Status: Active – The project has reached a stable, usable state and is being actively developed. License DOI codecov

The n2khelper package

The n2khelper package contains auxiliary functions for the analysis and reporting of the Natura 2000 Monitoring.

Rationale

n2khelper is part of the collection of R packages created to analyse the data gathered during the Natura 2000 monitoring.

  • n2kanalysis: R package with generic functions for the analysis
  • watervogelanalysis: R package to extract the raw data from the wintering bird survey database and prepare the analyses
  • abvanalysis: R package to extract the raw data from the common breeding birds survey database and prepare the analyses
  • n2khelper: auxiliary functions used in the other packages
  • n2kresult: Liquibase scripts to setup the database in which the results of the analyses are stored
  • n2kupdate: R package to read and write to the n2kresult database
  • Rn2k: Docker image with all the required dependencies to run the analyses

n2khelper has several goals:

  1. Not to repeat oneself by creating a single package with generic function rather than create different functions that do something similar in the different packages.
  2. Put functions together which might be relevant for other users and package authors.
  3. Create a proof of concept for some functionality and convince authors of more estabiled packages to incoporate them in their package. Examples are digest::sha1() and aws.s3::get_bucket()

Folder structure

The folder structure is that of a typical R packages with the mandatory R folder (definition of the functions) and man (helpfiles in Rd format). data-raw is an optional folder with the source code the generate sysdata.rda in the R folder. The optional test folder contains the unit tests using the infrastructure from the testthat package.

n2khelper |-- data-raw |-- man |-- R |-- tests |-- testthat

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)

GitHub Events

Total
  • Delete event: 1
  • Push event: 1
Last Year
  • Delete event: 1
  • Push event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 354
  • Total Committers: 2
  • Avg Commits per committer: 177.0
  • Development Distribution Score (DDS): 0.003
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Thierry onkelinx t****x@i****e 353
hansvancalster h****r@i****e 1
Committer Domains (Top 20 + Academic)
inbo.be: 2

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 34
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.38
  • Merged pull requests: 32
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • ThierryO (20)
  • hansvancalster (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 3.2.0 depends
  • DBI * imports
  • RODBC * imports
  • RPostgreSQL * imports
  • assertthat * imports
  • dplyr * imports
  • git2r * imports
  • lazyeval * imports
  • lubridate * imports
  • methods * imports
  • odbc * imports
  • plyr * imports
  • rlang * imports
  • tidyr * imports
  • testthat * suggests
  • tibble * suggests
.github/workflows/check_on_branch.yml actions
  • inbo/actions/check_pkg master composite
.github/workflows/check_on_different_r_os.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/upload-artifact master composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r master composite
.github/workflows/check_on_main.yml actions
  • inbo/actions/check_pkg master composite
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/create-release v1 composite
.github/workflows/remove_old_artifacts.yml actions
  • c-hive/gha-remove-artifacts v1 composite