Skip to content

Commit dc6e998

Browse files
committed
docs: version bump and changelog
1 parent be8f6c0 commit dc6e998

3 files changed

Lines changed: 29 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: tidyhydro
22
Type: Package
33
Title: Tidy Metrics for Assessing Hydrological Models Performance
4-
Version: 0.1.0.9000
4+
Version: 0.1.1
55
Authors@R:
66
person(given = "Anatoly", family = "Tsyplenkov", email = "atsyplenkov@fastmail.com", role = c("cre", "aut", "cph"), comment = c(ORCID = "0000-0003-4144-8402"))
77
Maintainer: Anatoly Tsyplenkov <atsyplenkov@fastmail.com>
@@ -25,3 +25,6 @@ Config/testthat/edition: 3
2525
URL: https://github.com/atsyplenkov/tidyhydro, https://atsyplenkov.github.io/tidyhydro/
2626
BugReports: https://github.com/atsyplenkov/tidyhydro/issues
2727
LazyData: true
28+
Config/Needs/website:
29+
bench,
30+
ggplot2

NEWS.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# tidyhydro (development version)
1+
# tidyhydro 0.1.1
22

33
## New features
44

55
- Added support for modified Kling-Gupta Efficiency (`kge2012`), aka $KGE'$ ([#8](https://github.com/atsyplenkov/tidyhydro/issues/8))
6+
- Added vignettes and website ([#14](https://github.com/atsyplenkov/tidyhydro/issues/14))
67

78
## Bug fixes
8-
- Improved documenation by switching from `\url` to `\doi`
9-
- Removed unicode characters α, β
9+
10+
- Improved documenation by switching from `\url` to `\doi`
11+
- Removed unicode characters α, β
1012

1113
# tidyhydro 0.1.0
1214

_pkgdown.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
url: https://atsyplenkov.github.io/tidyhydro/
2+
3+
repo:
4+
url:
5+
home: https://github.com/atsyplenkov/tidyhydro
6+
source: https://github.com/atsyplenkov/tidyhydro/tree/master
7+
issues: https://github.com/atsyplenkov/tidyhydro/issues
8+
29
template:
310
bootstrap: 5
4-
math-rendering: mathjax
11+
math-rendering: mathjax
12+
bslib:
13+
base_font: {google: "Roboto"}
14+
heading_font: {google: "Inter Tight"}
15+
code_font: {google: "Fira Code"}
16+
17+
footer:
18+
structure:
19+
left: [developed_by]
20+
right: [legal]
21+
components:
22+
legal: "[MIT](https://opensource.org/license/mit) License | Copyright (c) 2025 centerline authors"
23+
developed_by: Developed by [Anatolii Tsyplenkov](https://github.com/atsyplenkov)

0 commit comments

Comments
 (0)