Skip to content

Commit

Permalink
remove more URLs to avoid CRAN errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed Sep 21, 2020
1 parent b9c661e commit 31b2e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/write_fs_surface.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
#'
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 31b2e71

Please sign in to comment.