Menu

Tree [911cc3] master /
 History

HTTPS access


File Date Author Commit
 R 2016-02-07 Stefan Schlager Stefan Schlager [911cc3] fixed typo in docu in vcgSubdivide
 data 2013-08-07 Stefan Schlager Stefan Schlager [eb30a6] added data dummyhead and changed Rcpp from Depe...
 inst 2015-12-22 zarquon42b zarquon42b [f9accb] updated news
 man 2016-02-07 Stefan Schlager Stefan Schlager [911cc3] fixed typo in docu in vcgSubdivide
 src 2016-02-05 zarquon42b zarquon42b [71cfb3] added vcgSubdivide
 .Rbuildignore 2015-06-25 zarquon42b zarquon42b [a91d37] updated travis to use binary morpho from ppa
 .gitignore 2015-10-19 zarquon42b zarquon42b [ba207c] updated .gitignore
 .travis.yml 2015-06-25 zarquon42b zarquon42b [a91d37] updated travis to use binary morpho from ppa
 DESCRIPTION 2016-02-07 Stefan Schlager Stefan Schlager [0d274f] bumped version
 LICENSE 2014-01-17 zarquon42b zarquon42b [05912c] updated LICENSE and COPYRIGHTS to fix changed p...
 NAMESPACE 2016-02-05 zarquon42b zarquon42b [71cfb3] added vcgSubdivide
 README.md 2015-07-08 zarquon42b zarquon42b [0712df] added license and download stats to readme
 cleanup 2014-01-13 zarquon42b zarquon42b [b37a91] made code even more portable by redefing hash_m...
 configure 2015-10-19 zarquon42b zarquon42b [0d3ada] updated to c++11 only version
 configure.ac 2015-10-19 zarquon42b zarquon42b [0d3ada] updated to c++11 only version
 configure.win 2014-01-17 zarquon42b zarquon42b [658877] made package build biarch on windows

Read Me

Rvcg Travis Build Status 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)
MongoDB Logo MongoDB