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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: pik-piam
  • License: other
  • Language: R
  • Default Branch: main
  • Size: 639 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 7
  • Open Issues: 12
  • Releases: 0
Created about 4 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

Prepare data to be used by the EDGE-Buildings model

R package mredgebuildings, version 0.10.6

CRAN status R build status codecov r-universe

Purpose and Functionality

Prepare data to be used by the EDGE-Buildings model.

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("mredgebuildings")

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

r update.packages()

Questions / Problems

In case of questions / problems please contact Robin Hasse robin.hasse@pik-potsdam.de.

Citation

To cite package mredgebuildings in publications use:

Hasse R, Sauer P, Levesque A, Tockhorn H (2025). "mredgebuildings: Prepare data to be used by the EDGE-Buildings model - Version 0.10.6."

A BibTeX entry for LaTeX users is

latex @Misc{, title = {mredgebuildings: Prepare data to be used by the EDGE-Buildings model - Version 0.10.6}, author = {Robin Hasse and Pascal Sauer and Antoine Levesque and Hagen Tockhorn}, date = {2025-09-01}, year = {2025}, }

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.

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'mredgebuildings: Prepare data to be used by the EDGE-Buildings model'
version: 0.10.6
date-released: '2025-09-01'
abstract: Prepare data to be used by the EDGE-Buildings model.
authors:
- family-names: Hasse
  given-names: Robin
  email: robin.hasse@pik-potsdam.de
  orcid: https://orcid.org/0000-0003-1818-3186
- family-names: Sauer
  given-names: Pascal
  email: pascal.sauer@pik-potsdam.de
- family-names: Levesque
  given-names: Antoine
- family-names: Tockhorn
  given-names: Hagen
license: MIT
repository-code: https://github.com/pik-piam/mredgebuildings

GitHub Events

Total
  • Issues event: 12
  • Issue comment event: 25
  • Push event: 22
  • Pull request event: 37
  • Pull request review event: 85
  • Pull request review comment event: 99
Last Year
  • Issues event: 12
  • Issue comment event: 25
  • Push event: 22
  • Pull request event: 37
  • Pull request review event: 85
  • Pull request review comment event: 99

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 48
  • Total Committers: 8
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.583
Past Year
  • Commits: 21
  • Committers: 6
  • Avg Commits per committer: 3.5
  • Development Distribution Score (DDS): 0.571
Top Committers
Name Email Commits
robinhasse r****r@p****e 20
Pascal Führlich p****h@p****e 15
Michaja Pehl p****l@p****e 4
hagento h****n@p****e 3
Johannes Koch j****h@p****e 3
pre-commit-ci[bot] 6****] 1
Robin Krekeler 7****r 1
Baseer Baheer b****r@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 19
  • Total pull requests: 48
  • Average time to close issues: 11 months
  • Average time to close pull requests: 24 days
  • Total issue authors: 4
  • Total pull request authors: 9
  • Average comments per issue: 0.11
  • Average comments per pull request: 0.42
  • Merged pull requests: 31
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 8
  • Pull requests: 25
  • Average time to close issues: 8 months
  • Average time to close pull requests: 16 days
  • Issue authors: 3
  • Pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.48
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • robinhasse (13)
  • ricardarosemann (4)
  • 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (1)
  • hagento (1)
Pull Request Authors
  • robinhasse (21)
  • hagento (12)
  • ricardarosemann (5)
  • fbenke-pik (3)
  • pre-commit-ci[bot] (2)
  • johanneskoch94 (2)
  • whitehacker (1)
  • 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (1)
  • pfuehrlich-pik (1)
Top Labels
Issue Labels
enhancement (3) bug (3) wontfix (1)
Pull Request Labels
enhancement (2) bug (1)

Dependencies

DESCRIPTION cran
  • madrat >= 2.8.1 depends
  • magclass * depends
  • mrcommons >= 1.7.1 depends
  • dplyr * imports
  • quitte * imports
  • rlang * imports
  • tidyr * imports
  • covr * suggests
  • lucode2 * suggests
  • testthat * suggests
.github/workflows/lucode2-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite