Closed yuliaUU closed 4 years ago
When I run
install.packages(dashDaq)
I get an error :
package dashDaq is not available for R version 3.6.3
Hi @yuliaUU, dashDaq
isn’t on CRAN yet, so you’ll want to install using install_github
from the devtools
package, e.g.
library(devtools)
install_github(“plotly/dash-daq”, upgrade=TRUE)
Thanks a ton! I just realized that too! Thank you for your fast reply
When I run
install.packages(dashDaq)
I get an error :
package dashDaq is not available for R version 3.6.3