Displaying 20 results from an estimated 800 matches similar to: "INDEX rdb and rdx files"
2012 Aug 02
1
help with install.packages
Greetings,
I am trying to use install.packages obtained from here
http://stat.ethz.ch/R-manual/R-devel/library/utils/html/install.packages.html
My computer has these
OS: 64-bit blfs linux R2.15.1
#------------
A) I did the following:-
export DIR=/home/stats/R-2.15.0_runTEST190712A
export DEST=/home/stats/Rtester
cd $DEST
${DIR}/bin/R install.packages(MASS_7.3-17.tar.gz, ${DEST}, repos =
2011 Sep 13
2
Convert "RDX" and "RDB" to ASCII format?
Dear R users and experts,
I need to modify an exisiting R function from a package. The function/
variable is inside a namespace and I have problems accessing it.
I only need to get access to to corresponding sourcecode. I localised
the "RDX" and "RDB" files. But it seems to be a binary format.
How can I convert it to an ASCII format to open and extract the code
from a text
2013 Nov 01
2
samba-tool question
Greetings,
I compile samba 4.0.9 and 4.1.0 on a computer with these:-
--cpu -amd64 3 cres
--os blfs linux 64 bit gcc-4.8.1 linux-3.10.17 glibc-2.17
I have followed the samba4 wikis where most refer to a samna-tool (am
adminstrative tool I presumed in the ~/bin (or ~/sbin) directory of the
samba4 install prefix. I did an ls for in the bin and sbin directories of
the samba4
2012 Aug 10
1
Performance issues with R2.15.1 built from source on Solaris
Is this a SPARC system? On at least some SPARC systems, the "long double"
type in C is implemented very slowly in software, and it seems that it is
used for the sums done when calculating standard deviations with "sd".
Radford Neal
> Date: Wed, 8 Aug 2012 18:55:37 -0500
> From: "Eberle, Anthony" <aeber at allstate.com>
> To: <r-devel at
2005 Jul 21
2
opening RDB files
Hi all,
I've recently upgraded to R version 2.1.1 and when trying to inspect the
contents of many packages in the library (for instance library\MASS\R) I've
realized wordpad, or the notepad, won't open them since they have *.RDB and
*.RDX extensions which these editors cannot recognize.
However, libraries in previous versions of R did not have these extensions
and I could inspect
2012 Jul 21
2
library XML in R version 2.15.1
Hello Rxperts..
I have a peculiar situation.. XML library is not available with R2.15.1
whereas I was able to install it with R version 2.13.1. Would highly
appreciate your suggestions. I am now trying to see if XML works with
previous versions of R.
Thanks,
Santosh
[[alternative HTML version deleted]]
2012 Aug 01
1
timeBasedSeq stumbles over the year 2038 (xts package)
I have the following problem:
As expected I obtain
timeBasedSeq( 2037/2037)
[1] "2037-01-01"
>
However if I do the same for 2038 I get
timeBasedSeq( 2038/2038)
[1] "2038-01-01" "2039-01-01"
I get the same strange result if I use later years or any interval that contains 2038:
timeBasedSeq( 2037/2039)
[1] "2037-01-01" "2038-01-01"
2017 Aug 23
1
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
Hello,
Thanks again. I have checked the configure step, the only messages I get containing pcre are:
checking for pcre_fullinfo in -lpcre... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking pcre/pcre.h usability... no
checking pcre/pcre.h presence... no
checking for pcre/pcre.h... no
checking if PCRE version >= 8.20, < 10.0 and has
2017 Aug 18
4
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
Hello,
I am trying to build R from source on Scientific Linux release 6.9
(Carbon), Linux version 2.6.32-696.3.2.el6.x86_64 (Red Hat 4.4.7-18).
I load the needed modules and run:
*./configure --prefix $install_dir --with-blas --with-lapack
--enable-R-shlib 2>&1 | tee config-R-$version.log*
The "configure" command seems to run ok:
*R is now configured for
2010 Nov 20
1
R-.12.0 atlas lapack
Greetings,
I last built R-2.11.1 a few months ago. The computer was equipped with
these:-
---cpu amd64 2 cores
---o/s cblfs 64-bit only linux kernel-2.6.32 gcc-4.4.2 jdk(1.5)-6U20?
---bls atlas3.9.26 lapacck-3.2.1
I obtained an installed directory of ~58Mbytes and in the ~/lib directory
was libR.so (~7.8Mbytes in size) as well as libRblas.so and libRlapack.so
(~2.9Mbytes).
I have
2017 Aug 23
2
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
Thanks again, sorry I didn't specify this. I am loading new libraries to get to this point. The script I run for "configure" is:
#Load the new curl module
module load libs/gcc/4.4.7/curl/7.47.1
#Load the new xzutils module
module load apps/gcc/4.4.7/xzutils/5.2.2
#Load the new zlib module
module load libs/gcc/4.4.7/zlib/1.2.8
#Load the new bzip2 module
module load
2010 Jul 12
2
R-2.11.1 build and 'so' libraries withouth the 'lib' prefix
Greetings,
I have a computer with the following setup:
1)cblfs (pure 64-bit (amd64) linux), kernel2.6.34 gcc4.4.2
2)R-2.11.1
I compiled R with BLAS and lapack using the switched ( --with-blas="-
lpthread -latlas -lfptf77blas"
--with-lapack="-llapack -lcblas" ).
(( http://cran.r-project.org/doc/manuals/R-admin.html#Linear-algebra) )
Prior to compiling R-2.11.1
sh
2013 Nov 01
1
samba4, with existing krb5 and ldap
Greetings,
I bave a linux-running-computer acting as a KDC. It has :-
OS--blfs linux gcc-4.8.1 linux-3.10.17, krb5-1.11.2, openldap-2.4.35, cyrus-
sasl-2.4.26,bind-9.9.4,ntp4.2.7
my /etc/krb5.conf has :-
[dbmodules]
openldap_ldapconf = {
db_library = kldap
ldap_kerberos_container_dn = cn=krbcontainer,dc=somewhere,dc=com
ldap_kdc_dn =
2012 Jul 24
1
questions on R CMD INSTALL et al
Greetings,
I am learning R
My machine has these;
CPU: 3cores amd64
OS pure-64bit CBLFS liux compiled from sources (kernel 3.2.1, gcc-4.6.2
R-2.15
When I compiled R the compiler spewed out lines like these:-
make[3]: Entering directory `/tmp/RtmpiHdDJy/R.INSTALL472339eeb23a/mgcv/src'
gcc -m64 -std=gnu99 -I/home/Rman/R-2.15.0/include -DNDEBUG -
I/usr/local/atlas/include
2013 Aug 11
2
[LLVMdev] llvm cmake build option ((enable-experimental-targets=R600)) question
greetings
I am new to this list.
I have recently compiled llvm-3.3 from sources. My machine has these:
--cpu -amd64
--os- clbfs 64bit -linux3 series kernel
--C/C++ compiler -modern versions gcc
My preferred build tool is cmake.
llvm is needed for MesaLib and the autotools build of llvm allows this
option:-
--enable-experimental-targets=R600
( for example described here:
2017 Apr 02
0
rdb and rds files include abolute file paths / help understanding how lazy-load dbs are created
Hi,
I'm trying to understand why/how absolute file paths are stored in .rdb[1] and
.rds[2] files during package installation. As a consequence building the same r
package in different directories does not produce identical .rdb and .rds files.
The background is that I work on reproducible builds[3] of R packages. I think
this is important from an engineering point of view but also from a
2012 May 18
7
Dir.create_junction with FFI
Hi,
Try as I might, I just cannot get Dir.create_junction to work with FFI
in the ffi branch of the win32-dir project. The problem is the
REPARSE_JDATA_BUFFER struct. I''m just not sure how to set those
members, specifically, the PathBuffer member. The target looks good,
it''s UTF-16LE encoded, but I can''t make it work, despite trying
several ways of defining the struct,
2005 Sep 06
1
Can get IAX connection but no SIP connection?
Ok I have a box with 2 nics, one "outside" and one "inside" (192.168.8.x)
I want to get connections for sip and iax on the outside connection
I have a firewall on the box but have opened the followng ports
pbx 5060-5070 udp + tcp
pbx 4569 udp
pbx 5036 tcp
pbx 2727 udp
pbx 10000-20000 udp
pbx 69 udp
This allows me to connect with iax but sip fails registration with a 408. I
2011 Dec 30
2
samba-server, windows7-clients, server-hostname
Greetings,
I have setup a computer to act as a 'samba-server'. The machine has these:-
--cpu: amd64
--OS: cblfs linux
--samba-3.6.0 compiled from sources in /usr/local/samba
The clients are windows 7 clients. They can only see the server as its IP-
address not a name/hostname.
QUESTION:
--------
Are there entries to be made in smb.conf to enable the smbserver to be seen as
its
2010 Dec 05
3
Strange problem with CSV and funny chars
I am using CSV in a rake task (db:seed) on Rails 3.0.3, Ruby 1.9.2 to
read a file with some funny chars in it. Upon breaking in at a point
where the row read using CSV is in variable row, with the string with
the char in row[''price''] I get the following strange results which I
cannot understand.
(rdb:1) row[''price'']
"\xA32.00"
(rdb:1)