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 (13.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: pik-piam
  • License: other
  • Language: R
  • Default Branch: main
  • Size: 68.4 KB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Created almost 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Zenodo

README.md

An R interface for the DBpedia Databus

R package r2databus, version 0.3.0

CRAN status R build status codecov r-universe

Purpose and Functionality

Provides tools for uploading, downloading, and annotating data to the DBpedia Databus.

Installation

For installation of the most recent package version an additional repository has to be added in R:

r options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages")) The additional repository can be made available permanently by adding the line above to a file called .Rprofile stored in the home folder of your system (Sys.glob("~") in R returns the home directory).

After that the most recent version of the package can be installed using install.packages:

r install.packages("r2databus")

Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):

r update.packages()

Tutorial

The package comes with vignettes describing the basic functionality of the package and how to use it. You can load them with the following command (the package needs to be installed):

r vignette("databusDownload") # Download Data from the Energy Databus for use with MADRaT vignette("databusUpload") # Upload Data to the Energy Databus with R

Questions / Problems

In case of questions / problems please contact Anastasis Giannousakis giannou@pik-potsdam.de.

Citation

To cite package r2databus in publications use:

Giannousakis A (2022). r2databus: An R interface for the DBpedia Databus. R package version 0.3.0.

A BibTeX entry for LaTeX users is

latex @Manual{, title = {r2databus: An R interface for the DBpedia Databus}, author = {Anastasis Giannousakis}, year = {2022}, note = {R package version 0.3.0}, }

Owner

  • Name: Potsdam Integrated Assessment Modelling (PIAM)
  • Login: pik-piam
  • Kind: organization
  • Location: Potsdam Institute for Climate Impact Research (PIK), Germany

Tools developed for use with data and models related to PIK's research.

GitHub Events

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

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 38
  • Total Committers: 3
  • Avg Commits per committer: 12.667
  • Development Distribution Score (DDS): 0.158
Past Year
  • Commits: 14
  • Committers: 3
  • Avg Commits per committer: 4.667
  • Development Distribution Score (DDS): 0.429
Top Committers
Name Email Commits
Anastasis Giannousakis 1****u 32
Michaja Pehl p****l@p****e 5
pre-commit-ci[bot] 6****] 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 1
  • Total pull requests: 5
  • Average time to close issues: 2 days
  • Average time to close pull requests: 10 days
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 6.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 2
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
  • 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (1)
Pull Request Authors
  • pre-commit-ci[bot] (4)
  • giannou (2)
  • 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (1)
Top Labels
Issue Labels
question (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • SPARQL * depends
  • digest * imports
  • httr * imports
  • jsonlite * imports
.github/workflows/lucode2-check.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • pat-s/always-upload-cache v3 composite
  • r-lib/actions/setup-pandoc v1 composite