Skip to content

Commit

Permalink
going to cran
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Nov 30, 2020
1 parent 41c2c6a commit 8d475c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: sfheaders
Type: Package
Title: Converts Between R Objects and Simple Feature Objects
Date: 2020-11-26
Version: 0.4
Date: 2020-12-01
Version: 0.4.0
Authors@R: c(
person("David", "Cooley", ,"[email protected]", role = c("aut", "cre")),
person(given = "Michael", family = "Sumner", role = "ctb")
Expand All @@ -18,9 +18,10 @@ LazyData: true
RoxygenNote: 7.1.1
SystemRequirements: C++11
LinkingTo:
geometries (>= 0.2.0),
geometries,
Rcpp
Imports:
geometries (>= 0.2.0),
Rcpp
Suggests:
covr,
Expand Down
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

* updates v0.2.2 to v0.3.0
* Now Links to the geometries package
* updates v0.3.0 to 0.4.0

0 comments on commit 8d475c2

Please sign in to comment.