Displaying 20 results from an estimated 300 matches similar to: "Description of error is untranslated when R_XLEN_T_MAX is exceeded by only 1 element."
2024 May 14
1
Description of error is untranslated when R_XLEN_T_MAX is exceeded by only 1 element.
Dear Ricardo Villalba,
Thank you for spotting this corner case!
? Mon, 13 May 2024 11:37:57 -0300
Ricardo Villalba <rikivillalba at gmail.com> ?????:
> I track the messages to be coded here:
> https://github.com/r-devel/r-svn/blob/abe625945c4402cd2bb97b5a64e7469db3e904f0/src/main/altclasses.c#L580
> and here
>
2024 May 14
1
Description of error is untranslated when R_XLEN_T_MAX is exceeded by only 1 element.
Dear Ricardo Villalba,
Thank you for spotting this corner case!
? Mon, 13 May 2024 11:37:57 -0300
Ricardo Villalba <rikivillalba at gmail.com> ?????:
> I track the messages to be coded here:
> https://github.com/r-devel/r-svn/blob/abe625945c4402cd2bb97b5a64e7469db3e904f0/src/main/altclasses.c#L580
> and here
>
2024 May 14
1
Altrep and translations (was " Description of error is untranslated when ....")
>>>>> Ivan Krylov via R-help
>>>>> on Tue, 14 May 2024 08:08:58 +0300 writes:
> Dear Ricardo Villalba, Thank you for spotting this corner
> case!
> ? Mon, 13 May 2024 11:37:57 -0300 Ricardo Villalba
> <rikivillalba at gmail.com> ?????:
>> I track the messages to be coded here:
>>
2024 May 14
1
Altrep and translations (was " Description of error is untranslated when ....")
>>>>> Ivan Krylov via R-help
>>>>> on Tue, 14 May 2024 08:08:58 +0300 writes:
> Dear Ricardo Villalba, Thank you for spotting this corner
> case!
> ? Mon, 13 May 2024 11:37:57 -0300 Ricardo Villalba
> <rikivillalba at gmail.com> ?????:
>> I track the messages to be coded here:
>>
2013 Jul 12
1
robustbase compilation problem: probably boneheaded? maybe 32-bit?
With a recent SVN build (R Under development (unstable) (2013-07-10
r63264) -- "Unsuffered Consequences"), I'm having trouble installing the
robustbase package. The bottom line is that I *think* it's a
32-bit-system problem, but I could easily be mistaken.
robustbase is passing its package checks:
http://cran.r-project.org/web/checks/check_results_robustbase.html
... but from
2013 May 02
3
Minimal build of R ...
Hi,
I'm trying to cross-compile R to javascript so that it can run in a web-browser. Take as long as you need to stop laughing. So, as I was saying - I want to try and get a build of R running in the browser. [If you're not familiar with it already, you might enjoy looking at emscripten.org. It's a remarkably capable tool for translating LLVM bitcode to javascript. Check out some of
2013 May 25
0
R in the browser ...
Hi all,
I hope you'll forgive me - I don't plan to start using this list as my blog - but given the discussion following my last post I thought people on here might be interested to see some progress. This is a minimal build of R, cross-compiled from C/Fortran to javascript with emscripten - to be clear, nothing is running server-side, this is all running in the browser's JS engine.
2017 Jun 07
1
sum() returns NA on a long *logical* vector when nb of TRUE values exceeds 2^31
>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>> on Tue, 6 Jun 2017 09:45:44 +0200 writes:
>>>>> Herv? Pag?s <hpages at fredhutch.org>
>>>>> on Fri, 2 Jun 2017 04:05:15 -0700 writes:
>> Hi, I have a long numeric vector 'xx' and I want to use
>> sum() to count the number of
2003 Oct 09
1
detecting singular matrices
My colleague runs R 1.7.1 under Windows XP. He remarks:
>> A
> [,1] [,2] [,3]
> [1,] 1 2 3
> [2,] 4 5 6
> [3,] 7 8 9
>>
>> b
> [1] 1 2 3
>> solve(A,b)
> [1] -0.3333333 0.6666667 0.0000000
>> solve(A)
> [,1] [,2] [,3]
> [1,] -4.5036e+15 9.00720e+15 -4.5036e+15
> [2,] 9.0072e+15
2006 Jun 23
0
Untranslated charset 255
I am running an app that runs just fine, except that one font comes up
as rectangles. I get the following fixme:
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:font:WineEngCreateFontInstance just using first face for now
.wine/.../fonts is empty but I assume since all other fonts are OK I
don't need any more fonts.
What I think I need is some sort of mapping from
2018 Nov 15
0
[PATCH v4 3/7] of: Allow the iommu-map property to omit untranslated devices
In PCI root complex nodes, the iommu-map property describes the IOMMU that
translates each endpoint. On some platforms, the IOMMU itself is presented
as a PCI endpoint (e.g. AMD IOMMU and virtio-iommu). This isn't supported
by the current OF driver, which expects all endpoints to have an IOMMU.
Allow the iommu-map property to have gaps.
Relaxing of_map_rid() also allows the msi-map property
2007 Aug 10
2
Untranslated page redirection
Hi all,
Just a heads-up: we have added the "untranslated page redirection"
plugin that was discussed on this list a while ago. This means pages
that are requested under a language prefix that don't exist, are
redirected to the English page if it does exist. For instance, there is
no Spanish translation for /HowTos/FreeNX yet, so visiting
http://wiki.centos.org/es/HowTos/FreeNX
2020 May 22
1
Sieve test string and case sensitivity
Hello,
I have found that Pigeonhole comes with an extensive testsuite against
the Sieve RFCs. As I am working on a personal Sieve project I decided to
run my tool on this testsuite and it stumbled on "Basic assignment:
string test failed"[1].
Pigeonhole defaults to comparator "i;octet"[2] for the string test. But
Sieve says that the default comparator should be
2020 Sep 09
2
[External] Re: Operations with long altrep vectors cause segfaults on Windows
On 9/9/20 9:30 AM, Hugh Parsonage wrote:
> Thank you!
>
> I get
>
> Starting program: C:\R\R-devel-20200909\bin\x64\Rgui.exe
> [New Thread 19940.0x638c]
> [New Thread 19940.0x102c]
> [New Thread 19940.0x329c]
> [New Thread 19940.0x37dc]
> warning: Invalid parameter passed to C runtime function.
>
> Program received signal SIGSEGV, Segmentation fault.
>
2020 Sep 09
2
[External] Re: Operations with long altrep vectors cause segfaults on Windows
On 9/9/20 8:48 AM, Hugh Parsonage wrote:
> I am unable to set break or use gdb with any success when I use that version.
>
> On linux I would do R -d gdb but this gives "unknown option '-d' "
> while gdb R.exe (in the same directory as the debug version) gives the
> same output as before.
>
> I'm happy to help but I appreciate this list might not be the
2020 Sep 09
3
more Matrix weirdness
I think that this is because `[<-` dispatches on S4 methods only if the first argument is S4.
?"[<-" says:
"These operators are also implicit S4 generics, but as primitives,
S4 methods will be dispatched only on S4 objects ?x?."
Georgi Boshnakov
-----Original Message-----
Message: 19
Date: Tue, 8 Sep 2020 22:04:44 -0400
From: Ben Bolker <bbolker at
2020 Sep 10
0
more Matrix weirdness
>>>>> Georgi Boshnakov
>>>>> on Wed, 9 Sep 2020 10:48:56 +0000 writes:
> I think that this is because `[<-` dispatches on S4
> methods only if the first argument is S4. ?"[<-" says:
> "These operators are also implicit S4 generics, but as
> primitives, S4 methods will be dispatched only on S4
> objects
2020 Sep 09
0
[External] Re: Operations with long altrep vectors cause segfaults on Windows
Thank you!
I get
Starting program: C:\R\R-devel-20200909\bin\x64\Rgui.exe
[New Thread 19940.0x638c]
[New Thread 19940.0x102c]
[New Thread 19940.0x329c]
[New Thread 19940.0x37dc]
warning: Invalid parameter passed to C runtime function.
Program received signal SIGSEGV, Segmentation fault.
0x000000006c72d206 in compact_intseq_Dataptr (x=0x12783350,
writeable=<optimized out>) at
2020 Sep 09
0
[External] Re: Operations with long altrep vectors cause segfaults on Windows
R Under development (unstable) (2020-09-08 r79165)
On Wed, 9 Sep 2020 at 18:00, Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>
> On 9/9/20 9:30 AM, Hugh Parsonage wrote:
> > Thank you!
> >
> > I get
> >
> > Starting program: C:\R\R-devel-20200909\bin\x64\Rgui.exe
> > [New Thread 19940.0x638c]
> > [New Thread 19940.0x102c]
> > [New
2020 Sep 08
4
Operations with long altrep vectors cause segfaults on Windows
>>>>> Martin Maechler
>>>>> on Tue, 8 Sep 2020 10:40:24 +0200 writes:
>>>>> Hugh Parsonage
>>>>> on Tue, 8 Sep 2020 18:08:11 +1000 writes:
>> I can only reproduce on Windows, but reliably (both 4.0.0 and 4.0.2):
>> $> R --vanilla
>> x <- c(0L, -2e9:2e9)
>> # > Segmentation