Differences

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

Link to this comparison view

Both sides previous revision Previous revision
external_communication [2018/11/23 13:54]
romulo
external_communication [2019/04/02 21:00] (current)
romulo
Line 20: Line 20:
  
 ==== Command Line === ==== Command Line ===
-Download {{::​dinamica_1.0.3.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.3.tar.gz"​ on Linux or "​c:/​Users/​CSR/​Downloads/​dinamica_1.0.3.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.3.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.3.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 ====
 \\ \\
-Download {{::​dinamica_1.0.3.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...