help needed for aCGH package
1
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.6 years ago
Hi there, On Feb 28, 2005, at 7:50 AM, Alberto Goldoni wrote: > > When i 'm trying to load aCGH package i receive the follow message: > >> library(aCGH) > Loading required package: cluster > Loading required package: repeated > Error: package 'repeated' could not be loaded The error is pretty clear: aCGH wants the repeated package installed. You can try installing it like this: library(reposTools) install.packages("repeated") I just tried the above with R-devel on OS X and one of repeated's dependencies, rmutil, failed to install. If you are on a different platform it is certainly worth a try at installing. If you continue to have difficulties, please let us know in this forum. Best, + seth
aCGH aCGH aCGH aCGH • 733 views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
On Mar 1, 2005, at 10:16 AM, Seth Falcon wrote: > Hi there, > > On Feb 28, 2005, at 7:50 AM, Alberto Goldoni wrote: >> >> When i 'm trying to load aCGH package i receive the follow message: >> >>> library(aCGH) >> Loading required package: cluster >> Loading required package: repeated >> Error: package 'repeated' could not be loaded > > The error is pretty clear: aCGH wants the repeated package installed. > > You can try installing it like this: > > library(reposTools) > install.packages("repeated") > > I just tried the above with R-devel on OS X and one of repeated's > dependencies, rmutil, failed to install. If you are on a different > platform it is certainly worth a try at installing. If you continue > to I think there is a readme file on the home website (or perhaps in the distribution itself describing some build difficulties on OS X and how to deal with them (I think it is as simple as removing the makefile from the package directory). Sean
ADD COMMENT

Login before adding your answer.

Traffic: 926 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6