Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of download() without library(downloader) or downloader #87

Open
lwaldron opened this issue Nov 10, 2019 · 3 comments
Open

Use of download() without library(downloader) or downloader #87

lwaldron opened this issue Nov 10, 2019 · 3 comments

Comments

@lwaldron
Copy link
Contributor

At: https://genomicsclass.github.io/book/pages/permutation_tests_exercises.html

The line:

download(url, destfile=filename)

gives an error could not find function "download"; should either be downloader::download(url, destfile=filename) or download.file

@vjcitn
Copy link
Contributor

vjcitn commented Nov 10, 2019

I can't find the sources for this at https://github.com/genomicsclass/labs/blob/master/inference/permutation_tests.Rmd ...
any hints?

@mikelove
Copy link
Contributor

Yeah, I’ve found that the labs repo was cleaned up / reorganized (don’t know by whom) and no longer contains source for all the html pages in the book repo. I’ve found some of my Rmd files missing though the html are still live.

@mikelove
Copy link
Contributor

An example: this html file showing the links between PCA and SVD in R was popular on twitter but I found the Rmd was scrubbed from labs. I added a link because someone asked where the link had gone but the source is now gone.

genomicsclass/book@9dab8bc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants