[R] package broom

Uwe Ligges ligges at statistik.tu-dortmund.de
Wed Jan 6 22:39:13 CET 2016


Yes, it depends on psych whoich depends on mnormt and all perfectly well 
declared, henc install.packages() should have done the job for you and 
installed the dependencies. Probably you did not use it for installing 
the package.

Best,
Uwe Ligges



On 06.01.2016 19:08, Sarah Goslee wrote:
> That means you didn't install the dependencies when you installed
> broom, and now need to install the package mnormt.
>
> No big deal, just do what the error message tells you.
>
> Sarah
>
> On Wed, Jan 6, 2016 at 12:57 PM, James Henson <jfhenson1 at gmail.com> wrote:
>> Dear R community
>>
>> My version is R version 3.2.3.
>> The package "broom" appears to install, but it will not load.
>> The error message is below.
>>
>>
>>> library(broom)
>> Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck
>> = vI[[j]]) :
>>    there is no package called ‘mnormt’
>> Error: package or namespace load failed for ‘broom’
>>
>>



More information about the R-help mailing list