Displaying 20 results from an estimated 300 matches similar to: "Parse Errors"
2000 Oct 03
0
FW: Parse Errors
Earlier I posted the message below to R-announce. Please, let me appologize
for this mistake, it was not intended. The solution was provided by Duncan
Murdoch who passed on a message he recieved from Brian Ripley which informed
me that settimg R_Interactive to 1 changes the default behavor of aborting
on an error.
Thankyou, Don Wingate.
-----Original Message-----
From: Don Wingate
2000 Dec 31
4
R as a daemon?
I have a GNU/Linux / Unix application in which I'd like to have an R
process running in a persistant state, while receiving instructions (and
data) from another process, and returning results to this process.
My initial thoughts are to set something up with named pipes or such,
but I believe that the R process will terminate when it reads EOF (^D)
from the input pipe. The client process is
1999 Dec 23
4
Very Large Data Sets
List,
Can R handle very large data sets (say, 100 million records) for data mining applications? My understanding is that Splus can not, but SAS can easily.
Thanks,
Tony Fagan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/19991222/6f333667/attachment.html
1999 Aug 03
2
Performance & capacity characteristics of R?
I hope this is merely a FAQ, and not an AFAQ (annoyingly....).
I'm a SAS programmer, with several years' experience of the system,
evaluating alternatives. See the SAS for Linux website (URL in sig) for
more info.
I'm exploring R's capabilities and limitations. I'd be very interested
in having a deeper understanding of it capacity and performance
limitations in dealing with
2000 Oct 02
0
Apologies -- spam filter mail
My apologies to this list for an automated spam reply which made its way
here recently. I've been advised of it by several subscribers off-list.
I've disabled the automated response feature of my spam filter (Lars
Wirzenius's "spamfilter" procmail recipies). I'm finding the tool
effective but overly aggressive -- if anyone here has experience with
this tool, I'd
2000 Mar 27
0
Project Proposal: The Gestalt System
The Gestalt System project aims to develop a free, Open Source,
object-oriented software framework which makes use of other free, Open
Source software tools for the purposes of managing, analysing, and
reporting on quantitative data in a manner which is suited to modern,
networked computing environments in which processor, memory, and storage
resources are abundant but time is scarce and
2000 Nov 07
0
error handling
Hello R developers,
Platform: Windows 2000.
Compiler: GNU GCC - 2.95.2 (CRTDLL)
I have a C function for evaluating commands using eval(SEXP,SEXP) which is
included in a personal make of R.dll. (Similiar to R_Proxy_evaluate() in
rproxy_impl.c) Using SETJMP to catch errors works but there is a problem.
For example, the following code:
if (SETJMP(R_ToplevelContext->cjmpbuf)) //
2016 Sep 16
0
Wine release 1.9.19
The Wine development release 1.9.19 is now available.
What's new in this release (see below for details):
- Initial version of a udev bus driver for HID.
- Various improvements in joystick support.
- Initial implementation of DC rendering in Direct2D.
- Improved metafile support in GDI+.
- Various bug fixes.
The source is available from the following locations:
2012 Oct 09
2
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
On Oct 7, 2012, at 3:14 AM, Renato Golin <rengolin at systemcall.org> wrote:
> On 5 October 2012 17:48, Jim Grosbach <grosbach at apple.com> wrote:
>> The recent MachO data-in-code support should have fixed a lot of the problems. There's probably still some quirks in the specifics ($a vs. $t and making sure the symbols get into the ELF properly), but the core
2024 Oct 12
2
AD/DNS: Cannot Create a CNAME record with a blank name...
On 10/12/24 05:15, Kees van Vloten via samba wrote:
>
> On 12-10-2024 02:25, John R. Graham via samba wrote:
>> ...as recommended on the Samba Wiki here:
>> https://wiki.samba.org/index.php/Active_Directory_Naming_FAQ#I_have_to_Use_Different_Names_to_Resolve_Host_Names_Internally_and_Externally
>>
>>
>> I'm trying to use the "clever trick" to
2012 Oct 10
0
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
Thanks Jim!
I have updated the bug with your comments, I think it's a good start.
Greg, let me know if that's not enough, I think I can help you from now on.
cheers,
--renato
On 9 October 2012 23:58, Jim Grosbach <grosbach at apple.com> wrote:
>
> On Oct 7, 2012, at 3:14 AM, Renato Golin <rengolin at systemcall.org> wrote:
>
>> On 5 October 2012 17:48, Jim
2024 Oct 12
1
AD/DNS: Cannot Create a CNAME record with a blank name...
On 12-10-2024 02:25, John R. Graham via samba wrote:
> ...as recommended on the Samba Wiki here:
> https://wiki.samba.org/index.php/Active_Directory_Naming_FAQ#I_have_to_Use_Different_Names_to_Resolve_Host_Names_Internally_and_Externally
>
> I'm trying to use the "clever trick" to make a certain internal server
> resolve to the name I'm forced to use to resolve
2012 Oct 07
0
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
On 5 October 2012 17:48, Jim Grosbach <grosbach at apple.com> wrote:
> The recent MachO data-in-code support should have fixed a lot of the problems. There's probably still some quirks in the specifics ($a vs. $t and making sure the symbols get into the ELF properly), but the core functionality to know how to mark data regions is there and works very well.
Hi Jim,
I'm trying to
2003 Jan 13
4
Ideas needed on automation of R
I need some guidance on what is the best way to automate R I am aware of
Rterm.
First question: Is it true that R is not currently OLE accessible under
Windows 2000?
Second question: Is there an R command that echoes all R Console results to
a run log system file?
My first attempt to write a run log file is the example from the R Data
Inport/Export documentation.
> zz<-
2004 Jan 31
3
Naming difference in cbind between S-Plus (PR#6515)
Naming difference in cbind between S-Plus and R.
I think R is wrong.
abc <- data.frame(y=1:4, x=rnorm(4))
abc.lm <- lm(y ~ x, data=abc)
predict.lm(abc.lm, type="terms") ## this is where R got the name "x"
abc <- cbind(abc, d=abc$y - predict.lm(abc.lm, type="terms"))
abc
R gives
> abc
y x x
1 1 -1.33925477 1.163001
2 2 1.52764505
2012 Oct 05
2
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
On Oct 5, 2012, at 12:15 AM, Tim Northover <t.p.northover at gmail.com> wrote:
> Hi Greg,
>
>> Is this a bug? If so, how can I fix it?
>
> It's somewhere between a bug and a quality-of-implementation issue.
> ARM often uses literal pools in the middle of code when it needs to
> materialize a large constant (or variable address more likely for
>
2004 May 12
8
How do fix a good solution against spam..
Heya folks
First of all, sorry if this isn't the correct list, but yet, I think spam is a kind of
network attack and should be treated as a security issue.. I run a working mail server
using Postfix, MySQL, Courier-IMAP, SpamAssassin and ClamAV (amavisd-new) ..
I've checked the configuration file for SpamAssassin, but yet I havn't find any good
solution for spam.. Sure, spam will
2003 Jun 27
1
PHP Web interface testing and RFC
OK let’s start out with this.
I’m not a pro GUI designer… ?
Now that that’s done. Welcome to OpenConf. At least that what we
call it now.
To config an * file click on the filename to the left. For my example
use extension.conf.
Now you’ll have a FULL text editor and a parsed list of all the
[sections] in the extensions.conf file on your left. On the right you
will find any numbered var’s
2011 Nov 15
2
Changes at Red Hat confouding CentOS (was: What happened to 6.1)
These seems to me to be the first message in the series and provides a
really good summary of the changes at Red Hat which seem to be making
life a lot more difficult for CentOS.
Just figured I'd pull it out of that thread and change the subject line.
Below Johnny's email I've copied another from the original thread,
written by Lamar Owen, which gives some good explanation on how Red
2004 Nov 09
1
Unix install question.
Is there anyway to merge the users accounts (passwd/shadow) on our UNIX
machine to create a default sampasswd file. We have close to 11,000 UNIX
accounts and would like to use samba's domain login features. We are just not
sure how to merge the current users into the samba's passwd list.
Or is there another way to do this???
Thanks,
*********************************
Adam Taylor