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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,13 @@ On __OS-X__ use [libssh](https://github.com/Homebrew/homebrew-core/blob/master/F
48
48
brew install libssh
49
49
```
50
50
51
+
Using __conda__ (need a conda R environment `conda create -n Renv r-base r-essentials`)
52
+
53
+
```
54
+
conda install --channel conda-forge r-ssh
55
+
```
56
+
57
+
If you have issues with the conda installation please submit an issue in [`conda-forge/r-ssh-feedstock`](https://github.com/conda-forge/r-ssh-feedstock/issues)
51
58
## Getting Started
52
59
53
60
First create an ssh session by connecting to an SSH server. You can either use private key or passphrase authentication:
0 commit comments