inbodb

Connect to and retrieve data from databases on the INBO server

https://github.com/inbo/inbodb

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 (8.4%) to scientific vocabulary

Keywords

database package r
Last synced: 7 months ago · JSON representation

Repository

Connect to and retrieve data from databases on the INBO server

Basic Info
Statistics
  • Stars: 0
  • Watchers: 11
  • Forks: 0
  • Open Issues: 11
  • Releases: 6
Topics
database package r
Created almost 6 years ago · Last pushed 7 months 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. Lifecycle:stable r-universe
name r-universe package <!-- badges: end -->

inbodb A hexagon with the word inbodb

Connect to and retrieve data from databases on the INBO server

Installation

To install inbodb from the INBO universe, start a new R session and run this code (before loading any packages):

```r

Enable the INBO universe (not needed for INBO employees, as this is the default setting)

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

Install the packages

install.packages("inbodb") ```

To install inbodb from GitHub, start a new R session and run this code (before loading any packages):

```r

install.packages("remotes")

remotes::install_github("inbo/inbodb") ```

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
  • Create event: 4
  • Release event: 1
  • Issues event: 4
  • Delete event: 2
  • Issue comment event: 3
  • Push event: 18
  • Pull request review comment event: 4
  • Pull request review event: 6
  • Pull request event: 4
Last Year
  • Create event: 4
  • Release event: 1
  • Issues event: 4
  • Delete event: 2
  • Issue comment event: 3
  • Push event: 18
  • Pull request review comment event: 4
  • Pull request review event: 6
  • Pull request event: 4

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 29
  • Total pull requests: 38
  • Average time to close issues: 5 months
  • Average time to close pull requests: 26 days
  • Total issue authors: 11
  • Total pull request authors: 8
  • Average comments per issue: 2.1
  • Average comments per pull request: 3.68
  • Merged pull requests: 35
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 4
  • Average time to close issues: 5 months
  • Average time to close pull requests: 1 day
  • Issue authors: 3
  • Pull request authors: 2
  • Average comments per issue: 0.6
  • Average comments per pull request: 1.5
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ElsLommelen (8)
  • hansvancalster (6)
  • fredericpiesschaert (5)
  • damianooldoni (3)
  • florisvdh (1)
  • falkmielke (1)
  • vermeeso (1)
  • ElsDeBie (1)
  • ToonHub (1)
  • leymanan (1)
  • ThierryO (1)
Pull Request Authors
  • ElsLommelen (18)
  • ElsDeBie (6)
  • hansvancalster (5)
  • florisvdh (5)
  • fredericpiesschaert (4)
  • ToonHub (2)
  • peterdesmet (1)
  • damianooldoni (1)
Top Labels
Issue Labels
enhancement (3) documentation (2) bug (1) help wanted (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • DBI * imports
  • assertthat * imports
  • dbplyr * imports
  • dplyr * imports
  • glue * imports
  • methods * imports
  • odbc * imports
  • rlang * imports
  • knitr * suggests
  • rmarkdown * 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/pkgdown.yaml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r 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