[NMF-user] [ANN] NMF version 0.9 pre-release - install error - built a Mac binary
Renaud Gaujoux
renaud at cbio.uct.ac.za
Mon Nov 12 10:28:18 CET 2012
Hi,
thank you Gordon for building the binary package for Mac. It should now
be available from the repository. Could you please try the following and
let me know how it goes?
Thanks.
Renaud
##########
# create temporary library not to overwrite your previous NMF installation
dir.create(f <- tempfile())
# install
install.packages('NMF',
repos=c('http://web.cbio.uct.ac.za/~renaud/CRAN', getOption('repos')),
lib=f)
# clean up
unlink(f, recursive=TRUE)
More information about the Nmf-user
mailing list