Forum: help


RE: Connections between Juice and R [ Reply ] By: David Zeleny on 2019-07-11 04:27 | [forum:46854] |
Hi, there is actually a new version of ordijuice package created by Markus Neupert, who has been visiting Brno working group two years ago (report about his work on ordijuice is here: http://www.sci.muni.cz/botany/juice/Rapport%20de%20stage.pdf). It has to be, however, compiled manually from the GitHub. Unfortunately I don't have time for it right now, but during this summer I will hopefully update the juiceR website with these instructions. Meanwhile, you may compile the library (in R) by yourself using the following code: devtools::install_github('MarkusN-fr/ordijuice2017') You can use the latest version of R for this (I tested it on 3.5.3); you need to have devtools library installed in your R. The package has quite a few dependencies, which need to be installed at the same time, and requires quite some manual work, but I succeeded to do it today. After you install ordijuice into your R, make sure that you link JUICE to the same version of R which has this updated version. Then, it should work... although you never know :) David |
Connections between Juice and R [ Reply ] By: Anthony MARTIN on 2019-07-10 15:09 | [forum:46853] |
Hi everyone, I try to make a DCA analysis on Juice but i have a problem when i try to connnect Juice and R. Indeed, I download the R 2.11.0, I associate the R project with Juice with Rgui.Exe. But when i want to install the R libraries, nothing happens. I tried to install the packages manually, but I can't found ORDIJUICE in any version of R. So I would'like to know please, how can I do to have my DCA analyses Thanks for your answer. |