Re: [Rd] segfault after .C call.

2011-10-07 Thread alex
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

[Rd] scan after seek in text files (PR#12640)

2008-08-29 Thread alex
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

[Rd] tcltk resizing when using tkgrid for layout

2010-07-21 Thread Alex Bokov
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

Re: [Rd] tcltk resizing when using tkgrid for layout

2010-07-21 Thread Alex Bokov
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

[Rd] RStudio Calling C++ Visual Studio DLL

2015-02-21 Thread Alex Restrepo
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

[Rd] do_fileinfo / file.info test for file IS directory during package load pointlessly stresses NIS by getting username / group info

2013-03-06 Thread Alex Brown
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

Re: [Rd] R & Java

2009-05-14 Thread Alex D'Amour
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&

[Rd] Recommendations for a quick UI.

2009-05-31 Thread Alex Bokov
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

Re: [Rd] How to create a permanent dataset in R.

2009-07-25 Thread Alex D'Amour
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

Re: [Rd] How to create a permanent dataset in R.

2009-07-27 Thread Alex D'Amour
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

[Rd] lm combined with splines

2010-02-09 Thread Randriamiharisoa Alex
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 =

[Rd] ICONV error installing R-2.10.1 on HP-UX B.11.23 U ia64

2010-03-01 Thread Alex Bryant
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 //*****

[Rd] R 2.10.0 or R 2.10.1 installation fails on HP-UX B.11.23 U ia64

2010-03-04 Thread Alex Bryant
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

[Rd] unable to compile Recommended packages

2010-03-05 Thread Alex Bryant
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

Re: [Rd] unable to compile Recommended packages

2010-03-09 Thread Alex Bryant
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]

[Rd] Problems compiling a simple source package on MacOS X

2010-03-16 Thread Alex Bokov
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.

Re: [Rd] Problems compiling a simple source package on MacOS X

2010-03-16 Thread Alex Bokov
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

[Rd] Build R static

2010-05-10 Thread Alex Bryant
.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

Re: [Rd] Build R static

2010-05-20 Thread Alex Bryant
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

[Rd] mk5check crashed on Windows

2008-09-02 Thread Alex Chen
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

Re: [Rd] proposed simulate.glm method

2009-02-12 Thread Alex D'Amour
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,

Re: [Rd] Managing DLLs with the same names in an R session

2009-04-25 Thread Alex Chen
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

Re: [Rd] sort() generic? [Re: Suspicious behaviour of sort on POSIXct ..]

2006-08-10 Thread Dannenberg, Alex
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

[Rd] How to create the couple of files .rdb and .rdx

2006-09-15 Thread Alex . Randriamiharisoa
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

[Rd] R 'base' returning 0 as sum of NAs

2017-01-11 Thread Alex Ivan Howard
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

[Rd] erroneous warning in hist (PR#9408)

2006-12-04 Thread alex . deckmyn$oma . be
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,