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

Work on suggests/imports/depends #47

Open
daynefiler opened this issue May 30, 2019 · 2 comments
Open

Work on suggests/imports/depends #47

daynefiler opened this issue May 30, 2019 · 2 comments
Assignees

Comments

@daynefiler
Copy link
Member

We need to move somethings around, or change the install directions. By default install_github will install depends and imports, but not suggests. We can change the install instructions to include dependencies = TRUE or move the packages into imports.

@daynefiler
Copy link
Member Author

@mbergins and @aeallen You guys have a preference? We need to fix before class or people have to try installing a dozen times to get all the dependencies.

@mbergins
Copy link
Member

Well, to even get the class package installed you need to have devtools. As such, is the first command you have everyone run on day 1?

install.packages('devtools')

Then proceed with installing the class package to gain access to the data sets?

I'm partial to moving everything to depends, that way all the packages needed to deal with the vignettes are available. The main downside to this is the time it will take to get them installed, particularly "tidyverse". Hopefully that class time will be filled with R introduction lecture.

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