diff --git a/README.Rmd b/README.Rmd
index 08a42fa..74f7ec8 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -16,11 +16,13 @@ knitr::opts_chunk$set(
# washdata: Urban Water and Sanitation Survey Dataset
-[![CRAN](https://img.shields.io/cran/v/washdata.svg)](https://cran.r-project.org/package=washdata)
+[![CRAN status](https://www.r-pkg.org/badges/version/micronutr)](https://CRAN.R-project.org/package=micronutr)
[![CRAN](https://img.shields.io/cran/l/washdata.svg)](https://github.com/katilingban/washdata/blob/master/LICENSE.md)
[![CRAN](http://cranlogs.r-pkg.org/badges/washdata)](https://cran.r-project.org/package=washdata)
[![CRAN](http://cranlogs.r-pkg.org/badges/grand-total/washdata)](https://cran.r-project.org/package=washdata)
[![R-CMD-check](https://github.com/katilingban/washdata/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/katilingban/washdata/actions/workflows/R-CMD-check.yaml)
+[![CodeFactor](https://www.codefactor.io/repository/github/katilingban/washdata/badge)](https://www.codefactor.io/repository/github/katilingban/washdata)
+[![DOI](https://zenodo.org/badge/115544360.svg)](https://zenodo.org/doi/10.5281/zenodo.4058889)
This package contains four datasets from an urban water and sanitation survey in Dhaka, Bangladesh conducted by [Water and Sanitation for the Urban Poor](https://wsup.com) with technical support from [Valid International](http://www.validinternational.org) in March 2017.
diff --git a/README.md b/README.md
index 7e96250..535bca6 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,14 @@
-[![CRAN](https://img.shields.io/cran/v/washdata.svg)](https://cran.r-project.org/package=washdata)
+[![CRAN
+status](https://www.r-pkg.org/badges/version/micronutr)](https://CRAN.R-project.org/package=micronutr)
[![CRAN](https://img.shields.io/cran/l/washdata.svg)](https://github.com/katilingban/washdata/blob/master/LICENSE.md)
[![CRAN](http://cranlogs.r-pkg.org/badges/washdata)](https://cran.r-project.org/package=washdata)
[![CRAN](http://cranlogs.r-pkg.org/badges/grand-total/washdata)](https://cran.r-project.org/package=washdata)
[![R-CMD-check](https://github.com/katilingban/washdata/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/katilingban/washdata/actions/workflows/R-CMD-check.yaml)
+[![CodeFactor](https://www.codefactor.io/repository/github/katilingban/washdata/badge)](https://www.codefactor.io/repository/github/katilingban/washdata)
+[![DOI](https://zenodo.org/badge/115544360.svg)](https://zenodo.org/doi/10.5281/zenodo.4058889)
This package contains four datasets from an urban water and sanitation
@@ -66,21 +69,22 @@ follows:
``` r
citation("washdata")
-#> To cite package 'washdata' in publications use:
+#> To cite washdata in publications use:
#>
-#> Guevarra E (2024). _washdata: Urban Water and Sanitation Survey
-#> Dataset_. R package version 0.1.4, https://katilingban.io/washdata/,
-#> .
+#> Ernest Guevarra (2024). _washdata: Urban Water and Sanitation Survey
+#> Dataset_. doi:10.5281/zenodo.4058890
+#> , R package version 0.1.4,
+#> .
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {washdata: Urban Water and Sanitation Survey Dataset},
-#> author = {Ernest Guevarra},
+#> author = {{Ernest Guevarra}},
#> year = {2024},
-#> note = {R package version 0.1.4,
-#> https://katilingban.io/washdata/},
-#> url = {https://github.com/katilingban/washdata/},
+#> note = {R package version 0.1.4},
+#> url = {https://katilingban.io/washdata/},
+#> doi = {10.5281/zenodo.4058890},
#> }
```
diff --git a/cran-comments.md b/cran-comments.md
index a1b6f31..d038f58 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -9,7 +9,7 @@ formatting updates.
* ubuntu-latest (on GitHub Actions), release, devel, and oldrelease
* mac-builder (release)
* win-builder (devel, release, oldrelease)
-* rhub (windows-devel, fedora-devel, ubuntu-release)
+* rhub (windows-devel, fedora-devel, linux-devel, macos-devel)
## R CMD check results
diff --git a/inst/CITATION b/inst/CITATION
new file mode 100644
index 0000000..c1292df
--- /dev/null
+++ b/inst/CITATION
@@ -0,0 +1,10 @@
+bibentry(
+ bibtype = "Manual",
+ header = "To cite washdata in publications use:",
+ title = "washdata: Urban Water and Sanitation Survey Dataset",
+ author = person("Ernest Guevarra"),
+ year = "2024",
+ note = "R package version 0.1.4",
+ url = "https://katilingban.io/washdata/",
+ doi = "10.5281/zenodo.4058890"
+)