From 21db1b09d7d2bdde5fc6de7eb62e0ccfef385535 Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Mon, 14 Apr 2025 10:16:44 +0200 Subject: [PATCH] don't link interp/akima packages --- R/geom-contour.R | 2 +- man/geom_contour.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/geom-contour.R b/R/geom-contour.R index 00cddd51e5..041544286a 100644 --- a/R/geom-contour.R +++ b/R/geom-contour.R @@ -9,7 +9,7 @@ #' once. Missing values of `z` are allowed, but contouring will only work for #' grid points where all four corners are non-missing. If you have irregular #' data, you'll need to first interpolate on to a grid before visualising, -#' using [interp::interp()], [akima::bilinear()], or similar. +#' using `interp::interp()`, `akima::bilinear()`, or similar. #' #' @eval rd_aesthetics("geom", "contour") #' @eval rd_aesthetics("geom", "contour_filled") diff --git a/man/geom_contour.Rd b/man/geom_contour.Rd index 2336ec973f..83370c0d76 100644 --- a/man/geom_contour.Rd +++ b/man/geom_contour.Rd @@ -200,7 +200,7 @@ form an equally spaced grid, and each combination of \code{x} and \code{y} appea once. Missing values of \code{z} are allowed, but contouring will only work for grid points where all four corners are non-missing. If you have irregular data, you'll need to first interpolate on to a grid before visualising, -using \code{\link[interp:interp]{interp::interp()}}, \code{\link[akima:bilinear]{akima::bilinear()}}, or similar. +using \code{interp::interp()}, \code{akima::bilinear()}, or similar. } \section{Aesthetics}{