uncoast-unconf / uu-2019-day-zero

Planning for day-zero training and whatnot
https://uncoast-unconf.github.io/uu-2019-day-zero
MIT License
6 stars 4 forks source link

Questions about day zero prep #12

Open sctyner opened 5 years ago

sctyner commented 5 years ago

Please leave a comment below if you have a question about the day zero prep materials. Myself, @ijlyttle, @haleyjeppson or @AmeliaMN will get back to you as quickly as we can.

Thanks!

mkosmicki commented 5 years ago

OK...I received an error when installing github: devtools::install_github("r-lib/usethis", force = TRUE)

package ‘rlang’ successfully unpacked and MD5 sums checked Error: (converted from warning) cannot remove prior installation of package ‘rlang’

What can I try?

ijlyttle commented 5 years ago

Hi @mkosmicki,

Sorry to hear that... could you try to restart R (in RStudio: Session > Restart R) then try again:

devtools::install_github("r-lib/usethis", force = TRUE)

Does this work?

mkosmicki commented 5 years ago

Uh-oh...now it says:

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘rlang’

mkosmicki commented 5 years ago

OH...I installed rlang...and it appears I have success!

ijlyttle commented 5 years ago

Hi @mkosmicki,

Very easy for me to say now that you've solved the problem, but my suspicion is that something got messed-up in the rlang installation. It sounds like you did exactly the right thing by installing it (again).

mkosmicki commented 5 years ago

@ijlyttle I think I have successfully completed all the Day Zero tasks! The videos were a huge help!

Thanks!