diff --git a/DESCRIPTION b/DESCRIPTION index ce9d0ca..5416b8a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,13 +2,13 @@ Package: boreholefuncmwi Title: Analysis of boreholes' functionality in Northern Malawi Version: 0.0.1 Authors@R: c( - person("Juliette", "Preisig", , "preisigjuliette@gmail.com", role = c("aut", "cre"), - comment = c(ORCID = "0009-0005-3259-1858")), - person("Mabvuto", "Yesaya", role = "aut", + person("Mabvuto", "Yesaya", , "yesayamabvuto@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3234-9699")), + person("Juliette", "Preisig", , "preisigjuliette@gmail.com", role = "aut", + comment = c(ORCID = "0009-0005-3259-1858")), + person("Hastings", "Kayira", , "hastingskayira95@gmail.com", role = "aut"), person("Mian", "Zhong", , "mzhong@ethz.ch", role = "aut", - comment = c(ORCID = "0009-0009-4546-7214")), - person("Hastings", "Kayira", , "hastingskayira95@gmail.com", role = "aut") + comment = c(ORCID = "0009-0009-4546-7214")) ) Description: The data is obtained from a survey conducted in Wasambo in Karonga district (Northen Malawi). This data is about boreholes and handpumps that people mostly rely on for drinking water, secondary to wells and rivers. The data were collected in June 2023. License: CC BY 4.0 diff --git a/README.Rmd b/README.Rmd index bbbd685..02facc7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -143,7 +143,6 @@ ggplot(borehole_user) + axis_title = FALSE, axis_text = "y" ) -# Provide some example code here ``` ## Capstone Project diff --git a/README.md b/README.md index 5a75e3e..5b77b62 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ boreholefuncmwi |> gt::as_raw_html() ``` -
@@ -421,10 +421,6 @@ ggplot(borehole_user) +
-``` r
-# Provide some example code here
-```
-
## Capstone Project
This dataset is shared as part of a capstone project in [Data Science
@@ -446,7 +442,7 @@ Please cite this package using:
citation("boreholefuncmwi")
#> To cite package 'boreholefuncmwi' in publications use:
#>
-#> Preisig J, Yesaya M, Zhong M, Kayira H (2024). _boreholefuncmwi:
+#> Yesaya M, Preisig J, Kayira H, Zhong M (2024). _boreholefuncmwi:
#> Analysis of boreholes' functionality in Northern Malawi_. R package
#> version 0.0.1, |
---|