Skip to content

Commit

Permalink
fixed Pkg doc per r-lib/roxygen2#1491
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkwo committed Jan 26, 2024
1 parent 399831a commit ab4e1c1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: eff2
Type: Package
Title: Efficient Least Squares for Total Causal Effects
Version: 1.0.1
Version: 1.0.2
Author: Richard Guo [aut, cre] (<https://orcid.org/0000-0002-2081-7398>)
Maintainer: Richard Guo <ricguo@uw.edu>
Authors@R: c(
Expand Down Expand Up @@ -35,7 +35,7 @@ Suggests: knitr,
testthat,
qgraph
VignetteBuilder: knitr
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
LazyData: true
2 changes: 1 addition & 1 deletion R/eff2.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
#'
#' @docType package
#' @name eff2
NULL
"_PACKAGE"
13 changes: 13 additions & 0 deletions man/eff2.Rd

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

0 comments on commit ab4e1c1

Please sign in to comment.