Skip to content

Commit 52c8605

Browse files
committed
Add BugReports url and GeoTox return value
1 parent eff5fe9 commit 52c8605

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

DESCRIPTION

+5-11
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@ Package: GeoTox
22
Title: Spatiotemporal Mixture Risk Assessment
33
Version: 0.2.0
44
Authors@R: c(
5-
person("Skylar", "Marvel",
6-
email = "[email protected]",
7-
role = c("aut"),
5+
person("Skylar", "Marvel", , "[email protected]", role = "aut",
86
comment = c(ORCID = "0000-0002-2971-9743")),
9-
person("David", "Reif",
10-
email = "[email protected]",
11-
role = c("aut"),
7+
person("David", "Reif", , "[email protected]", role = "aut",
128
comment = c(ORCID = "0000-0001-7815-6767")),
13-
person("Kyle", "Messier",
14-
email = "[email protected]",
15-
role = c("cre", "aut"),
9+
person("Kyle", "Messier", , "[email protected]", role = c("cre", "aut"),
1610
comment = c(ORCID = "0000-0001-9508-9623")),
17-
person("Spatiotemporal Exposures and Toxicology Group",
18-
role = c("cph"))
11+
person("Spatiotemporal Exposures and Toxicology Group", role = "cph")
1912
)
2013
Description: Connecting spatiotemporal exposure to individual and
2114
population-level risk via source-to-outcome continuum modeling. The package,
@@ -57,3 +50,4 @@ Encoding: UTF-8
5750
LazyData: true
5851
Roxygen: list(markdown = TRUE)
5952
RoxygenNote: 7.3.2
53+
BugReports: https://github.com/NIEHS/GeoTox/issues

R/GeoTox.R

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#' An S3 object that can be used to help organize the data and results of a
55
#' GeoTox analysis.
66
#'
7+
#' @return a GeoTox S3 object
78
#' @export
89
#'
910
#' @examples

man/GeoTox-package.Rd

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/GeoTox.Rd

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)