zarquon42b / Rvcg

R-package providing mesh manipulation routines from VCGLIB
Other
25 stars 10 forks source link

Rvcg Unit Tests License Downloads

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" (latest development code) using devtools::

install prerequisites
  1. install devtools from within R (Ubuntu/Debian users will have to install libcurl4-gnutls-dev beforehand):

    install.packages("devtools")
  2. Install build environment

    • Windows: Install latest version of Rtools During installation of Rtools make sure to install the toolchain, and to select "Edit the system path" (and confirming the installers suggestions).
    • OSX: Install XCODE
install Rvcg

Run the following command in R:

    require(devtools)
    install_github("zarquon42b/Rvcg", local=FALSE)

Conda Version

Rvcg has been ported to the python packaging system Conda thanks to @dipterix and can be found here https://anaconda.org/conda-forge/r-rvcg

From an active conda enironment, it can be installed with the command

conda install conda-forge::r-rvcg