You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Before installing this package, you should install [GRASS GIS](https://grass.osg
12
12
13
13
**Mac**: `watershed` can auto-detect [grass binary](http://grassmac.wikidot.com) installations (which are usually installed in `/Applications/`). Command-line installations may also work; try following the linux instructions.
14
14
15
-
**Linux/Unix**: Install grass however you like. For auto-detection to work, make sure the grass binary (`grass74`, `grass76`, `grass78`) is in your `$PATH` and visible from within R; try `system2('grass76', args = c("--config", "path"))` to see if this is working, it should output the location of your grass installation. If you want a different version of grass, you can alias `grass78` to whatever binary you like, or see **Changing the default grass* below.
15
+
**Linux/Unix**: Install grass however you like. For auto-detection to work, make sure the grass binary (`grass74`, `grass76`, `grass78`) is in your `$PATH` and visible from within R; try, e.g.,`system2('grass76', args = c("--config", "path"))` to see if this is working, it should output the location of your grass installation. If you want a different version of grass, you can alias `grass78` to whatever binary you like, or see **Changing the default grass* below.
0 commit comments