dbosak01 / libr

An R package to create data libraries and data dictionaries.
27 stars 1 forks source link

installation #75

Closed glensbo closed 3 years ago

glensbo commented 3 years ago

Warning in install.packages : package ‘sassy’ is not available (for R version 3.6.2 Patched) mac 10.14.06 Any ideas?

dbosak01 commented 3 years ago

Hi glensbo: Sorry, I’m in the middle of redoing the documentation for all my packages, and it is a little messed up right now.  The “sassy” reference on the “libr” package documentation is incorrect.  You can use install.packages(“libr”).  

glensbo commented 3 years ago

I think I'll wait some days before I check in again - hope you manage to cope with all the demands Error in install.packages : object 'libr' not found

install.packages(libr) Error in install.packages : object 'libr' not found install.packages("libr") Warning in install.packages : package ‘libr’ is not available (for R version 3.6.2 Patched) install.packages("sassy") Warning in install.packages : package ‘sassy’ is not available (for R version 3.6.2 Patched)

dbosak01 commented 3 years ago

I can get the documentation fixed pretty quickly. But it is currently not supporting R 3.6.2. Is that a requirement for you? I'm supporting 4.0.0+.

glensbo commented 3 years ago

Problem solved Thanks - I only checked RStudio - latest version - updating Rbase solved the problem. Sorry for the inconvenience