lineupjs / lineup_htmlwidget

HTMLWidget wrapper of LineUp for Visual Analysis of Multi-Attribute Rankings
https://lineup.js.org
Other
54 stars 9 forks source link

LineUpJS files not found in htmlwidgets/dist #20

Open slavickk opened 1 year ago

slavickk commented 1 year ago

Hi,

I'm sorry if I'm missing something obvious, but how is the LineUpJS library supposed to get into htmlwidgets/dist? When I install the package from local source and use it for my visualizations, I'm getting Error: path for html_dependency not found: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/lineupjs/htmlwidgets/dist

Here is my R version info

platform       aarch64-apple-darwin20      
arch           aarch64                     
os             darwin20                    
system         aarch64, darwin20           
status                                     
major          4                           
minor          2.1                         
year           2022                        
month          06                          
day            23                          
svn rev        82513                       
language       R                           
version.string R version 4.2.1 (2022-06-23)
nickname       Funny-Looking Kid

Thanks!

sgratzl commented 1 year ago

please install the package from cran https://cran.r-project.org/web/packages/lineupjs/index.html or run npm install after checking out the repo.