From 2c99e77c8705e64d776528d13ea7b019b5e5e587 Mon Sep 17 00:00:00 2001 From: Stefan Schlager Date: Thu, 19 Sep 2024 10:39:24 +0200 Subject: [PATCH] bumped version for CRAN release and fixed URL --- DESCRIPTION | 4 ++-- R/Rvcg-package.R | 4 ++-- R/vcgMetro.r | 2 +- man/Rvcg-package.Rd | 4 ++-- man/vcgMetro.Rd | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f4a00999..eb2abfcb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: Rvcg Type: Package Title: Manipulations of Triangular Meshes Based on the 'VCGLIB' API -Version: 0.23 -Date: 2024-06-25 +Version: 0.24 +Date: 2024-09-19 Authors@R: c( person("Stefan", "Schlager",, "zarquon42@gmail.com", c("aut", "cre", "cph")), person("Girinon", "Francois",,, c("ctb")), diff --git a/R/Rvcg-package.R b/R/Rvcg-package.R index 1b84692d..ba28c1fe 100644 --- a/R/Rvcg-package.R +++ b/R/Rvcg-package.R @@ -6,8 +6,8 @@ #' \tabular{ll}{ #' Package: \tab Rvcg\cr #' Type: \tab Package\cr -#' Version: \tab 0.23\cr -#' Date: \tab 2024-06-25\cr +#' Version: \tab 0.24\cr +#' Date: \tab 2024-09-19\cr #' License: \tab GPL\cr #' LazyLoad: \tab yes\cr } #' diff --git a/R/vcgMetro.r b/R/vcgMetro.r index f7480699..713472ce 100644 --- a/R/vcgMetro.r +++ b/R/vcgMetro.r @@ -48,7 +48,7 @@ #' ## create custom heatmaps based on distances #' mD <- meshDist(humfalign$mesh,distvec=samp$distances1) #' } -#' @note this is a straightforward implementation of the command line tool metro \url{https://vcg.isti.cnr.it/vcglib/metro.html} +#' @note this is a straightforward implementation of the command line tool metro \url{http://vcglib.net/metro.html} #' @references #' P. Cignoni, C. Rocchini and R. Scopigno. Metro: measuring error on simplified surfaces. Computer Graphics Forum, Blackwell Publishers, vol. 17(2), June 1998, pp 167-174 #' @export diff --git a/man/Rvcg-package.Rd b/man/Rvcg-package.Rd index bfe5e9e2..81779d1a 100644 --- a/man/Rvcg-package.Rd +++ b/man/Rvcg-package.Rd @@ -13,8 +13,8 @@ smoothing, mesh decimation, closest point search. \tabular{ll}{ Package: \tab Rvcg\cr Type: \tab Package\cr -Version: \tab 0.23\cr -Date: \tab 2024-06-25\cr +Version: \tab 0.24\cr +Date: \tab 2024-09-19\cr License: \tab GPL\cr LazyLoad: \tab yes\cr } } diff --git a/man/vcgMetro.Rd b/man/vcgMetro.Rd index 94f06209..527ca875 100644 --- a/man/vcgMetro.Rd +++ b/man/vcgMetro.Rd @@ -70,7 +70,7 @@ if colormeshes == TRUE Implementation of the command line tool "metro" to evaluate the difference between two triangular meshes. } \note{ -this is a straightforward implementation of the command line tool metro \url{https://vcg.isti.cnr.it/vcglib/metro.html} +this is a straightforward implementation of the command line tool metro \url{http://vcglib.net/metro.html} } \examples{