From 7946d30d179b200b1e0e41ae4a34b21db2051951 Mon Sep 17 00:00:00 2001 From: Nicoletta De Maio Date: Fri, 3 May 2024 11:06:53 +1200 Subject: [PATCH] Eliminated a note from devtools::check() --- package/R/displace-coordinates.R | 2 +- package/man/displace_coordinates.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/R/displace-coordinates.R b/package/R/displace-coordinates.R index be160f0..28c86bb 100644 --- a/package/R/displace-coordinates.R +++ b/package/R/displace-coordinates.R @@ -8,7 +8,7 @@ #' represent \eqn{n} points and the \eqn{d} columns the coordinates in #' \eqn{d}-dimensional space. #' @param displace Vector of length \code{n} that defines the radius of the -#' {\eqn{n}-ball} within which each point will be displaced. +#' \eqn{n}-ball within which each point will be displaced. #' #' @return Returns a \eqn{n}-by-\eqn{d} dataframe of coordinates that have been #' displaced. diff --git a/package/man/displace_coordinates.Rd b/package/man/displace_coordinates.Rd index 1dd8be3..8cdfd38 100644 --- a/package/man/displace_coordinates.Rd +++ b/package/man/displace_coordinates.Rd @@ -12,7 +12,7 @@ represent \eqn{n} points and the \eqn{d} columns the coordinates in \eqn{d}-dimensional space.} \item{displace}{Vector of length \code{n} that defines the radius of the -{\eqn{n}-ball} within which each point will be displaced.} +\eqn{n}-ball within which each point will be displaced.} } \value{ Returns a \eqn{n}-by-\eqn{d} dataframe of coordinates that have been