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 e57c59f commit f3d612c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2024-01-28-Conda-R4vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ 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!

> ##### TIPS
> 1. To set an alias for radian, execute\ ```echo 'alias r="radian"' >> ~/.zshrc && source ~/.zshrc``` (for MacOS)
> 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"```
>
> ```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 f3d612c

Please sign in to comment.