lineup_htmlwidget icon indicating copy to clipboard operation
lineup_htmlwidget copied to clipboard

LineUpJS files not found in htmlwidgets/dist

Open slavickk opened this issue 2 years ago • 1 comments

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!

slavickk avatar Oct 09 '22 12:10 slavickk

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.

sgratzl avatar Oct 09 '22 18:10 sgratzl