Skip to content

Commit

Permalink
modified README
Browse files Browse the repository at this point in the history
  • Loading branch information
zarquon42b committed Aug 1, 2013
1 parent e067040 commit 154395b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
##### Description #####
RVCG
====
__RVCG__ is an R-package providing methods for manipulations on triangular meshes by using the API of the [VCGLIB]( http://vcg.isti.cnr.it/~cignoni/newvcglib/html/) library.

##### Installation of the R-package "Rvcg": ####
#### Installation of the R-package "Rvcg": ####
0. Make sure to work with the latest version of R and install dependencies (type the following commands into your R terminal):

install.packages("Rcpp")
Expand All @@ -18,7 +19,7 @@ __RVCG__ is an R-package providing methods for manipulations on triangular meshe

load package: library(Rvcg)

##### Installation of the-R package "Rvcg" (latest development code) using *devtools*:: ####
#### Installation of the-R package "Rvcg" (latest development code) using *devtools*:: ####


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

0 comments on commit 154395b

Please sign in to comment.