Skip to content

Commit 0f90bf4

Browse files
authored
merge pr #456: fix html5 notes
2 parents 0914c09 + b8df36b commit 0f90bf4

File tree

6 files changed

+34
-22
lines changed

6 files changed

+34
-22
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ Config/Needs/website: tidyverse/tidytemplate
108108
Encoding: UTF-8
109109
LazyData: true
110110
Roxygen: list(markdown = TRUE)
111-
RoxygenNote: 7.2.0
111+
RoxygenNote: 7.2.1

R/infer.R

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#' infer: a grammar for statistical inference
22
#'
3-
#' \if{html}{\figure{infer.png}{options: align='right'}}
4-
#'
53
#' The objective of this package is to perform statistical inference using a
64
#' grammar that illustrates the underlying concepts and a format that coheres
75
#' with the tidyverse.

man/fit.infer.Rd

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

man/generate.Rd

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

man/infer.Rd

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

man/observe.Rd

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

0 commit comments

Comments
 (0)