On 31 August 2015 at 15:21, Prof Brian Ripley wrote:
> On 14/08/2015 15:19, Joe S wrote:
>
>> Are there any checks I can do to the R binary to test if it works
>> properly?
>>
>
> This does not seem to be about the R binary, but about dynamically loaded
> modu
s from make are below.
Does anyone have any tips? I'm rather new to debugging at this low level.
Are there any checks I can do to the R binary to test if it works properly?
Cheers
Joe
***
make[3]: Entering directory `/Stor
roduce a one column file of symbols called R.def.
Add the following two lines to the top of the file:
LIBRARY R
EXPORTS
Then run the following using R.def
lib /def:R.def /out:R.lib
HTH,
Joe
--
Joe Conway
credativ LLC: http://www.credativ.us
Linux, PostgreSQL, and general Ope
Prof Brian Ripley wrote:
On Mon, 30 Mar 2009, Joe Conway wrote:
I'm trying to efficiently allow conversion of R objects to PostgreSQL
bytea (raw binary) datatype within PL/R for persistent storage in
Postgres tables. I have found R_serialize() which looks like what I
need, -
Prof Brian Ripley wrote:
On Mon, 30 Mar 2009, Joe Conway wrote:
I'm trying to efficiently allow conversion of R objects to PostgreSQL
bytea (raw binary) datatype within PL/R for persistent storage in
Postgres tables. I have found R_serialize() which looks like what I
need, -
arked attribute_hidden. Is there some other externally available
interface that I can use?
Thanks,
Joe
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
p
r-devel from the thread from this point forward (I only maintained the
cross-post so they could see that I was responding).
Joe
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Full_Name: Joseph Haykov
Version: 2.8.0
OS: Windows
Submission from: (NULL) (216.189.177.202)
normalizePath("C:\\DOCUME~1\\JOSEPH~1\\LOCALS~1\\Temp\\RtmpolZ4Vy\\file72ae2cd6.txt")
returns: "\0354xl|\a\001 $v\001¨y8"
instead of returning:
"C:\\Documents and Settings\\Joseph Haykov\\Local
Setti
3 in MkRules and rseries will compile after fixing the
isnan declaration.
I was wondering if anyone had experienced this type of problem in other packages
and what could be done to fix it here or if it is in Rtools. The Rtools version
I downgraded to 26 from 27 to get the GCC3 compiler..
thank yo
>Dirk Eddelbuettel <[EMAIL PROTECTED]> writes:
>
> On 4 February 2008 at 01:51, Joe Bloggs wrote:
> | Dirk Eddelbuettel <[EMAIL PROTECTED]> writes:
> |
> | > On 3 February 2008 at 01:08, Joe Bloggs wrote:
> | > | I am using gdb to debug a c++ library I made
Dirk Eddelbuettel <[EMAIL PROTECTED]> writes:
> On 3 February 2008 at 01:08, Joe Bloggs wrote:
> | I am using gdb to debug a c++ library I made for R using Rcpp.
> | However, when I step through the code it seems to go all over the place,
> and some of the variables have been
I am using gdb to debug a c++ library I made for R using Rcpp.
However, when I step through the code it seems to go all over the place, and
some of the variables have been optimized out so I can't see their values.
How can I compile without optimization?
Also, is there any neat way to run R with g
Marc Schwartz wrote:
> On Wed, 2007-10-31 at 22:35 -0500, Joe W. Byers wrote:
>
>> Marc Schwartz wrote:
>>
>>> On Wed, 2007-10-31 at 22:04 -0500, Joe W. Byers wrote:
>>>
>>>
>>>> The readme file on the cran website f
8 HMDC Linux Support
<[EMAIL PROTECTED]>
I went ot pgp.mit.edu and could not find the key.
Any suggestions?
Have a Happy Halloween all.
Joe
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
gure out, but this one is beyond my capabilities.
Any thoughts or suggestions are greatly appreciated. If you think the
build warnings are important, I can rebuild the package and post those.
Everyone have a wonderful day.
Thank you
Joe
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Simon Urbanek r-project.org> writes:
>
> Joe,
>
> which version of R and RJDBC are you using? The behavior you describe
> should have been fixed in RJDBC 0.1-4. Please try the latest version
> from rforge
> install.packages("RJDBC",,"http://rforge.n
t;-.jcall("java/lang/ClassLoader","Ljava/lang/ClassLoader;",
"getSystemClassLoader")
.jcall("java/lang/Class", "Ljava/lang/Class;",
"forName", as.character(driverClass)[1], TRUE, v)
to no avail.
I have tried different version
Jeffrey Horner wrote:
Joe Conway wrote:
I was debugging a problem reported to me regarding PL/R, and found
that I can duplicate it using only R sources. It might be
characterized as possibly a misuse of the findFun() function, but I
leave that for the R devel experts to decide.
My question
Joe Conway wrote:
Yes, if I patch RNamedCall.c with the attached (based on your function),
everything seems to work.
Sorry -- I managed to mess up that patch. This one should be better.
Joe
*** ../../../R-2.5.1/tests/Embedding/RNamedCall.c Mon Sep 4 07:21:12 2006
--- RNamedCall.c Fri Jul
ces some more. The function provided by
Jeffrey Horner on a nearby post seems to work well too.
Thanks,
Joe
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
or starting
Postgres leave the tty attached (stdout and stderr are directed to the
log file). I ended up explicitly writing "R_Interactive = FALSE" just
after running Rf_initEmbeddedR() -- is this a safe and reasonable thing
to do?
Thanks,
Joe
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
s
> treated as whitespace. Semicolons (@samp{;}) may be used to separate
> elementary expressions on the same line.
I saw this paragraph, but it failed to register (through my thick skull)
that Newline is quite literally \n. Thanks for pointing it out.
Best regards,
Joe
__
nvoking the R parser?
- Should the same be done for \r to \n (e.g. on OS X)?
- Any other considerations I should care for?
Thanks,
Joe
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
I could use some help understanding how nls parses the formula argument
to a model.frame and estimates the model. I am trying to utilize the
functionality of the nls formula argument to modify garchFit() to handle
other variables in the mean equation besides just an arma(u,v)
specification.
My no
ng to compile with PostgreSQL cvs HEAD
(8.2devel), correct? That won't work as I've not yet adjusted PL/R to
handle NULL elements in arrays (which is brand new in HEAD). But this is
is now off topic here...
Getting back on topic, unless someone can tell us that R.dll
oy.newcastle.edu.au/R/help/03a/1690.html
which may no longer be true. I have made no specific attempt to make
PL/R compile under Windows because I did not think it was supported. If
R.dll can be used under Windows in the same manner as libR.so on Linux,
I'd bee happy to hear about it.
J
26 matches
Mail list logo