Displaying 20 results from an estimated 600 matches similar to: "R without dynamic libraries: anyone working on this?"
2001 Sep 25
2
hpux10.20 build for R-1.3.1
Hello,
I am trying to build R-1.3.1 on hpux10.20 with gcc and HP's
fort77. here is my configure:
./configure --prefix=/home/absd00t/local --with-readline
--with-gnome=no --with-f77=fort77
I also set CXXFLAGS= -I/usr/include/Motif1.2 -I/usr/include/X11R6
-I/home/absd00t/local/include
and LIBS= -L/home/absd00t/local/lib
so that readline.h and libs would be found. I have parts of gnome libs so
2003 Apr 28
1
Compiling R-1.7.0 on Mac OS X
I'm having trouble compiling the latest version of R (1.7.0) under OS
(10.2.5), after running ./configure then make, building fails on the
file main/Rdynload.c with the following error message.
gcc -I../../src/extra/pcre -no-cpp-precomp -I. -I../../src/include
-I../../src/include -I/sw/include -DHAVE_CONFIG_H -g -O2 -c
Rdynload.c -o Rdynload.o
Rdynload.c: In function
2002 Jun 13
2
R make on macosx
I am trying to make R-1.5.0 from source on a new G4 system with the apple
developer tools and X11 installed and with ATLAS. Running ./configure
appears to end normally, but running make yields:
gcc -no-cpp-precomp -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c Rdynload.c -o Rdynload.o
Rdynload.c: In function `R_FindSymbol':
Rdynload.c:942:
2001 Nov 13
0
help with compiling R under hpux 10.20
Dear R users,
I tried to compile R under hpux 10.20 and have sveral problems. R-1.3.1
stopped
making strdup.d from strdup.c
> >> gcc -I. -I../../src/include -I../../src/include
> >> -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c CConverters.c -o
> >> CConverters.o
> >> gcc -I. -I../../src/include -I../../src/include
> >>
2003 Apr 29
1
configure succeeds without dlfcn.h, but fails to compile (OS X) (PR#2875)
Full_Name: Alex Buerkle
Version: 1.7.0
OS: OS X
Submission from: (NULL) (137.28.112.199)
The configure of R-1.7.0 completed, but the build fails with error
below. This failure appears to be because dlfcn.h was missing (installing it
fixed the problem).
The possible bug: my limited ability to read ./configure suggests that it tests
for dlfcn.h, but does not fail if it doesn't find it on
2020 Feb 25
3
RIOT 2020
I hope you don?t mind us using this mailing list for a small
advertisement, but we think it is most relevant for this group:
We'd like to invite you to RIOT 2020 - the 5rd workshop on R
Implementation, Optimization and Tooling [1]. It will take place
co-located with, and during, useR! 2020 in St. Louis on July 8th. RIOT
is an excellent venue for deep technical discussions about R
2020 Feb 26
0
RIOT 2020
If people want to create a new interpreter (for R or any other
data-driven programming language), or do something closely related
(such as adapt an existing interpreter), I think a better strategy
would be to focus on real time computing.
I note that Oracle who appears to be sponsoring this event, also
acquired ChorusOS (via their acquisition of Sun). I think they should
release ChorusOS under an
2020 Feb 27
1
RIOT 2020
Reasonable -- I am a co-organizer of RIOT and spent 10 years building real-time Java virtual machines.
My conclusion: no one cares. :-(
> On Feb 26, 2020, at 4:45 PM, Abby Spurdle <spurdle.a at gmail.com> wrote:
>
> If people want to create a new interpreter (for R or any other
> data-driven programming language), or do something closely related
> (such as adapt an existing
2001 Sep 02
0
Install problems R 1.3.1 on HP-UX (PR#1084)
Hi,
I installed R 1.3.1 on HP-UX. This caused me quite some
problems. These problems did not occur with the previous version
I installed, which was R version 1.2.3.
First, the result of configure:
R is now configured for hppa-hp-hpux10.20
Source directory: .
Installation directory: /opt_local/opt/R
C compiler: cc -D_HPUX_SOURCE +DA1.1 +DS1.1
2019 Sep 30
5
Is missingness always passed on?
There's a StackOverflow question
https://stackoverflow.com/q/22024082/2554330 that references this text
from ?missing:
"Currently missing can only be used in the immediate body of the
function that defines the argument, not in the body of a nested function
or a local call. This may change in the future."
Someone pointed out (in https://stackoverflow.com/a/58169498/2554330)
2009 Mar 05
0
calling Rf_initEmbeddedR twice gives an error
Dear all,
I've written a R to python/octave/r translator that (so you can call
python from R etc and vice versa) enabling you to e.g. call matplotlib
which just runs fine on the first command
when I do
Rf_initEmbeddedR(2, argv);
Rf_endEmbeddedR(0);
Rf_initEmbeddedR(2, argv);
Rf_endEmbeddedR(0);
I get this error
Error in .Call("R_isMethodsDispatchOn", onOff,
2010 Nov 19
1
JRI and error message from R_isMethodsDispatchOn
Dear R users,
I have a small project written in Java and need some statical tools.
Therefore, I used JRI (in rJava package) as an interface between R and
Java to write some wrappers for my work. However, I received error
message from R while I have more than one java method which wraps R:
Error in .Call("R_isMethodsDispatchOn", onOff, PACKAGE = "base") :
Incorrect
2009 Apr 24
3
Query configuration parameters
Hi,
PostgreSQL has a tool pg_config that returns the parameters the
./configure script was called with.
$ pg_config --libdir
/usr/local/lib
$ pg_config --includedir
/usr/local/include
Does Samba have a similar feature and how do I call it?
Sorry, but this is impossible to google for.
Bertram
--
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
2008 Aug 30
0
R embedded reinitialization error (PR#12644)
Full_Name: R Embedder
Version: 2.7.2
OS: win XP SP 2
Submission from: (NULL) (83.25.35.249)
I'm having problems using embedded R. I try to adapt examples from
"tests/Embedding/".
Everything works fine except when I try to reinitialize R for the second time
in the same program. I need to reinitialize correctly because my code
is some kind of .dll plugin to an external application.
2010 Apr 17
0
Error when creating 2 R instances on the same context.
Hello,
I'm getting an error when trying to create a secound R instance on the same context, in my system R calls Fortran code that calls C++ code that ultimately call R code again, but on this secound call I get this error.
Error in .Call("R_isMethodsDispatchOn", onOff, PACKAGE = "base") :
Incorrect number of arguments (2), expecting 1 for R_isMethodsDispatchOn
Error in
2007 Jul 31
1
Renice server process
Hi,
for a job of lesser priority I would like to connect to a
Samba server. When I'm doing a 'smbmount', enter the server
by SSH, pgrep for the new smbd process and then renice it I
have exactly the behaviour I desire.
Now I would like to automate this and yet start the server
process with lower priority. Connections to other clients
shall not be touched at all. Are there any
2007 Jul 27
1
ISDN: Problems starting off [another attempt]
[Something seems to have went wrong with my previous
posting. It appears on the archive page in another thread. I
did not receive anything myself. So I may give it another
try:]
Hi,
the first thing I did with Asterisk is listening to
`demo-congrats' by Xlite on the same machine. This works
perfectly. The config files are those shipped with the
package.
Now I want to listen to it over
2009 Feb 11
1
Connect without password
Hi,
this is a question that is difficult to google for. It probably
even should be asked in a Windows forum. But as this is a list I
know for proficency, just let me start posing it here.
I want to connect to an XP share without entering a password
because this step is part of a script. I try to enter a command
like:
smbclient -N -U Guest //somepc/floppy -c 'get somefile.txt'
Now, I
2007 Jul 26
2
ISDN: Problems starting off
Hi,
the first thing I did with Asterisk is listening to
`demo-congrats' by Xlite on the same machine. This works
perfectly. The config files are those shipped with the
package.
Now I want to listen to it over ISDN/Capi but I don't
succeed.
My `capi.conf' is like show in many tutorial on the web. In
`extensions.conf' I just added the following lines:
[capi-in]
exten =>
2006 Jul 14
2
Export to LaTeX
Dear Everybody!
I want to export data to LaTeX. As I want to employ the data as freely as
possible I want to avoid the xtable-command and instead generate some List
like
\MyOwnPrettyCommand{Adam}{Auer}{17}
\MyOwnPrettyCommand{Bertram}{Bauer}{14}
\MyOwnPrettyCommand{Christoph}{Huber}{75}
\MyOwnPrettyCommand{Damian}{Dorfer}{69}
\MyOwnPrettyCommand{Emanuel}{Eder}{43}
with \MyOwnPrittyCommand