Skip to content

Commit

Permalink
120
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Mar 25, 2024
1 parent 91a5850 commit fa00525
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# teckfish 0.2.1

- Set lower default `min_length = 122` for `gsdd_cf()`.
- Set lower default `min_length = 120` for `gsdd_cf()`.

# teckfish 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion R/gdd.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
gdd <- function(
x,
end_date = as.Date("1972-09-30"),
min_length = 61,
min_length = 60,
msgs = TRUE
) {
chk_whole_number(min_length)
Expand Down
2 changes: 1 addition & 1 deletion R/gsdd-cf.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
gsdd_cf <- function(
x,
ignore_truncation = FALSE,
min_length = 122,
min_length = 120,
msgs = TRUE
) {
lifecycle::deprecate_soft("0.1.2", "gsdd_cf()", with = "gsdd::gsdd_vctr()")
Expand Down
2 changes: 1 addition & 1 deletion R/gsdd.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' gsdd(gsdd::temperature_data)
gsdd <- function(
x,
min_length = 122,
min_length = 120,
msgs = TRUE
) {
chk_whole_number(min_length)
Expand Down
2 changes: 1 addition & 1 deletion man/gdd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/gsdd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/gsdd_cf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa00525

Please sign in to comment.