Skip to content

Commit

Permalink
Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xies4 committed Dec 4, 2024
1 parent a7d611d commit 15ae290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/exec_cmd_sif.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The command line above will create a file named `r_env_v1.0.0.sif`. The suffix `
Using the command line below, you can get the packages installed and the corresponding version information:

```
singularity build r_env_v1.0.0.sif R -e 'ip = as.data.frame(installed.packages()[,c(1,3:4)]); ip = ip[is.na(ip$Priority),1:2,drop=FALSE];ip'
singularity exec r_env_v1.0.0.sif R -e 'ip = as.data.frame(installed.packages()[,c(1,3:4)]); ip = ip[is.na(ip$Priority),1:2,drop=FALSE];ip'
```

Step 2: Run the command line
Expand Down

0 comments on commit 15ae290

Please sign in to comment.