Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Jun 28, 2024
1 parent e73dd31 commit a77ab4d
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 6 deletions.
16 changes: 12 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@ Package: dasehr
Type: Package
Title: DaSEH Course Data
Version: 0.1.0
Author: Elizabeth Humphries
Maintainer: Elizabeth Humphries <ehumphri@fredhutch.org>
Authors@R:
c(person(given = "Elizabeth",
family = "Humphries",
role = c("aut", "cre"),
email = "ehumphri@fredhutch.org"),
person(given = "Ava",
family = "Hoffman",
role = c("aut", "cre"),
email = "avamariehoffman@gmail.com",
comment = c(ORCID = "0000-0002-1833-4397")))
Description: This package contains the datasets used in the Data Science for Environmental Health (DaSEH) short course taught by Ava M. Hoffman and Carrie Wright through the Data Science Lab at the Fred Hutchinson Cancer Center.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
RoxygenNote: 7.3.1
URL: https://github.com/ehumph/dasehr
BugReports: https://github.com/ehumph/dasehr/issues
URL: https://github.com/fhdsl/dasehr
BugReports: https://github.com/fhdsl/dasehr/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
12 changes: 12 additions & 0 deletions R/dasehr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,29 @@
#'
#' Here is a list of the datasets. They are already stored as objects when you
#' load the package.
#'
#' * `calenviroscreen`: Description here
#'
#' * `CO_heat_ER_byage`: Description here
#'
#' * `CO_heat_ER_bygender`: Description here
#'
#' * `CO_heat_ER_wide`: Description here
#'
#' * `CO_heat_ER`: Description here
#'
#' * `covid_wastewater`: Description here
#'
#' * `er_CO_statewide`: Description here
#'
#' * `er_visits_by_CO_county`: Description here
#'
#' * `haa5`: Description here
#'
#' * `nitrate`: Description here
#'
#' * `yearly_co2_emissions`: Description here
#'

#' @keywords internal
"_PACKAGE"
29 changes: 27 additions & 2 deletions man/dasehr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a77ab4d

Please sign in to comment.