Skip to content

Commit

Permalink
add title for cagis parcel data too
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-brokamp committed Aug 7, 2024
1 parent 38b84a2 commit 2295e8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions auditor_online_parcels/make_auditor_online_parcels.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,3 @@ d_dpkg <-
)

dpkg::dpkg_gh_release(d_dpkg, draft = FALSE)

dpkg::stow("gh://geomarker-io/parcel/auditor_online_parcels-v0.2.0") |>
dpkg::read_dpkg()
1 change: 1 addition & 0 deletions cagis_parcels/make_cagis_parcels.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ d_dpkg <-
dpkg::as_dpkg(
name = "cagis_parcels",
version = "1.1.0",
title = "CAGIS Parcels Data",
homepage = "https://github.com/geomarker-io/parcel",
description = paste(readLines(fs::path("cagis_parcels", "README", ext = "md")), collapse = "\n")
)
Expand Down

0 comments on commit 2295e8a

Please sign in to comment.