From 31b2e7169179c73e5ebff6773793398b4c1901aa Mon Sep 17 00:00:00 2001 From: Tim Schaefer Date: Mon, 21 Sep 2020 17:01:41 +0200 Subject: [PATCH] remove more URLs to avoid CRAN errors --- R/write_fs_surface.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/write_fs_surface.R b/R/write_fs_surface.R index 9a181bd..34cdb48 100644 --- a/R/write_fs_surface.R +++ b/R/write_fs_surface.R @@ -446,7 +446,7 @@ write.fs.surface.ply2 <- function(filepath, vertex_coords, faces) { #' #' @return string the format that was written. One of "tris" or "quads". Currently only triangular meshes are supported, so always 'tris'. #' -#' @references \url{http://paulbourke.net/dataformats/ply/} +#' @references See http://paulbourke.net/dataformats/ply/ for the PLY format spec. #' #' @family mesh export functions #' @@ -594,7 +594,7 @@ write.fs.surface.gii <- function(filepath, vertex_coords, faces) { #' write.fs.surface.mz3(tempfile(fileext=".mz3"), mesh$vertices, mesh$faces); #' } #' -#' @note This format is used by the surf-ice renderer. The format spec is at \url{https://github.com/neurolabusc/surf-ice/tree/master/mz3}. +#' @note This format is used by the surf-ice renderer. The format spec is at https://github.com/neurolabusc/surf-ice/tree/master/mz3. #' #' @export write.fs.surface.mz3 <- function(filepath, vertex_coords, faces, gzipped=TRUE) {