Skip to content

Commit

Permalink
Don't export linear_cubic_interp()
Browse files Browse the repository at this point in the history
  • Loading branch information
imanuelcostigan committed Sep 7, 2019
1 parent a26b674 commit 93650e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export(is.VolSurface)
export(is.ZeroCurve)
export(is_t1)
export(iso)
export(linear_cubic_interp)
export(to_forward)
export(to_fx_value)
export(to_maturity)
Expand Down
2 changes: 1 addition & 1 deletion R/interpolation-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ interpolate_dfs.ZeroCurve <- function(x, from, to, ...) {
#' x0 <- c(2.5, 3.5)
#' y0 <- c(22, 55)
#' linear_cubic_interp(interp_data = interp_data, x0 = x0, y0 = y0)
#' @export
#' @keywords internal

linear_cubic_interp <- function(interp_data, x0, y0) {
assertthat::assert_that(
Expand Down
1 change: 1 addition & 0 deletions man/linear_cubic_interp.Rd

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

0 comments on commit 93650e4

Please sign in to comment.