Skip to content

Commit 41e3271

Browse files
committed
Release version 0.1.0
- Update version from 0.0.0.9000 to 0.1.0 - Update CITATION.cff with new version and release date - Sync version in inst/CITATION - Add NEWS.md with initial release notes
1 parent e150f60 commit 41e3271

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors:
66
email: emmanuellmhango@gmail.com
77
orcid: https://orcid.org/0000-0003-3197-6244
88
title: "artesianwells: Artesian Well Site Assessment Data"
9-
version: 0.0.0.9000
10-
date-released: 2025-06-02
9+
version: 0.1.0
10+
date-released: 2025-07-06
1111
url: https://github.com/openwashdata/artesianwells
1212
repository-code: https://github.com/openwashdata/artesianwells
1313
license: CC-BY-4.0

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: artesianwells
22
Title: Artesian Well Site Assessment Data
3-
Version: 0.0.0.9000
3+
Version: 0.1.0
44
Authors@R:
55
person("Emmanuel", "Mhango", , "emmanuellmhango@gmail.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-3197-6244"))

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# artesianwells 0.1.0
2+
3+
* Initial release to GitHub
4+
* Dataset contains information on 44 artesian well sites across 10 districts in Malawi
5+
* Includes 29 variables covering:
6+
- Geospatial coordinates for mapping
7+
- Water flow measurements (time to fill 20L container)
8+
- Infrastructure details and well structures
9+
- Usage patterns and management information
10+
- Photographic documentation links
11+
* Added comprehensive documentation including:
12+
- Variable dictionary with descriptions
13+
- README with usage examples and visualization
14+
- Roxygen documentation for data access
15+
* Configured pkgdown website with Plausible analytics
16+
* Added GitHub Actions for R CMD checks
17+
* Package meets all openwashdata standards

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ bibentry(
55
year = 2025,
66
url = "https://github.com/openwashdata/artesianwells",
77
abstract = "A dataset capturing geospatial, structural, usage, and management characteristics of artesian well sites.",
8-
version = "0.0.0.9000",
8+
version = "0.1.0",
99
type = "dataset"
1010
)

0 commit comments

Comments
 (0)