Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
how_to [2020/03/02 15:39] – [Get familiar with machine learning and its applications in computational biology?] adminhow_to [2020/03/02 16:02] – [Install R locally (e.g. on a cluster)?] admin
Line 85: Line 85:
  
 ==== Install R locally (e.g. on a cluster)? ==== ==== Install R locally (e.g. on a cluster)? ====
 +
 +If you want to install the latest __development__ version of R on your macOS, and you do not have Fortran compiler, first install [[https://github.com/fxcoudert/gfortran-for-macOS/releases|Fortran]].
  
 If you do not have sudo permissions, like when you are working on a cluster, you should either use the software module, or install it locally in your home directory. E.g., you can install R on Stampede or Maverick as follows: If you do not have sudo permissions, like when you are working on a cluster, you should either use the software module, or install it locally in your home directory. E.g., you can install R on Stampede or Maverick as follows:
Line 112: Line 114:
  
 ---- ----
 +
  
 ==== Restore a file deleted in a local git directory? ==== ==== Restore a file deleted in a local git directory? ====