UBC-DSCI / introduction-to-datascience

Open Source Textbook for DSCI100: Introduction to Data Science in R
https://datasciencebook.ca/
Other
50 stars 54 forks source link

Install instruction bugs #446

Closed trevorcampbell closed 1 year ago

trevorcampbell commented 2 years ago

Two bugs came up in our install instructions, reported by an external person (running windows). Here are their comments:

conda env update --file https://raw.githubusercontent.com/UBC-DSCI/data-science-a-first-intro-worksheets/main/environment.yml

unixodbc=2.3.9 was not found

image000

install.packages(“tinytex”)

We should try to find a way to fix these such that the instructions that are in the book still work properly

trevorcampbell commented 1 year ago

517 will address the tinytex part of this, because tex won't be installed any more.

I can reproduce the unixodbc error on Windows 10 Home. That should be fixed once we update the environment file and the new worksheets in the worksheets repo. I've opened the issue there instead of here, so we can close this once #517 merges