Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '1884804'
ValidationKey: '1884988'
AutocreateReadme: yes
AcceptedWarnings:
- 'Warning: package ''.*'' was built under R version'
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: If you use this software, please cite it using the metadata from this f
type: software
title: 'lpjmlstats: Statistical tools for LPJmL data analysis'
version: 0.9.2
date-released: '2026-02-03'
date-released: '2026-02-05'
abstract: This package provides statistical tools for LPJmL data analysis to be used
for benchmarking LPJmL outputs.
authors:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)
Date: 2026-02-03
Date: 2026-02-05
BinaryFiles: inst/bin2cdf
2 changes: 1 addition & 1 deletion R/LPJmLDataCalc.R
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ map_units <- function(unit_str, mapping) {
for (from in names(mapping)) {
unit_str <- gsub(from, mapping[[from]], unit_str, fixed = TRUE)
}
unit_str
return(unit_str)
}

# Wrapper for set_units that maps chemical formulas to internal names
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ A BibTeX entry for LaTeX users is
@Misc{,
title = {lpjmlstats: Statistical tools for LPJmL data analysis},
author = {David Hötten and Jannes Breier and Christoph Müller and Stephen B. Wirth},
date = {2026-02-03},
date = {2026-02-05},
year = {2026},
url = {https://github.com/PIK-LPJmL/lpjmlstats},
note = {Version: 0.9.2},
Expand Down
Loading