Skip to content

Commit bdcbb2f

Browse files
committed
Fix package documentation (r-lib/roxygen2#1491)
1 parent 160c6bd commit bdcbb2f

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ Suggests:
4242
Encoding: UTF-8
4343
LazyData: true
4444
Roxygen: list(markdown = TRUE)
45-
RoxygenNote: 7.2.1
45+
RoxygenNote: 7.2.3

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# tipr (development version)
22
* `adjust_coef_with_binary()` now assumes the coefficient is from a linear model rather than loglinear. Use `loglinear = TRUE` to get the old behavior. (#12, @malcolmbarrett)
3+
* Fixed roxygen issue with package documentation
34

45
# tipr 1.0.1
56

R/tipr-package.R

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
#'
33
#' The tipr package.
44
#'
5-
#' @name tipr
6-
#' @docType package
75
#' @references
86
#'
97
#' D'Agostino McGowan, L, (2022). tipr: An R package for sensitivity analyses
108
#' for unmeasured confounders. Journal of Open Source Software, 7(77), 4495.
119
#'
10+
#' D’Agostino McGowan, L. (2022). Sensitivity Analyses for Unmeasured
11+
#' Confounders. Current Epidemiology Reports, 9(4), 361-375.
12+
#'
1213
#' VanderWeele, TJ, and Peng D (2017). Sensitivity Analysis in Observational
1314
#' Research: Introducing the E-Value. Ann Intern Med, 167(4), 268–74.
1415
#'
@@ -23,4 +24,5 @@
2324
#'
2425
#' @importFrom purrr %||%
2526
#' @importFrom purrr %>%
26-
NULL
27+
#' @keywords internal
28+
"_PACKAGE"

man/tipr.Rd renamed to man/tipr-package.Rd

Lines changed: 22 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)