-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
76 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ R/publish_openwashdata.R | |
.Rdata | ||
.httr-oauth | ||
.DS_Store | ||
|
||
*.bk* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,44 +7,43 @@ cff-version: 1.2.0 | |
message: 'To cite package "cbssuitabilityhaiti" in publications use:' | ||
type: software | ||
license: CC-BY-4.0 | ||
title: 'cbssuitabilityhaiti: The Package contains data from the Soil projects in Haiti' | ||
version: 0.0.0.9000 | ||
title: 'cbssuitabilityhaiti: This package contains data for a sanitation zoning assessment | ||
done for the city of Cap Haitien, Haiti. It combines two datasets used for an analysis | ||
of the suitability of container-based sanitation (CBS).' | ||
version: 0.0.1 | ||
abstract: What the package does (one paragraph). | ||
authors: | ||
- family-names: Loos | ||
given-names: Sebastian Camilo | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-2196-5015 | ||
- family-names: Lubeck-Schricker | ||
given-names: Maya | ||
email: [email protected] | ||
- family-names: Kramer | ||
given-names: Sasha | ||
email: [email protected] | ||
preferred-citation: | ||
type: generic | ||
title: 'cbssuitabilityhaiti: The Package contains data from the Soil projects in | ||
Haiti' | ||
authors: | ||
- family-names: Loos | ||
given-names: Sebastian Camilo | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-2196-5015 | ||
- family-names: Lubeck-Schricker | ||
given-names: Maya | ||
email: [email protected] | ||
- family-names: Kramer | ||
given-names: Sasha | ||
email: [email protected] | ||
year: '2023' | ||
abstract: What the package does (one paragraph). | ||
version: 0.0.0.9000 | ||
date-released: '2023-09-19' | ||
contact: | ||
- family-names: Loos | ||
given-names: Sebastian Camilo | ||
email: [email protected] | ||
references: | ||
- type: software | ||
title: 'R: A Language and Environment for Statistical Computing' | ||
notes: Depends | ||
url: https://www.R-project.org/ | ||
authors: | ||
- name: R Core Team | ||
location: | ||
name: Vienna, Austria | ||
year: '2023' | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
version: '>= 2.10' | ||
- type: software | ||
title: tmap | ||
abstract: 'tmap: Thematic Maps' | ||
notes: Suggests | ||
url: https://github.com/r-tmap/tmap | ||
repository: https://CRAN.R-project.org/package=tmap | ||
authors: | ||
- family-names: Tennekes | ||
given-names: Martijn | ||
email: [email protected] | ||
year: '2023' | ||
orcid: https://orcid.org/0000-0003-2196-5015 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
Package: cbssuitabilityhaiti | ||
Title: The Package contains data from the Soil projects in Haiti | ||
Title: This package contains data for a sanitation zoning assessment done for | ||
the city of Cap Haitien, Haiti. It combines two datasets used for an analysis | ||
of the suitability of container-based sanitation (CBS). | ||
Version: 0.0.1 | ||
Authors@R: c( | ||
person("Sebastian Camilo", "Loos", , "[email protected]", role = c("aut","cre"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
bibentry(bibtype = "Misc", | ||
key = "looslubeckschricker:2023", | ||
title = "cbssuitabilityhaiti: The Package contains data from the Soil projects in Haiti", | ||
author = c(person(given = "Sebastian Camilo", | ||
family = "Loos"), | ||
person(given = "Maya", | ||
family = "Lubeck-Schricker"), | ||
person(given = "Sasha", | ||
family = "Kramer")), | ||
year = "2023", | ||
abstract = "What the package does (one paragraph).", | ||
version = "0.0.0.9000") |