ThomasSiegmund / D3TableFilter

A table widget based on Max Guglielmi's "HTML Table Filter Generator" and D3.js
Other
65 stars 17 forks source link

R 3.4.3 Compatibility? #27

Closed songjh9618 closed 6 years ago

songjh9618 commented 6 years ago

It seems that the package is currently not compatible with R 3.4.3?

> install.packages("D3TableFilter")
Warning message:
package ‘D3TableFilter’ is not available (for R version 3.4.3)
ThomasSiegmund commented 6 years ago

D3Tablefilter is not available in CRAN. Please install with

install.packages("devtools") devtools::install_github("ThomasSiegmund/D3TableFilter")