Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.11 KB

Installation.md

File metadata and controls

31 lines (23 loc) · 1.11 KB

French

Pour les utisateurs francophones, la procédure d'installation de easieR est décrite ici : https://theeasierproject.wordpress.com/2017/05/05/comment-installer-easier/

English

For the installation of easieR, you must :

  1. install the 'devtools' package and load it
install.packages("devtools")
library("devtools")
  1. install easieR
install_github("NicolasStefaniak/easieR")
  1. Given that easieR also uses the WRS package, you must install it (see https://github.com/nicebread/WRS/blob/master/README.md in case of trouble)
install_github("nicebread/WRS", subdir="pkg")

Finally, easieR requires pandoc. For mac users, you can download and install pandoc here : https://github.com/jgm/pandoc/releases/tag/2.2.3.2

For windows users, pandoc is installed automatically when you are using the easieR() function. If it is not the case, please use the same procedure as mac users.