reportbrick

Reporting library for the building stock model BRICK

https://github.com/pik-piam/reportbrick

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

Repository

Reporting library for the building stock model BRICK

Basic Info
  • Host: GitHub
  • Owner: pik-piam
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 174 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 2
  • Open Issues: 4
  • Releases: 0
Created almost 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Citation

README.md

Reporting package for BRICK

R package reportbrick, version 0.11.0

CRAN status R build status codecov r-universe

Purpose and Functionality

This package contains BRICK-specific routines to report model results. The main functionality is to generate a mif-file from a given BRICK model run folder.

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

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 reportbrick in publications use:

Hasse R, Rosemann R (2025). "reportbrick: Reporting package for BRICK." Version: 0.11.0, https://github.com/pik-piam/reportbrick.

A BibTeX entry for LaTeX users is

latex @Misc{, title = {reportbrick: Reporting package for BRICK}, author = {Robin Hasse and Ricarda Rosemann}, date = {2025-09-03}, year = {2025}, url = {https://github.com/pik-piam/reportbrick}, note = {Version: 0.11.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.

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: 'reportbrick: Reporting package for BRICK'
version: 0.11.0
date-released: '2025-09-03'
abstract: This package contains BRICK-specific routines to report model results. The
  main functionality is to generate a mif-file from a given BRICK model run folder.
authors:
- family-names: Hasse
  given-names: Robin
  email: robin.hasse@pik-potsdam.de
  orcid: https://orcid.org/0000-0003-1818-3186
- family-names: Rosemann
  given-names: Ricarda
  email: ricarda.rosemann@pik-potsdam.de
  orcid: https://orcid.org/0009-0006-5939-3197
license: LGPL-3.0
repository-code: https://github.com/pik-piam/reportbrick

GitHub Events

Total
  • Issue comment event: 2
  • Push event: 5
  • Pull request review event: 36
  • Pull request review comment event: 27
  • Pull request event: 17
  • Create event: 1
Last Year
  • Issue comment event: 2
  • Push event: 5
  • Pull request review event: 36
  • Pull request review comment event: 27
  • Pull request event: 17
  • Create event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 21
  • Average time to close issues: N/A
  • Average time to close pull requests: 13 days
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.33
  • Merged pull requests: 16
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: 8 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.09
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • ricardarosemann (2)
Pull Request Authors
  • robinhasse (14)
  • ricardarosemann (6)
  • pre-commit-ci[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
enhancement (1)

Dependencies

DESCRIPTION cran
  • testthat * suggests
.github/workflows/check.yaml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite