Giter VIP home page Giter VIP logo

n2khelper's Introduction

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

n2khelper's People

Contributors

hansvancalster avatar thierryo avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

hansvancalster

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.