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 Both sides next revision
external_communication [2017/11/21 14:16]
romulo
external_communication [2017/12/11 17:46]
romulo
Line 19: Line 19:
  
 ==== Command Line === ==== Command Line ===
-Download {{::​dinamica_1.0.2.tar.gz|Dinamica Package for R}} and install it:+Download {{::​dinamica_1.0.3.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.3.tar.gz"​ on Linux or "​c:/​Users/​CSR/​Downloads/​dinamica_1.0.3.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.3.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.3.tar.gz",​ repos=NULL, type="​source"​)
 </​code>​ </​code>​
  
Line 34: Line 34:
 On Windows, Install R Tools from [[https://​cran.r-project.org/​bin/​windows/​Rtools/​]] \\ 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.3.tar.gz|Dinamica Package for R}} and install it (using RStudio):
 <​code>​ <​code>​
 Tools -> Install Packages... Tools -> Install Packages...