Skip to content

Commit 21db1b0

Browse files
committed
don't link interp/akima packages
1 parent 63ca94e commit 21db1b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/geom-contour.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#' once. Missing values of `z` are allowed, but contouring will only work for
1010
#' grid points where all four corners are non-missing. If you have irregular
1111
#' data, you'll need to first interpolate on to a grid before visualising,
12-
#' using [interp::interp()], [akima::bilinear()], or similar.
12+
#' using `interp::interp()`, `akima::bilinear()`, or similar.
1313
#'
1414
#' @eval rd_aesthetics("geom", "contour")
1515
#' @eval rd_aesthetics("geom", "contour_filled")

man/geom_contour.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)