Skip to content

ptproc package

2 messages · amirzadeh, Uwe Ligges

#
Dear all
I came across  ptproc package on following website:
http://www.biostat.jhsph.edu/~rpeng/software/index.html

 Actually I downloaded it on the contributors website and tried to install
it manual but R wont unzip it. It is not available on CRAN project.
I use R 2.15.1 and windows vista on my computer. Any help would be
appreciated.
Thanks.
Amir Zadeh.



--
View this message in context: http://r.789695.n4.nabble.com/ptproc-package-tp4639196.html
Sent from the R help mailing list archive at Nabble.com.
#
On 05.08.2012 03:11, amirzadeh wrote:
You will have to install it from sources. See the manual "R Installation 
and Administration" on how to do that on a Windows machine and which 
tools may be required.

In this case, even reading install.packages is sufficient, since you can 
try:

install.packages("ptproc", 
repos="http://www.biostat.jhsph.edu/~rpeng/software", type="source")

should do the trick already.

Best,
Uwe Ligges