Skip to content

Commit

Permalink
bumped version for CRAN release and fixed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
zarquon42b committed Sep 19, 2024
1 parent 4b00c82 commit 2c99e77
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",, "[email protected]", c("aut", "cre", "cph")),
person("Girinon", "Francois",,, c("ctb")),
Expand Down
4 changes: 2 additions & 2 deletions R/Rvcg-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
#'
Expand Down
2 changes: 1 addition & 1 deletion R/vcgMetro.r
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/Rvcg-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/vcgMetro.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c99e77

Please sign in to comment.