Skip to content

Commit 181d4f5

Browse files
committed
info updates
1 parent a3c6f2e commit 181d4f5

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fasstr
22
Title: Analyze, Summarize, and Visualize Daily Streamflow Data
3-
Version: 0.5.2
3+
Version: 0.5.3
44
Authors@R: c(person("Jon", "Goetz", email = "[email protected]", role = c("aut", "cre"),
55
comment = c(ORCID = "0000-0002-4993-1119")),
66
person("Carl James", "Schwarz", email = "[email protected]", role = "aut"),
@@ -36,5 +36,5 @@ Suggests:
3636
knitr,
3737
rmarkdown,
3838
testthat
39-
RoxygenNote: 7.3.1
39+
RoxygenNote: 7.3.2
4040
VignetteBuilder: knitr

release_process.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ devtools::check() ## build locally
1818
```
1919

2020
## Build and check on rhub
21-
```
22-
library(rhub)
23-
24-
check_with_rdevel()
25-
check_for_cran()
26-
check_on_windows()
27-
```
21+
GitHub Actions using `rhub::rhub_check(platforms = c("linux","macos","windows","ubuntu-release"))`
2822

2923
## Run this in the console
3024
```
@@ -49,7 +43,7 @@ git push --tags
4943
```
5044

5145
```
52-
# Copyright 2019 Province of British Columbia
46+
# Copyright 2024 Province of British Columbia
5347
#
5448
# Licensed under the Apache License, Version 2.0 (the "License");
5549
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)