Skip to content

Commit

Permalink
CRAN updates 0.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicChr committed May 10, 2024
1 parent c8c7d2e commit f7e3c26
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 120 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cheapr
Title: Simple Functions to Save Time and Memory
Version: 0.9.1.9000
Version: 0.9.2
Authors@R:
person("Nick", "Christofides", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9743-7342"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cheapr (Development version)
# cheapr 0.9.2

* A signed integer overflow bug in `lag2_` has been fixed. This occurred when
supplying `NA` lags.
Expand Down
2 changes: 1 addition & 1 deletion R/lag.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#' | Leads | Yes | Yes |
#' | Long vector support | Yes | No |
#' | Lag by reference | Yes | No |
#' | Dynamic vectorized lags | No | Yes |
#' | Dynamic vectorised lags | No | Yes |
#' | Data frame row lags | Yes | Yes |
#' | Alternative order lags | No | Yes |
#'
Expand Down
Loading

0 comments on commit f7e3c26

Please sign in to comment.