Skip to content

Commit

Permalink
Update r-essentials install to include conda-forge channel for resolv…
Browse files Browse the repository at this point in the history
…ing packages.
  • Loading branch information
jasonwalker80 committed May 4, 2023
1 parent 2379071 commit 03597c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lectures/week_01/bfx_workshop_01_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@
"\n",
"```\n",
"conda install r-essentials\n",
"```\n",
"\n",
"If the above command fails due to the package missing from existing channels, try again after adding conda-forge as a channel to pull packages from.\n",
"\n",
"```\n",
"conda config --append channels conda-forge\n",
"```"
]
},
Expand Down Expand Up @@ -405,7 +411,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.10.10"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 03597c7

Please sign in to comment.