Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
external_communication [2017/11/21 14:14]
romulo
external_communication [2019/04/02 21:00] (current)
romulo
Line 17: Line 17:
 </​code>​ </​code>​
 <note important>​ if you are using Microsoft Windows, make sure your R installation path does not contain spaces.</​note>​ <note important>​ if you are using Microsoft Windows, make sure your R installation path does not contain spaces.</​note>​
 +<note important>​ On Microsoft Windows, [[https://​cran.r-project.org/​bin/​windows/​Rtools/​|R Tools]] is required (default installation path [c:\rtools] is **mandatory**). Make sure you also select the option to add RTools to system PATH.  </​note>​
  
 ==== Command Line === ==== Command Line ===
-Download {{::​dinamica_1.0.2.tar.gz|Dinamica Package for R}} and install it:+Download {{::​dinamica_1.0.4.tar.gz|Dinamica Package for R}} and install it:
 <​code>​ <​code>​
 install.packages("​PATH_TO_DOWNLOADED_FILE",​ repos=NULL, type="​source"​) install.packages("​PATH_TO_DOWNLOADED_FILE",​ repos=NULL, type="​source"​)
 </​code>​ </​code>​
  
-where PATH_TO_DOWNLOADED_FILE should match the downloaded file path, e.g. /​home/​csr/​Downloads/​dinamica_1.0.2.tar.gz on Linux or "​c:/​Users/​CSR/​Downloads/​dinamica_1.0.2.tar.gz"​ on Windows.\\+where PATH_TO_DOWNLOADED_FILE should match the downloaded file path, e.g. "/​home/​csr/​Downloads/​dinamica_1.0.4.tar.gz" ​on Linux or "​c:/​Users/​CSR/​Downloads/​dinamica_1.0.4.tar.gz"​ on Windows.\\
 \\ \\
-Using the example path "/​home/​csr/​Downloads/​dinamica_1.0.2.tar.gz":​+Using the example path "/​home/​csr/​Downloads/​dinamica_1.0.4.tar.gz":​
 <​code>​ <​code>​
-install.packages("/​home/​csr/​Downloads/​dinamica_1.0.2.tar.gz",​ repos=NULL, type="​source"​)+install.packages("/​home/​csr/​Downloads/​dinamica_1.0.4.tar.gz",​ repos=NULL, type="​source"​)
 </​code>​ </​code>​
  
 ==== R Studio ==== ==== R Studio ====
-On Windows, Install R Tools from [[https://​cran.r-project.org/​bin/​windows/​Rtools/​]] \\ 
 \\ \\
-Download {{::​dinamica_1.0.2.tar.gz|Dinamica Package for R}} and install it (using RStudio):+Download {{::​dinamica_1.0.4.tar.gz|Dinamica Package for R}} and install it (using RStudio):
 <​code>​ <​code>​
 Tools -> Install Packages... Tools -> Install Packages...