Skip to content

Commit

Permalink
build: require R >= 4.2.0 (|> pipe with placeholder)
Browse files Browse the repository at this point in the history
  • Loading branch information
tripartio committed Feb 10, 2025
1 parent 74d6cac commit 8e2f72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
R (>= 4.2.0)
Imports:
cli,
dplyr,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# autogam 0.1.0

* Use bam(discrete=TRUE, method='fREML') by default.
* Update required R version to >= 4.1.0 (mainly because it uses the |> pipe).
* Update required R version to >= 4.2.0 because it uses the |> pipe with placeholder.
* Create `autogam` S3 object with support for all `mgcv::gam` s3 methods. The `autogam` methods mostly call the `mgcv::gam` methods. For now, only the `print()` method is lightly modified to add performance measures.

# autogam 0.0.1
Expand Down

0 comments on commit 8e2f72a

Please sign in to comment.