Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Apr 17, 2023
1 parent b636b5a commit b546f78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ loaded via a namespace (and not attached):
[1] compiler_3.6.2
```

`apptainerize()`/`singularize()` functions work exactly the same as `dockerize()`, expect you cannot cache Linux distribution rootfs.
`apptainerize()`/`singularize()` functions work exactly the same as `dockerize()`, except you cannot cache Linux distribution rootfs.

### Apptainer/Singularity with RStudio IDE

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ successfully gone back to the pre-pandemic.
[1] compiler_3.6.2

`apptainerize()`/`singularize()` functions work exactly the same as
`dockerize()`, expect you cannot cache Linux distribution rootfs.
`dockerize()`, except you cannot cache Linux distribution rootfs.

### Apptainer/Singularity with RStudio IDE

Expand Down
2 changes: 1 addition & 1 deletion vignettes/faq.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Then stop the container when you are done with it just quit R.

`apptainer` and `singularity` shell commands are interchangeable, at least for now. See [Apptainer Singularity compatibility](https://apptainer.org/docs/user/latest/singularity_compatibility.html) for details.

`apptainerize()`/`singularize()` functions work exactly the same as `dockerize()`, expect you cannot cache Linux distribution rootfs.
`apptainerize()`/`singularize()` functions work exactly the same as `dockerize()`, except you cannot cache Linux distribution rootfs.



Expand Down

0 comments on commit b546f78

Please sign in to comment.