Skip to content
Prev 381909 / 398502 Next

package MCMCpack

Yes, I should have mentioned that I tried this same line of code and I still got an error. 


-----Original Message-----
From: Duncan Murdoch <murdoch.duncan at gmail.com> 
Sent: Wednesday, December 4, 2019 8:32 AM
To: Prophet, William <William.Prophet at kochind.com>; r-help at r-project.org
Subject: Re: [R] package MCMCpack

Sent by an external sender

----------------------------------------------------------------------
On 04/12/2019 8:47 a.m., Prophet, William wrote:
That's not the way to install a tarball.  You should use

install.packages(packageurl, type="source", repos=NULL)

However, you may still have problems:  when I tried that, the install failed because of C++ errors.  I don't know if configure options (e.g.
specifying a particular version of C++) would have fixed the problems.

Duncan Murdoch