Skip to content

Commit

Permalink
bug in example for tape_uld()
Browse files Browse the repository at this point in the history
  • Loading branch information
Kassel Hingee committed Sep 20, 2024
1 parent 79d5058 commit afa0da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/tape_uld.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @param x Value of `x` for taping.
#' @param theta Value of the parameter vector for taping.
#' @examples
#' tape_uld("inst/demo_custom_uld.cpp", rep(0.2, 5), rep(-0.1, 5))
#' tape_uld(system.file("demo_custom_uld.cpp", package = "scorematchingad"), rep(0.2, 5), rep(-0.1, 5))
#' @return A list of the tape and the function itself
#' @export
tape_uld <- function(file = "", x, theta, Cppopt = NULL){
Expand Down
4 changes: 2 additions & 2 deletions man/tape_uld.Rd

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

0 comments on commit afa0da9

Please sign in to comment.