pacman icon indicating copy to clipboard operation
pacman copied to clipboard

Pacman packages

Open NeetuP14 opened this issue 3 years ago • 1 comments

Appreciate feedback and information on why did pacman package installed the following several sub packages when all I prompted was for "rgl" pacman::p_load(rgl) Instead of just installing 'rgl', it installed following and if can you share the documentation for description for each of the following packages : Package names

NeetuP14 avatar Jun 14 '22 00:06 NeetuP14

That's because rgl depends on all those packages, which also needed to be installed: https://cran.r-project.org/web/packages/rgl/index.html

lwjohnst86 avatar Oct 27 '22 20:10 lwjohnst86