Download Latest Version Morpho_2.0.3-1.tar.gz (2.3 MB)
Email in envelope

Get an email when there's a new version of Morpho

Home / Rvcg / archive
Name Modified Size InfoDownloads / Week
Parent folder
Rvcg_0.7.1.tgz 2014-02-11 905.1 kB
Rvcg_0.7.1.tar.gz 2014-02-11 1.6 MB
Rvcg_0.7.1.zip 2014-02-11 1.5 MB
Rvcg_0.4.zip 2013-08-02 3.6 MB
Rvcg_0.4.tgz 2013-08-02 2.4 MB
Rvcg_0.4.tar.gz 2013-08-02 2.1 MB
Rvcg_0.3.zip 2013-06-27 1.2 MB
Rvcg_0.3.tar.gz 2013-06-27 2.1 MB
Rvcg_0.3.tgz 2013-06-27 624.6 kB
Rvcg_0.2.zip 2013-03-14 700.1 kB
Rvcg_0.2.tar.gz 2013-03-14 1.7 MB
Rvcg_0.2.tgz 2013-03-14 354.6 kB
Rvcg_0.1.zip 2012-07-19 319.6 kB
Rvcg_0.1.tgz 2012-07-19 272.1 kB
Rvcg_0.1.tar.gz 2012-07-19 1.7 MB
Totals: 15 Items   21.0 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":

  1. Make sure to work with the latest version of R and install dependencies (type the following commands into your R terminal):

    install.packages("RcppEigen")
    
  2. Download the version suitable for your OS from here. Either the compiled package (for Windows and OS X) or the source tarball (Linux).

  3. Installation command from within R:

    install.packages("Path_to_downloaded_package_Rvcg[Version_OS]",repos=NULL)
    
  4. check if the package can be loaded:

    load package: library(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_url("https://github.com/zarquon42b/Rvcg/archive/master.zip")
    
Source: README.md, updated 2014-02-11