Entering edit mode
Julie Collet
▴
40
@julie-collet-5629
Last seen 10.3 years ago
Dear all,
I created an annotation package with pdInfoBuilder. All looked like it
worked. I first tried to install it directly with R by
- Creating a zip file (with winzip or 7 zip)
- Installing it directly with R by
install.packages("pd.110608.dser.sc.expr.zip", repos=NULL)
All looked like it worked until I call the library and get
> library(pd.110608.dser.sc.expr)
Error in library(pd.110608.dser.sc.expr) :
'pd.110608.dser.sc.expr' is not a valid installed package
I then tried with R tools following
http://www.biostat.wisc.edu/~kbroman/Rintro/Rwinpack.html
And got the following message error on the gcc-4.6.3 session
Starting program: CMD INSTALL -build pd.110608.dser.sc.expr
No executable specified, use 'target exec'.
I played around with various combinations of path that would make
sense to me. But 1) I'm not sure this is where the problem come from
2) I have a very limited notion of what 'path' means so I'm not sure
what should actually be in the path and in what order.
You'd have guessed, I'm on Windows (7).
Many thanks for your help,
Julie
[[alternative HTML version deleted]]