uvarc / accord

Top-level repository for tracking the ACCORD deployment.
0 stars 0 forks source link

Install libxml2 #9

Open cagancayco opened 3 years ago

cagancayco commented 3 years ago

A few major R packages are dependent on xml2, which is a binding to libxml2.

nmagee commented 3 years ago

@cagancayco does this apply to any particular environment choice or all three? No worries either way, just want to be sure.

cagancayco commented 3 years ago

Definitely for RStudio. Tidyverse was complaining about xml2/libxml2. Not sure about the others though.

nmagee commented 3 years ago

Okay, good to know. Yeah herein lies the problem (so common with R but also with py) where OS packages are needed to support language packages.

nmagee commented 3 years ago

@cagancayco would it be easier if we drew up a short list of the most common packages for analysis and just pre-installed them anyway -- dependencies and all? I'm thinking of dplyr, tidyverse, ggplot2, tidyr, plotly, etc.?