Skip to content

Commit

Permalink
feat: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnldelarosa committed Jul 23, 2024
1 parent 8b9c070 commit e9d3ff5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 6 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sfDR
Title: Simple Features for Dominican Republic Administrative Boundaries
Version: 0.1.5
Version: 0.2.0
Authors@R:
c(person(given = "Daniel E.",
family = "de la Rosa",
Expand All @@ -16,11 +16,15 @@ Description: The sfDR package provides a comprehensive collection of simple
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)
LazyData: true
LazyDataCompression: xz
URL: https://adatar-do.github.io/sfDR/
Imports:
dplyr,
lifecycle,
magrittr,
pins,
sf
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Generated by roxygen2: do not edit by hand

export("%>%")
export(dr_municipal_districts)
export(dr_municipalities)
export(dr_provinces)
export(dr_regions)
export(dr_sections)
export(get_dr_provinces)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")

0 comments on commit e9d3ff5

Please sign in to comment.