Displaying 6 results from an estimated 6 matches for "brari".
Did you mean:
bari
2006 Jun 08
1
Problems Building R-2.3.1 on Alpha server ES40 running Tru64 V5.1B PK#5
...uilding the Recommended packages. For MASS,
The actual build seems to happen in /tmp, however, the next package
expects the build somewhere else. Do I have to build the Recommended
packages? If not, how do I avoid it? I suspect the unresolved symbols
are OK, as they will get pulled in from shared libraries.
make[2]: Entering directory
`/usr/ruby-deploy/swkits/RUBY/SOFTWARE/3rdPartySW/R/R-2.3.1/build/src/li
brary/Recommended'
begin installing recommended package VR
* Installing *source* package 'MASS' ...
** libs
make[3]: Entering directory
`/cluster/members/member0/tmp/R.INSTALL.OVYGv...
2000 Mar 31
1
building a package
Dear R-helpers,
I'm learning how to compile R packages with fortran
routines and use the acepack source as an example.
After some hiccups (Guido told me about the
need to set make_mode=UNIX) I got to the following:
`make pkg-acepack' runs without error (see below),
but it does not
* compile any .f file in acepack/src
* (hence) try to create any dll file or libs
(I'm
2010 Sep 04
1
non-zero exit status error when install GenomeGraphs
Hi,
I am trying to install GenomeGraphs package from bioconductor, but failed by
a non-zero exit error. From the error message, it seems that there is a
shared library problem. Any suggestion on fixing it? Thanks so much.
> sessionInfo()
R version 2.10.1 (2009-12-14)
x86_64-unknown-linux-gnu
locale:
[1] LC_CTYPE=en_US.iso885915 LC_NUMERIC=C
[3] LC_TIME=en_US.iso885915
2007 Sep 11
3
Production mode bug with ruby/amazon
Hi all,
I''ve got an issue that only ever appears in production mode. I''ve got
my app hooked up to amazon''s web service (ECS, using ruby/amazon from
http://www.caliban.org/ruby/ruby-amazon.shtml).
In the dev environment, everything''s peachy. But in production mode,
after I''ve left the app up for a couple of hours (sometimes, minutes),
I get an
2010 Oct 30
2
'tcltk' does not have a name space
Hi, All
I got trouble on installing the qvalue package. Error message: package
'tcltk' does not have a name space
[cchen1 at ibibmem Yale_CB]$ R CMD INSTALL qvalue.tar.gz
* installing to library '/cchome/cchen1/R/x86_64-unknown-linux-gnu-library/2.10'
* installing *source* package 'qvalue' ...
** R
** data
** inst
** preparing package for lazy loading
Error : package
2000 Apr 03
0
Building acepack for Rw1000 under Win98
(Sorry, I had the previous emails on a different machine.)
Thanks to Prof Ripley for diagnosing the problem with
inconsistent capitals under Win98. It's 'interesting':
* I had ...\acepack\Src\Ace.f Avas.f and Rlsmo.f (tar'ed in
a Unix machine and Ws_FTP'ed to the PC)
* when the directory name was changed to ...\acepack\src
it still didn't work
*