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

dsbox package not available on CRAN #147

Open
kshantigreene opened this issue Jun 6, 2023 · 6 comments
Open

dsbox package not available on CRAN #147

kshantigreene opened this issue Jun 6, 2023 · 6 comments

Comments

@kshantigreene
Copy link

Is there another name for the data package?

image

@kshantigreene
Copy link
Author

I found a fix in some other thread..

install.packages("remotes")
remotes::install_github("rstudio-education/dsbox")

@mine-cetinkaya-rundel
Copy link
Member

Yup, you can currently only install from GitHub. The following will also work now.

install.packages("remotes")
remotes::install_github("tidyverse/dsbox")

@kshantigreene
Copy link
Author

@minebocek Do you by chance have solutions to the assignments? I am getting stumped with some of them.

@mine-cetinkaya-rundel
Copy link
Member

Which assignments are you referring to @kshantigreene?

@kshantigreene
Copy link
Author

kshantigreene commented Jun 9, 2023 via email

@kshantigreene
Copy link
Author

kshantigreene commented Jun 9, 2023 via email

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

2 participants