Skip to content

Commit 9de181d

Browse files
committed
20250722 - update Argon package troubleshooting
1 parent 795b3a8 commit 9de181d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

eegERP.Rmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ These may include:
5555
- The location(s) of any intermediate files for processing (e.g., the updated .mff files that contain accuracy information in FishShark)
5656
- The location(s) for any files outputted by HAPPE and/or places you wish to use the script to move them to
5757

58+
To add a file path, click on Home/Set Path/Add Folder in MATLAB.
59+
You don't need to specify the file name, just its containing folder.
60+
5861
## Oddball Processing Pipeline
5962

6063
### Recommended Folder Strucure

hpc.Rmd

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,21 @@ Note that you may need to download an older version of the package (e.g., from t
460460
install.packages("http://cran.r-project.org/src/contrib/Archive/MASS/MASS_7.3-60.0.1.tar.gz", repos = NULL, type = "source")
461461
```
462462

463-
1. If steps 1 and 2 fail, email research-computing@uiowa.edu with the error, asking for help to figure out how to install the packages.
463+
1. Check if you are installing the necessary modules within your job script:
464+
465+
```r
466+
module load stack/2022.2
467+
module load r/4.2.2_gcc-9.5.0
468+
```
469+
1. Add a line to your R script to make sure it is accessing the same repository where you installed the packages manually:
470+
471+
```r
472+
.libPaths(c("/old_Users/HAWKID/Rlibs",
473+
"/cvmfs/argon.hpc.uiowa.edu/2022.2/apps/linux-centos7-broadwell/gcc-9.5.0/r-4.2.2-lv7yirk/rlib/R/library"))
474+
```
475+
476+
1. If the prior steps fail, email research-computing@uiowa.edu with the error, asking for help to figure out how to install the packages.
477+
464478

465479
## Error When Installing Packages from Source
466480

0 commit comments

Comments
 (0)