lmguzman / CoffeeCoop

the coffee coop at UBC biodiv building
3 stars 1 forks source link

remake problem #9

Closed lmguzman closed 8 years ago

lmguzman commented 8 years ago

Andrew..., I think we have a problem, I dont think remake is available for the latest version of R :(

lmguzman commented 8 years ago

@aammd

aammd commented 8 years ago

it isn't on CRAN just yet, I don't believe. You'll need to reinstall it with devtools::install_github("richfitz/remake") ping @richfitz just in case this is a bigger issue

richfitz commented 8 years ago

Nope, that's the error message that install.packages("remake") would give. storr is also required, so devtools::install_packages(c("richfitz/storr", "richfitz/remake")) should work.

richfitz commented 8 years ago

Confusingly, that "Nope" above should be interpreted as "I agree with @aammd's diagnosis above", which is probably not normative use of the word.

lmguzman commented 8 years ago

Thanks!! I finally got it working :D