plotly / dash-daq

Control components for Dash
MIT License
141 stars 40 forks source link

I cant install library(dashDaq) in R #101

Closed yuliaUU closed 4 years ago

yuliaUU commented 4 years ago

When I run install.packages(dashDaq)

I get an error : package dashDaq is not available for R version 3.6.3

rpkyle commented 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)
yuliaUU commented 4 years ago

Thanks a ton! I just realized that too! Thank you for your fast reply