-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c67cf2
commit 37a2eab
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Type: Package | ||
Package: piamPlotComparison | ||
Title: Create comparison plots for your model results | ||
Version: 0.0.12 | ||
Date: 2024-04-29 | ||
Version: 0.0.13 | ||
Date: 2024-08-12 | ||
Authors@R: c( | ||
person("Falk", "Benke", , "[email protected]", role = c("aut", "cre")), | ||
person("Christof", "Schoetz", role = "aut") | ||
|
@@ -13,6 +13,7 @@ URL: https://github.com/pik-piam/piamPlotComparison | |
Imports: | ||
dplyr, | ||
jsonlite, | ||
kableExtra, | ||
knitr, | ||
magclass, | ||
mip (>= 0.148.11), | ||
|
@@ -25,10 +26,9 @@ Imports: | |
ymlthis | ||
Suggests: | ||
gridExtra, | ||
kableExtra, | ||
testthat, | ||
tidyverse | ||
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Create comparison plots for your model results | ||
|
||
R package **piamPlotComparison**, version **0.0.12** | ||
R package **piamPlotComparison**, version **0.0.13** | ||
|
||
[![CRAN status](https://www.r-pkg.org/badges/version/piamPlotComparison)](https://cran.r-project.org/package=piamPlotComparison) [![R build status](https://github.com/pik-piam/piamPlotComparison/workflows/check/badge.svg)](https://github.com/pik-piam/piamPlotComparison/actions) [![codecov](https://codecov.io/gh/pik-piam/piamPlotComparison/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/piamPlotComparison) [![r-universe](https://pik-piam.r-universe.dev/badges/piamPlotComparison)](https://pik-piam.r-universe.dev/builds) | ||
|
||
|
@@ -46,7 +46,7 @@ In case of questions / problems please contact Falk Benke <[email protected]> | |
|
||
To cite package **piamPlotComparison** in publications use: | ||
|
||
Benke F, Schoetz C (2024). _piamPlotComparison: Create comparison plots for your model results_. R package version 0.0.12, <https://github.com/pik-piam/piamPlotComparison>. | ||
Benke F, Schoetz C (2024). _piamPlotComparison: Create comparison plots for your model results_. R package version 0.0.13, <https://github.com/pik-piam/piamPlotComparison>. | ||
|
||
A BibTeX entry for LaTeX users is | ||
|
||
|
@@ -55,7 +55,7 @@ A BibTeX entry for LaTeX users is | |
title = {piamPlotComparison: Create comparison plots for your model results}, | ||
author = {Falk Benke and Christof Schoetz}, | ||
year = {2024}, | ||
note = {R package version 0.0.12}, | ||
note = {R package version 0.0.13}, | ||
url = {https://github.com/pik-piam/piamPlotComparison}, | ||
} | ||
``` |