Skip to content

Commit f3cf428

Browse files
Fix links to other packages and package anchors
1 parent a515a6b commit f3cf428

8 files changed

+8
-8
lines changed

R/Faa_di_Bruno.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#'
44
#' This code implements a vectorized version of the Faa di Bruno formula, relying
55
#' internally on the Bell polynomials from the package kStatistics, via the
6-
#' function \link{kStatistics::eBellPol}.
6+
#' function \link[kStatistics:eBellPol]{kStatistics::eBellPol}.
77
#'
88
#' @param f,g two functions that take in argument\itemize{
99
#' \item a vector \code{x} of numeric values

man-roxygen/param-mpfr.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
#' @param mpfr if \code{mpfr = TRUE}, multiple precision floating point is used
4-
#' via the package \link[Rmpfr]{Rmpfr}.
4+
#' via the package \link[Rmpfr:Rmpfr]{Rmpfr}.
55
#' This allows for a higher (numerical) accuracy, at the expense of computing time.
66
#' It is recommended to use this option for higher dimensions.
77
#'

man/EllDistrDerivEst.Rd

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

man/EllDistrEst.Rd

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

man/EllDistrEst.adapt.Rd

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

man/compute_etahat.Rd

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

man/estim_tilde_AMSE.Rd

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

man/vectorized_Faa_di_Bruno.Rd

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

0 commit comments

Comments
 (0)