Skip to content

Commit

Permalink
Update 2024-01-28-Conda-R4vscode.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Demi-wlw committed Jan 28, 2024
1 parent 1fb686d commit edae0c1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions _posts/2024-01-28-Conda-R4vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ Now you can simply execute `radian` (or `r` if you add an alias for `radian`) in
open the R console in the activated conda environment!

> ##### TIP
> To set alias for radian, execute\
> ```echo 'alias r="radian"' >> ~/.zshrc && source ~/.zshrc``` (for MacOS)\
> To create a simple custom bundle metapackage that contains several popular programs and their dependencies:\
```conda metapackage custom-bundle 0.1.0 --dependencies PACKAGES --summary "My custom bundle"```\
Then we can share the new metapackage by uploading it to the channel on [anaconda.org](https://anaconda.org/).
> 1. To set an alias for radian, execute
>
> ```echo 'alias r="radian"' >> ~/.zshrc && source ~/.zshrc``` (for MacOS)
>
> 2. To create a simple custom bundle metapackage that contains several popular programs and their dependencies:
>
> ```conda metapackage custom-bundle 0.1.0 --dependencies PACKAGES --summary "My custom bundle"```
>
> Then we can share the new metapackage by uploading it to the channel on [anaconda.org](https://anaconda.org/).
{: .block-tip }

0 comments on commit edae0c1

Please sign in to comment.