Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
archive | 2014-02-11 | ||
Rvcg_0.8.zip | 2014-06-05 | 1.7 MB | |
Rvcg_0.8.tgz | 2014-06-05 | 948.4 kB | |
Rvcg_0.8.tar.gz | 2014-06-05 | 1.6 MB | |
README.md | 2014-02-11 | 1.7 kB | |
Totals: 5 Items | 4.2 MB | 0 |
Rvcg
Rvcg is an R-package providing methods for manipulations on triangular meshes by using the API of the VCGLIB library.
Installation of the R-package Rvcg from CRAN:
Within R:
install.packages("Rvcg")
Installation of the R-package "Rvcg":
-
Make sure to work with the latest version of R and install dependencies (type the following commands into your R terminal):
install.packages("RcppEigen")
-
Download the version suitable for your OS from here. Either the compiled package (for Windows and OS X) or the source tarball (Linux).
-
Installation command from within R:
install.packages("Path_to_downloaded_package_Rvcg[Version_OS]",repos=NULL)
-
check if the package can be loaded:
load package: library(Rvcg)
Installation of the-R package "Rvcg" (latest development code) using devtools::
install prerequisites
-
install devtools from within R (Ubuntu/Debian users will have to install libcurl4-gnutls-dev beforehand):
install.packages("devtools")
-
Install build environment
install Rvcg
- Run the following command in R:
require(devtools) install_url("https://github.com/zarquon42b/Rvcg/archive/master.zip")