inborutils

🍁 Collection of useful R utilities and snippets

https://github.com/inbo/inborutils

Science Score: 44.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
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary

Keywords

package r
Last synced: 6 months ago · JSON representation ·

Repository

🍁 Collection of useful R utilities and snippets

Basic Info
Statistics
  • Stars: 10
  • Watchers: 10
  • Forks: 6
  • Open Issues: 4
  • Releases: 4
Topics
package r
Created over 9 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Zenodo

README.md

inborutils package

Project Status: Active – The project has reached a stable, usable state and is being actively developed. `runiverse-name` `runiverse-package` <!-- badges: end -->

This inborutils package provides a collection of useful R utilities and snippets that we consider recyclable for multiple projects. The functions are either out of scope or just not mature enough to include as extensions to existing packages.

Some of these functions will be targeted to INBO usage itself, but maybe some of them are useful in a broader context and we would be happy to support the wider scientific community with our snippets.

Installation

Install inborutils from inbo.r-universe:

r install.packages("inborutils", repos = c(inbo = "https://inbo.r-universe.dev", CRAN = "https://cloud.r-project.org"))

Or you can install inborutils from GitHub with:

```r

install.packages("devtools")

devtools::install_github("inbo/inborutils") ```

When successful, load it as usual:

r library(inborutils)

Usage

We try to do the best we can to keep the documentation up to date and keep an overview of the functionalities on the package documentation website: https://inbo.github.io/inborutils/.

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)

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: 'inborutils: Collection of Useful R Utilities'
authors:
- given-names: Hans
  family-names: Van Calster
  affiliation: Research Institute for Nature and Forest (INBO)
  orcid: 0000-0001-8595-8426
- given-names: Damiano
  family-names: Oldoni
  affiliation: Research Institute for Nature and Forest (INBO)
  orcid: 0000-0003-3445-7562
- given-names: Stijn
  family-names: Van Hoey
  affiliation: Research Institute for Nature and Forest (INBO)
  orcid: 0000-0001-6413-3185
keywords:
- helper functions
- utilities
- coding club
contact:
- given-names: Hans
  family-names: Van Calster
  affiliation: Research Institute for Nature and Forest (INBO)
  orcid: 0000-0001-8595-8426
doi: ~
license: MIT
repository-code: https://github.com/inbo/inborutils/
type: software
abstract: While working on research projects, typical small functionalities are useful
  across these projects. Instead of copy-pasting these functions in all individual
  project repositories/folders, this package collects these functions for reuse by
  ourself and - if useful - others as well.
identifiers:
- type: url
  value: https://inbo.github.io/inborutils/
version: 0.4.0

GitHub Events

Total
  • Issues event: 2
  • Issue comment event: 2
Last Year
  • Issues event: 2
  • Issue comment event: 2

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 37
  • Total pull requests: 90
  • Average time to close issues: 8 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 11
  • Total pull request authors: 14
  • Average comments per issue: 3.73
  • Average comments per pull request: 2.67
  • Merged pull requests: 83
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 23 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 7.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • damianooldoni (15)
  • florisvdh (6)
  • peterdesmet (5)
  • stijnvanhoey (2)
  • niconoe (1)
  • SanderDevisscher (1)
  • leandrohbarbieri (1)
  • hansvancalster (1)
  • ThierryO (1)
  • DimEvil (1)
  • lkwhite (1)
  • MSNIEUW (1)
Pull Request Authors
  • hansvancalster (21)
  • florisvdh (18)
  • stijnvanhoey (16)
  • damianooldoni (11)
  • ThierryO (8)
  • DimEvil (3)
  • ElsLommelen (3)
  • niconoe (2)
  • peterdesmet (1)
  • victorhartman (1)
  • pietervsd (1)
  • Fhuysent (1)
  • ElsDeBie (1)
  • RCinbo (1)
Top Labels
Issue Labels
enhancement (4) bug (4) question (2)
Pull Request Labels
help wanted (1) enhancement (1)

Dependencies

DESCRIPTION cran
  • R >= 3.4.0 depends
  • DBI * imports
  • RSQLite * imports
  • assertable * imports
  • assertthat * imports
  • curl * imports
  • dplyr * imports
  • httr * imports
  • iterators * imports
  • jsonlite * imports
  • leaflet * imports
  • lubridate * imports
  • parallel * imports
  • purrr * imports
  • readr * imports
  • rgbif * imports
  • rlang * imports
  • sf * imports
  • stats * imports
  • stringr * imports
  • tibble * imports
  • tidyr * imports
  • tidyselect * imports
  • drat * suggests
  • ggplot2 * suggests
  • glue * suggests
  • htmlwidgets * suggests
  • knitr * suggests
  • lifecycle * suggests
  • mockery * suggests
  • odbc * suggests
  • rmarkdown * suggests
  • sp * suggests
  • testthat * suggests
.github/workflows/check_on_branch.yml actions
  • inbo/actions/check_pkg main composite
.github/workflows/check_on_different_r_os.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/upload-artifact master composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/check_on_main.yml actions
  • inbo/actions/check_pkg main composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • ncipollo/release-action v1 composite