Skip to content

Commit

Permalink
info updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jongoetz committed Sep 26, 2024
1 parent a3c6f2e commit 181d4f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fasstr
Title: Analyze, Summarize, and Visualize Daily Streamflow Data
Version: 0.5.2
Version: 0.5.3
Authors@R: c(person("Jon", "Goetz", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4993-1119")),
person("Carl James", "Schwarz", email = "[email protected]", role = "aut"),
Expand Down Expand Up @@ -36,5 +36,5 @@ Suggests:
knitr,
rmarkdown,
testthat
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
VignetteBuilder: knitr
10 changes: 2 additions & 8 deletions release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ devtools::check() ## build locally
```

## Build and check on rhub
```
library(rhub)
check_with_rdevel()
check_for_cran()
check_on_windows()
```
GitHub Actions using `rhub::rhub_check(platforms = c("linux","macos","windows","ubuntu-release"))`

## Run this in the console
```
Expand All @@ -49,7 +43,7 @@ git push --tags
```

```
# Copyright 2019 Province of British Columbia
# Copyright 2024 Province of British Columbia
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 181d4f5

Please sign in to comment.