Displaying 11 results from an estimated 11 matches for "mstly".
Did you mean:
mostly
2025 Jan 19
3
[External] Re: Parser For Line Number Tracing
...d I file it as a request for improvement to the R code
> development team? Maybe R can be improved at a very low cost to the
> development team and a very high benefit to newbies.
No. There are already many ways to influence the way the default error
handler prints information about errors, mstly via options(). In
particular you may want to look at entries in ?options for
show.error.locations
showErrorCalls
showWarningCalls
and adjust your options settings accordingly.
Best,
luke
>
> Regards,
>
> /ivo
>
> On Sun, Jan 19, 2025 at 2:39?AM Duncan Murdoch <murdoch.dunc...
2025 Jan 19
1
[External] Re: Parser For Line Number Tracing
...t for improvement to the R code
>> development team? Maybe R can be improved at a very low cost to the
>> development team and a very high benefit to newbies.
>
> No. There are already many ways to influence the way the default error
> handler prints information about errors, mstly via options(). In
> particular you may want to look at entries in ?options for
>
> show.error.locations
> showErrorCalls
> showWarningCalls
>
> and adjust your options settings accordingly.
>
> Best,
>
> luke
>
>>
>> Regards,
>>
>> /i...
2025 Jan 20
2
[External] Re: Parser For Line Number Tracing
...;>> development team? Maybe R can be improved at a very low cost to the
>>>> development team and a very high benefit to newbies.
>>>
>>> No. There are already many ways to influence the way the default error
>>> handler prints information about errors, mstly via options(). In
>>> particular you may want to look at entries in ?options for
>>>
>>> show.error.locations
>>> showErrorCalls
>>> showWarningCalls
>>>
>>> and adjust your options settings accordingly.
>>>
>>> Best,...
2025 Jan 20
1
[External] Re: Parser For Line Number Tracing
...o the R code
>>> development team? Maybe R can be improved at a very low cost to the
>>> development team and a very high benefit to newbies.
>>
>> No. There are already many ways to influence the way the default error
>> handler prints information about errors, mstly via options(). In
>> particular you may want to look at entries in ?options for
>>
>> show.error.locations
>> showErrorCalls
>> showWarningCalls
>>
>> and adjust your options settings accordingly.
>>
>> Best,
>>
>> luke
>>
>...
2012 Nov 21
3
Increasing the DMESG buffer....
Hi,
As a next question to my building this server.
I'm nogt able to get a full verbose dmesg.
Probably because the kernelbuffer for it is too small.
I know there used to be a kernel option to increase it.
But I can not find it with the setting in NOTES or any other place I
looked....
Is it still there?
Thanx,
--WjW
2025 Jan 19
1
[External] Re: Parser For Line Number Tracing
...for improvement to the R code
> > development team? Maybe R can be improved at a very low cost to the
> > development team and a very high benefit to newbies.
>
> No. There are already many ways to influence the way the default error
> handler prints information about errors, mstly via options(). In
> particular you may want to look at entries in ?options for
>
> show.error.locations
> showErrorCalls
> showWarningCalls
>
> and adjust your options settings accordingly.
>
> Best,
>
> luke
>
> >
> > Regards,
> >
> > /iv...
2025 Jan 21
1
[External] Re: Parser For Line Number Tracing
...pment team? Maybe R can be improved at a very low cost to the
>>>>> development team and a very high benefit to newbies.
>>>>
>>>> No. There are already many ways to influence the way the default error
>>>> handler prints information about errors, mstly via options(). In
>>>> particular you may want to look at entries in ?options for
>>>>
>>>> show.error.locations
>>>> showErrorCalls
>>>> showWarningCalls
>>>>
>>>> and adjust your options settings accordingly.
>...
2025 Jan 19
1
[External] Re: Parser For Line Number Tracing
...for improvement to the R code
> > development team? Maybe R can be improved at a very low cost to the
> > development team and a very high benefit to newbies.
>
> No. There are already many ways to influence the way the default error
> handler prints information about errors, mstly via options(). In
> particular you may want to look at entries in ?options for
>
> show.error.locations
> showErrorCalls
> showWarningCalls
>
> and adjust your options settings accordingly.
>
> Best,
>
> luke
>
> >
> > Regards,
> >
> > /iv...
2010 Aug 05
6
64-bit R on 64-bit Windows box... Still not enough memory?!
I have a 64-bit windows box -
Intel Xeon CPU E7340 @ 2.4GHz 31.9GB of RAM
I have R 2.11.1 (64bit) running on it.
My csv data is 3.6 GB (with about 15 million obs, 120 variables.)
------------------------------------------------
I have successfully imported the data above into R. No problem.
Now I am trying to run 'rpart' on my data. But I got the following error :
Error: cannot
2025 Jan 19
1
[External] Re: Parser For Line Number Tracing
...for improvement to the R code
> > development team? Maybe R can be improved at a very low cost to the
> > development team and a very high benefit to newbies.
>
> No. There are already many ways to influence the way the default error
> handler prints information about errors, mstly via options(). In
> particular you may want to look at entries in ?options for
>
> show.error.locations
> showErrorCalls
> showWarningCalls
>
> and adjust your options settings accordingly.
>
> Best,
>
> luke
>
> >
> > Regards,
> >
> > /iv...
2025 Jan 19
2
Parser For Line Number Tracing
Hi Duncan ? Wonderful. Thank you. Bug or no bug, I think it would be
a huge improvement for user-friendliness if R printed the last line by
default *every time* a script dies. Most computer languages do so.
Should I file it as a request for improvement to the R code
development team? Maybe R can be improved at a very low cost to the
development team and a very high benefit to newbies.