Skip to content

Commit

Permalink
fix missing cell in cellsubset metric
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidhoPIK committed Jul 23, 2024
1 parent 3fecc09 commit 80b6a20
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '796880'
ValidationKey: '817007'
AutocreateReadme: yes
AcceptedWarnings:
- 'Warning: package ''.*'' was built under R version'
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'lpjmlstats: Statistical tools for LPJmL data analysis'
version: 0.4.0
date-released: '2024-07-18'
version: 0.4.1
date-released: '2024-07-23'
abstract: This package provides statistical tools for LPJmL data analysis to be used
for benchmarking LPJmL outputs.
authors:
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: lpjmlstats
Title: Statistical tools for LPJmL data analysis
Version: 0.4.0
Version: 0.4.1
Authors@R: c(
person("David","Hötten", , "[email protected]", role = c("aut", "cre")),
person("Jannes","Breier", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-9055-6904"))
Expand Down Expand Up @@ -44,4 +44,4 @@ Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)
Date: 2024-07-18
Date: 2024-07-23
2 changes: 1 addition & 1 deletion R/plot_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ create_time_series_plots <- function(var_grp_list, m_options) {
plot_title <- paste_custom(
ifelse(is.null(m_options$var_seperator), var_name, ""),
ifelse(is.null(m_options$band_seperator) && length(band_names) > 1, band, ""),
ifelse(length(spatial_units) > 1, spatial_unit, ""),
ifelse(spatial_unit != "global", spatial_unit, ""),
prettify_units(var_grp_band$baseline$meta$unit),
sep = "; "
)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Statistical tools for LPJmL data analysis

R package **lpjmlstats**, version **0.4.0**
R package **lpjmlstats**, version **0.4.1**

[![CRAN status](https://www.r-pkg.org/badges/version/lpjmlstats)](https://cran.r-project.org/package=lpjmlstats) [![R build status](https://github.com/PIK-LPJmL/lpjmlstats/workflows/check/badge.svg)](https://github.com/PIK-LPJmL/lpjmlstats/actions) [![codecov](https://codecov.io/gh/PIK-LPJmL/lpjmlstats/branch/master/graph/badge.svg)](https://app.codecov.io/gh/PIK-LPJmL/lpjmlstats) [![r-universe](https://pik-piam.r-universe.dev/badges/lpjmlstats)](https://pik-piam.r-universe.dev/builds)

Expand Down Expand Up @@ -48,7 +48,7 @@ In case of questions / problems please contact David Hötten <davidho@pik-potsda

To cite package **lpjmlstats** in publications use:

Hötten D, Breier J (2024). _lpjmlstats: Statistical tools for LPJmL data analysis_. R package version 0.4.0, <https://github.com/PIK-LPJmL/lpjmlstats>.
Hötten D, Breier J (2024). _lpjmlstats: Statistical tools for LPJmL data analysis_. R package version 0.4.1, <https://github.com/PIK-LPJmL/lpjmlstats>.

A BibTeX entry for LaTeX users is

Expand All @@ -57,7 +57,7 @@ A BibTeX entry for LaTeX users is
title = {lpjmlstats: Statistical tools for LPJmL data analysis},
author = {David Hötten and Jannes Breier},
year = {2024},
note = {R package version 0.4.0},
note = {R package version 0.4.1},
url = {https://github.com/PIK-LPJmL/lpjmlstats},
}
```

0 comments on commit 80b6a20

Please sign in to comment.