Skip to content

Commit 24221e7

Browse files
authored
bump required R version 3.5.0 -> 4.1.0 (#101)
Since templates in https://github.com/RMI-PACTA/templates.transition.monitor, which are rather critical to this repo's function, use the new native R pipe `|>`, which was introduced in R v4.1.0, seems safest to make it a requirement for this package.
1 parent 5f002dc commit 24221e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Authors@R:
3232
Description: For more information visit <https://rmi.org/>.
3333
License: MIT + file LICENSE
3434
Depends:
35-
R (>= 3.5)
35+
R (>= 4.1.0)
3636
Imports:
3737
bookdown (>= 0.38),
3838
cli,

0 commit comments

Comments
 (0)