removed need of R igraph from chlorodb/subdb

Former-commit-id: 574aace9be5804d728a877110f5f475d61644f75
Former-commit-id: 2e7ea63447643830a62f18a364327d7b396ec140
This commit is contained in:
alain viari
2015-11-14 22:13:55 +01:00
parent d83201fd2f
commit 2d404b5b24
9 changed files with 81 additions and 66 deletions

View File

@@ -23,17 +23,15 @@ then (after checking)
# notes
#
this requires an installed R > 3.0.1
calculation of models currently requires R
(without any specific package) this will be
replaced in the future...
with the following packages
in addition, optional graphics output (plot.models.r)
requires the following graphic packages :
igraph # <- mandatory
grid
gridExtra
vcd
plotrix
grid # <- the following are not needed
gridExtra # by scripts, but just to
vcd # produce graphics for models
plotrix # by lib/plot.models.r
you can check and install them by running :
lib/install.rpackages.r