Displaying 20 results from an estimated 1000 matches similar to: "definition of R_problem_buf in S.h (PR#210)"
1999 Oct 27
1
Rdefines.h
Hi all,
may I request the following two changes to Rdefines.h (R 0.65.1)?
1.) Change line 106 from
#define Free(p) R_chk_free( (void *)(p) )
to
#define Free(p) R_chk_free( (void *)(p) ) , p=NULL
2.) Add after line 79:
#define PROBLEM {char R_problem_buf[R_PROBLEM_BUFSIZE];sprintf(R_problem_buf,
a new line 80:
#define PROBLEM {char
1999 May 04
0
R_problem_buf in the S.h files & lists in .C
I didn't see any mention of this in the material on CRAN. The two S.h
files define R_problem_buf as a real symbol rather than simply
declaring its existence. As a result, a shared library that links two
or more files that include this will get duplicate symbol complaints.
Since it is not defined elsewhere in the code, someone has to define it.
A secondly thing is the documentation for .C()
1999 May 04
0
[R] R_problem_buf in the S.h files & lists in .C (PR#185)
Duncan Temple Lang <duncan@rice.research.bell-labs.com> writes:
> I didn't see any mention of this in the material on CRAN. The two S.h
> files define R_problem_buf as a real symbol rather than simply
> declaring its existence. As a result, a shared library that links two
> or more files that include this will get duplicate symbol complaints.
> Since it is not defined
1999 Oct 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
1999 Aug 21
2
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2002 Apr 17
1
Problems embedding R in a C application
Hello,
I've encountered two serious issues that have stopped me in my tracks, and I
would be most grateful to anyone who can provide some answers.
I am using the examples provided on the page "Testing the Embeddable R
Library". I am writing a C application, that I want to embedd R into (I'm
not interested in embedding my application in R, that's not an option). I'm
1999 Jul 07
0
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
1999 Dec 01
2
R and XML -- a near perfect combination?
Please ignore my ignorance, I'm new to R,
but starting a longish project that will use R a lot.
(a computer scientist learning about stats at the
same time).
Did anybody alreay write a XML parser for R?
XML, as we will have tons of data-interchange with
all sorts of other programs and XML is good for giving
meaning to raw data.
I checked the FAQs and the documentation, but didn't find
2000 Sep 04
2
how to compile R source code under Win NT?
Dear All,
This is an absolutely beginner's question: which compiler should I use to
compile R source code under Win NT platform?
Thanks a lot.
Shige Song
Department of Sociology, UCLA
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2000 Mar 07
4
Error compiling R on RS6000 (PR#475)
Full_Name: Paul Gutwin
Version: R-1.0.0
OS: AIX 4.2.1
Submission from: (NULL) (198.133.22.67)
R-1.0.0 fails to compile. I'm using the config.cache file from a successful
compliation of R-0.65.0 (prob #290, fixed thanks to Thomas Vogels @ CMU).
Compiling R-1.0.0 fails with the following error messages:
make
Target "R" is up to date.
gcc -I. -I../include -I../../src/include
2000 Jun 27
2
R as a server in client server computing
I like to have a continuously running R process, which can receive a
dataframe from a client (over TCP/IP), does some processing, and sends some
data back. What is the prefered way to do this? Using the socket interface?
Using omega's CORBA stuff?
Does anyone has example code for doing so?
Thanks for any help
Regards
--
Dr. Jens Oehlschl?gel-Akiyoshi
Analyse
MD FACTORY GmbH
Gr?nstr. 15
2001 Sep 07
2
adding logical vector to data frame
Hello. I'm afraid that I'm missing something very obvious this
afternoon...
When I add a column to a data.frame (by assigning to a "new" column
name a logical vector), I thought that I had (at least) 3 options to
do so:
R> j <- data.frame (x=1:2)
R> j$y <- c(TRUE,FALSE) #assignment 1
R> str(j)
`data.frame': 2 obs. of 2 variables:
$ x: int 1 2
$ y: logi
2001 Sep 07
2
Command-line editing re-visited.
Quick summary:
- I got command line editing to work (thanks to all who
responded to me),
- but now my ``m'' key won't work in R (??!!??!!??),
- and I can't find how to get command-line editing to
use vi syntax.
More detail:
This posting consists of (1) a summary and thanks, and (2) some new
questions.
Summary and thanks:
===================
I was having trouble
2001 Sep 07
2
Why does substr<- truncate and not replace...
... when the replacement string is shorter than the portion of the
string to be replaced?
The documentation to substr (in R 1.3.1) gives me:
If the portion to be replaced is longer than the replacement
string, then only the portion the length of the string is
replaced.
And so I try:
R> x <- "abcdef"
R> substr(x,2,3) <- "xy" #ok
R> x
[1]
2001 Sep 07
2
Why does substr<- truncate and not replace...
... when the replacement string is shorter than the portion of the
string to be replaced?
The documentation to substr (in R 1.3.1) gives me:
If the portion to be replaced is longer than the replacement
string, then only the portion the length of the string is
replaced.
And so I try:
R> x <- "abcdef"
R> substr(x,2,3) <- "xy" #ok
R> x
[1]
2001 Feb 15
3
who frees dd and xd in X11_Open?
Hi, I'm not sure this is a bug in the code, the comment or my
thinking. So first try goes to r-devel... I find the following
comment in X11_Open () (src/unix/X11/devX11.c):
/* if we have to bail out with "error", then must free(dd) and free(xd) */
A couple lines down, there is:
if (!strncmp(dsp, "png::", 5)) {
FILE *fp;
#ifndef HAVE_PNG
error("No png support
2000 Mar 18
3
AIX fails on startup with R-1.0.0
Hi,
this is not a bug report since this may not be a problem with R per se.
The current release of R (1.1.0) will compile cleanly on an AIX box
(I have 4.3.2) but it will fail upon startup with an Illegal
Instruction. I've located the problem to be in do_strsplit when R
calls regcomp.
This function is defined in regex.c. However, the text from regex.o
doesn't find its way into the
1999 Jun 10
2
dynload for R on AIX (>= 4.2)
On Thu, 10 Jun 1999, Friedrich Leisch wrote:
> Yes, if I understood AIX workings correct you have to have a text file
> of to-be-exported symbols at the time of linking a shared library,
> i.e. the linker is called like (this is pasted from a mail by Arne)
>
> $(F77) -o module.so -bM:SRE -bE:module.exp -bnoentry $(OBJECTS) $(LIBDIR) $(LIBS)
>
> where module.exp is a text
1999 Jun 09
1
R on AIX (>4.2)
Hi,
I'm determined to get R compiling & running on a machine running AIX
4.2. I've seen previous emails in the archive about this topic. The
main obstacle is getting dynamic loading to work, but it works for Tcl
and hence is feasable.
Questions:
- is anybody _currently_ working with R on AIX?
- why have previous fixes to the sources not been introduced into
the released
1999 Jun 09
1
R on AIX (>4.2)
Hi,
I'm determined to get R compiling & running on a machine running AIX
4.2. I've seen previous emails in the archive about this topic. The
main obstacle is getting dynamic loading to work, but it works for Tcl
and hence is feasable.
Questions:
- is anybody _currently_ working with R on AIX?
- why have previous fixes to the sources not been introduced into
the released