Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sosorior committed Aug 16, 2024
1 parent b591f5d commit db2c061
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: '52681480'
ValidationKey: '52870150'
AcceptedWarnings:
- 'Warning: package ''.*'' was built under R version'
- 'Warning: namespace ''.*'' is not available and has been replaced'
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/lorenzwalthert/precommit
rev: 7910e0323d7213f34275a7a562b9ef0fde8ce1b9 # frozen: v0.4.2
rev: bae853d82da476eee0e0a57960ee6b741a3b3fb7 # frozen: v0.4.3
hooks:
- id: parsable-R
- id: deps-in-desc
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: 'limes: The liMES R package'
version: 2.64.2
date-released: '2024-08-05'
version: 2.65.0
date-released: '2024-08-16'
abstract: Contains the LIMES-specific routines for data and model output manipulation.
authors:
- family-names: Osorio
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: limes
Title: The liMES R package
Version: 2.64.2
Date: 2024-08-05
Version: 2.65.0
Date: 2024-08-16
Authors@R:
person("Sebastian", "Osorio", , "sebastian.osorio@pik-potsdam.de", role = c("aut", "cre"))
Description: Contains the LIMES-specific routines for data and model
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The liMES R package

R package **limes**, version **2.64.2**
R package **limes**, version **2.65.0**

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

Expand Down Expand Up @@ -47,7 +47,7 @@ In case of questions / problems please contact Sebastian Osorio <sebastian.osori

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

Osorio S (2024). _limes: The liMES R package_. R package version 2.64.2.
Osorio S (2024). _limes: The liMES R package_. R package version 2.65.0.

A BibTeX entry for LaTeX users is

Expand All @@ -56,6 +56,6 @@ A BibTeX entry for LaTeX users is
title = {limes: The liMES R package},
author = {Sebastian Osorio},
year = {2024},
note = {R package version 2.64.2},
note = {R package version 2.65.0},
}
```

0 comments on commit db2c061

Please sign in to comment.