Skip to content

Commit

Permalink
Merge pull request #116 from ropensci/r3.5
Browse files Browse the repository at this point in the history
make pkg template depend on R v3.5.0, due to .rda method
  • Loading branch information
slager committed Apr 15, 2024
2 parents dd53650 + e1a7007 commit 7b922f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/skeleton.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ datapackage_skeleton <-
description$set("DataVersion" = "0.1.0")
description$set("Version" = "1.0")
description$set("Package" = name)
description$set_dep("R", "Depends", ">= 3.5.0")
description$set("Roxygen" = "list(markdown = TRUE)")
description$write()
.done(paste0("Added DataVersion string to ", crayon::blue("'DESCRIPTION'")))
Expand Down

0 comments on commit 7b922f6

Please sign in to comment.