Skip to content

Commit 00e5a8b

Browse files
committed
fix cross-references, closes #3
1 parent 3b62e84 commit 00e5a8b

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: RcppXPtrUtils
22
Type: Package
33
Title: XPtr Add-Ons for 'Rcpp'
4-
Version: 0.1.2
4+
Version: 0.1.2.1
55
Authors@R: c(
66
person("Iñaki", "Ucar", email="[email protected]",
77
role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")))
@@ -14,4 +14,4 @@ BugReports: https://github.com/Enchufa2/RcppXPtrUtils/issues
1414
Depends: R (>= 3.0.0)
1515
Imports: Rcpp
1616
Suggests: inline, testthat
17-
RoxygenNote: 7.2.0
17+
RoxygenNote: 7.3.2

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# RcppXPtrUtils devel
2+
3+
- Fix cross-references in documentation (#3).
4+
15
# RcppXPtrUtils 0.1.2
26

37
- Fix example.

R/cppXPtr.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#' Define an \code{XPtr} with a C++ Implementation
22
#'
33
#' Dynamically define an \code{XPtr} with C++ source code. Compiles and links a shared
4-
#' library with bindings to the C++ function using \code{\link{cppFunction}},
4+
#' library with bindings to the C++ function using \code{\link[Rcpp]{cppFunction}},
55
#' then returns an \code{XPtr} that points to the function and can be used to be
66
#' plugged into another C++ backend.
77
#'
88
#' @inheritParams Rcpp::cppFunction
99
#' @return An object of class \code{XPtr} that points to the compiled function.
1010
#'
11-
#' @seealso \code{\link{cppFunction}}, \code{\link{checkXPtr}}
11+
#' @seealso \code{\link[Rcpp]{cppFunction}}, \code{\link{checkXPtr}}
1212
#' @examples
1313
#' \donttest{
1414
#' # takes time to compile

man/cppXPtr.Rd

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

0 commit comments

Comments
 (0)