Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
No edit summary |
No edit summary |
||
Line 89: | Line 89: | ||
<!--T:5--> | <!--T:5--> | ||
You might also have to load various other modules depending on the packages you need to install. For example, "rgdal" will require that you load a module called | You might also have to load various other modules depending on the packages you need to install. For example, "rgdal" will require that you load a module called <tt>gdal</tt>, which itself requires that you load the <tt>nixpkgs</tt> and <tt>gcc<tt> modules. The <tt>nixpkgs</tt> module should already be loaded by default. You can ensure that it is by running | ||
<!--T:6--> | <!--T:6--> | ||
Line 97: | Line 97: | ||
<!--T:7--> | <!--T:7--> | ||
If nixpkgs is not listed, you can load it by running | If <tt>nixpkgs</tt> is not listed, you can load it by running | ||
<!--T:8--> | <!--T:8--> | ||
Line 108: | Line 108: | ||
{{Command | {{Command | ||
|module spider gdal/2.2.1 | |module spider gdal/2.2.1 | ||
}} | }} | ||
==Exploiting Parallelism in R== <!--T:46--> | ==Exploiting Parallelism in R== <!--T:46--> |