Skip to content

Commit

Permalink
Merge pull request #44 from jasonwalker80/fix_conda_r_prereq
Browse files Browse the repository at this point in the history
Fix week_01 r-essentials install with conda.
  • Loading branch information
jasonwalker80 authored May 4, 2023
2 parents 2379071 + 03597c7 commit 0b6a280
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 0b6a280

Please sign in to comment.