Have you ever tried to use .Call instead of .C?
my segfault-problem was solved by using .Call but I am just a beginner and
can not explain why this is
Alex
--
View this message in context:
http://r.789695.n4.nabble.com/segfault-after-C-call-tp3872557p3881461.html
Sent from the R devel mailing
Full_Name: Dr. Alex Sheppard
Version: 2.7.1
OS: Linux Debian Lenny
Submission from: (NULL) (79.73.224.62)
After scanning from an open (text) connection, then seeking, then scanning
again, the second scan returns incorrect result. It looks like the first byte
scanned was from the pre-seek file
I've been able to figure out on my own how to do what I need in the
largely undocumented tcltk package, but I've finally hit a wall. I can't
even think of any sufficiently specific search terms to use for this.
I'm trying to make the widgets in my tk window resize when the window is
resized by
On 07/21/2010 09:36 AM, Alex Bokov wrote:
> I've been able to figure out on my own how to do what I need in the
> largely undocumented tcltk package, but I've finally hit a wall. I
> can't even think of any sufficiently specific search terms to use for
> this.
Oops
th to either
a DLL or LIB file ? I have tried to find an easy example, but thus far had no
luck finding an example using Rcpp to communicate to a 3rd party visual studio
DLL.
Many
Thanks in Advance, Alex
[[alternative HTML version de
Suggest rebuilding file_test to use stat based call for directory search,
and using file_test in function library.
Note that functions like R_unlink uses stat calls to determine if something
is a directory.
-Alex Brown
*Detail:*
While developing an application using Shiny my (large fortune500
I think you are looking for something like RServe. http://rosuda.org/Rserve/.
It sets up R as a server which you talk to via TCP/IP. It has client
APIs for Java and a number of other languages.
Alex
On Thu, May 14, 2009 at 10:39 AM, Philippe Lamote wrote:
> Hey guys,
>
> I&
Hi. This is my first post to this list, I seem to be graduating to from
the r-help list. :-)
I'm trying to wrap my R package in a GUI such that when the user
launches the app, they see my GUI window and never interact with the R
console at all. I don't have any fancy requirements for the GUI i
Say your dataset is stored in variable "dat".
Type:
> save(dat, file="mydatfile.RData")
Next time you start the session, call:
load("mydatfile.RData")
And you can reload your dataset.
Is this what you meant?
HTH,
Alex
On Fri, Jul 24, 2009 at 2:11 AM
Please see http://cran.r-project.org/doc/manuals/R-exts.html.
On Mon, Jul 27, 2009 at 1:50 AM, Albert EINstEIN wrote:
>
> Hi,
> Thanks for your valuable reply.
> can you provide me some more information regarding . Here we are reloading
> the data when we start the R, In R there are some d
ight# 115 117 120 123 126 129 132 135 139 142 146 150
154 159 164
fb3 <- bs(height, df = 5)
fm3 <- lm(weight ~ fb3)
ht3 <- seq(57, 73, len = 200)
ph3 <- predict(fm3, data.frame(height=ht3)) # Error message about newdata. Why
?
plot(women, xlab = "Height (in)", ylab =
re: error: a suitable iconv is essential
I have installed GNU libiconv-1.13.1 without success. I have also installed
gettext-0.17 per iconv installation instructions. Still no success and I feel
I currently heading down the wrong path. Can anyone help?
Thanks,
Alex
//*****
Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
Has anyone seen this make error before?
Make: Don't know how to make #. Stop.
Thanks for any thoughts.
//****
// Alex Bryant
// Software Developer
// Integrated Clinic
led for target `recommended-packages'
Current working directory /home/ireview/R-2.10.1/src/library/Recommended
*** Error code 1
The following command caused the error:
(cd src/library/Recommended && make)
make: Fatal error: Command failed for target `stamp-recommended'
-Ale
Thank you for your responses. It turns out the problem was my version of 'tar'
on solaris. I downloaded the latest Gnu tar and the install completed
successfully. Who would of know ;)
Thanks again,
Alex
-Original Message-
From: dmba...@gmail.com [mailto:dmba...@gmail.com]
Hello. I wrote a package (that contains C source) that I've been
compiling and running on both Linux and Windows for about a year.
However, that same source package fails to compile on MacOS (10.4.11,
PowerPC G4, Xcode installed, gcc version 4.0.1, make version 3.80, ld
version cctools-590.23.
Simon Urbanek wrote:
In addition, please consider looking at R-SIG-Mac where Mac-related
discussion takes place and this has been discussed before (stuffing
the error in google gives exactly the relevant hit on the list...)
Thank you, that was helpful. I'll try upgrading to Xcode 2.5. Ve
.3
libpthread.so.1 => /usr/lib/libpthread.so.1
libCrun.so.1 => /usr/lib/libCrun.so.1
libdoor.so.1 => /usr/lib/libdoor.so.1
libuutil.so.1 => /usr/lib/libuutil.so.1
/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
/plat
Does anyone know if it's possible to create a static build of R?
Thanks,
From: Alex Bryant
Sent: Monday, May 10, 2010 2:50 PM
To: 'r-devel@r-project.org'
Subject: Build R static
Hi, I am having trouble building R static on Solaris 5.10. I have a
requirement to run R within
6; j++) snprintf (out+2*j, 3, "%02x",
resblock[j]);
out[32] = '\0';
if(strcmp(onfile, out) == 0) {
#ifdef DEBUG
=
I didn't fix the first one, because I am not familiar with the format of
not
all) glm models and a wide range of others.
The Zelig maintainers' site can be found at: http://gking.harvard.edu/zelig/.
Full disclosure: I am an employee of the Institute for Quantitative
Social Science, which performs most of the development and support for
the Zelig package.
Best,
Hi, Patrick,
We have ported Rgraphviz to Win64, and we had the same issue.
Basically we have to compile graphviz from the scratch (because there is no
graphviz binaries on Win64) and rename graph.dll to graphviz-graph.dll.
Thanks,
Alex
On Fri, Apr 24, 2009 at 11:07 AM, Patrick Aboyoun wrote
With all due respect, I don't think that the change to the sort function is "a
good change". New versions should be backward compatible whenever possible,
i.e. unless there's a very compelling reason to force large amounts of old code
to break. In this case, the sort function could have had an
ing
message .../R is empty). How can I manually create them ?
With the command
save(list=..., compress=TRUE, ascii=FALSE)
only one binary file is created.
Thanks in advance for any help.
Alex
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mail
ntroducing zeros to one's data (and subsequently other values as well,
as soon as the zeros get taken up in further calculations).
I hope my e-mail finds you well and I wish the R team all of the best for
2017 :)
Kind regards
Alex I. Howard
Web: www.nova.org.za
Phone: +27 (0) 44 695 0749
Voi
Full_Name: Alex Deckmyn
Version: 2.4.0
OS: linux
Submission from: (NULL) (193.190.63.62)
specifying the "right" option in hist results in a warning when plot=F. The
option is taken into account correctly, but a warning is issued anyway. When
plot=T there is no warning.
> hist(c(1,
26 matches
Mail list logo