Displaying 20 results from an estimated 100 matches similar to: "R 4.4.1 is released"
2024 Oct 08
1
WRE about R_strtod
Hello,
This is what "Writing R extensions" currently says about R_atof and
R_strtod:
>> Function: void R_atof (const char* str)
>> Function: void R_strtod (const char* str, char ** end)
>>
>> Implementations of the C99/POSIX functions atof and strtod which
>> guarantee platform-dependent behaviour, including always using the
>> period as the decimal
2016 Dec 20
2
Very small numbers in hexadecimal notation parsed as zero
Hi all,
I have noticed incorrect parsing of very small hexadecimal numbers
like "0x1.00000000d0000p-987". Such a hexadecimal representation can
can be produced by sprintf() using the %a flag. The return value is
incorrectly reported as 0 when coercing these numbers to double using
as.double()/as.numeric(), as illustrated in the three examples below:
2016 Dec 21
0
Very small numbers in hexadecimal notation parsed as zero
>>>>> Florent Angly <florent.angly at gmail.com>
>>>>> on Tue, 20 Dec 2016 13:26:36 +0100 writes:
> Hi all,
> I have noticed incorrect parsing of very small hexadecimal numbers
> like "0x1.00000000d0000p-987". Such a hexadecimal representation can
> can be produced by sprintf() using the %a flag. The return value is
2024 Apr 16
1
read.csv
Hum...
This boils down to
> as.numeric("1.23e")
[1] 1.23
> as.numeric("1.23e-")
[1] 1.23
> as.numeric("1.23e+")
[1] 1.23
which in turn comes from this code in src/main/util.c (function R_strtod)
if (*p == 'e' || *p == 'E') {
int expsign = 1;
switch(*++p) {
case '-': expsign = -1;
case
2004 Mar 13
0
64bit build on IBM
I am trying to build R with 64bit support so I can access more than
2GB of memory on an IBM running AIX. (IBM NightHawk II RS/6000 node with 16
64-bit, 375-MHz POWER3 CPUs and 32 GB of memory, if you want specifics)
The 32bit install required little tweaking, but the 64 bit is sufficiently
complicated that I thought I would report my findings here and ask for
help with the latest (and hopefully
2001 Aug 24
1
Reading Inf and NaN values under windows (PR#1072)
Under windows, R supports IEEE floating point arithmetic, but doesn't
allow conversion of Inf and NaN from character to numeric.
R> is.nan(NaN)
[1] TRUE
R> as.numeric(as.character(NaN))
[1] NA
Warning message:
NAs introduced by coercion
R> is.infinite(Inf)
[1] TRUE
R> as.numeric(as.character(Inf))
[1] NA
Warning message:
NAs introduced by coercion
whereas under Linux
R>
2024 Apr 16
5
read.csv
Dear R-developers,
I came to a somewhat unexpected behaviour of read.csv() which is trivial but worthwhile to note -- my data involves a protein named "1433E" but to save space I drop the quote so it becomes,
Gene,SNP,prot,log10p
YWHAE,13:62129097_C_T,1433E,7.35
YWHAE,4:72617557_T_TA,1433E,7.73
Both read.cv() and readr::read_csv() consider prot(ein) name as (possibly confused by
2015 Mar 01
0
Processed: found 776319 in 4.4.1-1, fixed 776319 in 4.4.1-7
Processing commands for control at bugs.debian.org:
> found 776319 4.4.1-1
Bug #776319 [src:xen] xen: CVE-2015-0361 CVE-2015-1563
Marked as found in versions xen/4.4.1-1.
> fixed 776319 4.4.1-7
Bug #776319 [src:xen] xen: CVE-2015-0361 CVE-2015-1563
Marked as fixed in versions xen/4.4.1-7.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
776319:
2014 Sep 25
0
Processed: fixed 762712 in 4.4.1-2
Processing commands for control at bugs.debian.org:
> fixed 762712 4.4.1-2
Bug #762712 {Done: Ian Campbell <ijc at hellion.org.uk>} [src:xen] xen: FTBFS on all arches
Marked as fixed in versions xen/4.4.1-2.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
762712: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762712
Debian Bug Tracking System
2014 Sep 30
0
xen 4.4.1-2 MIGRATED to testing
FYI: The status of the xen source package
in Debian's testing distribution has changed.
Previous version: 4.4.0-5
Current version: 4.4.1-2
--
This email is automatically generated once a day. As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.
2014 Oct 23
0
xen 4.4.1-3 MIGRATED to testing
FYI: The status of the xen source package
in Debian's testing distribution has changed.
Previous version: 4.4.1-2
Current version: 4.4.1-3
--
This email is automatically generated once a day. As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.
2014 Dec 06
0
xen 4.4.1-5 MIGRATED to testing
FYI: The status of the xen source package
in Debian's testing distribution has changed.
Previous version: 4.4.1-3
Current version: 4.4.1-5
--
This email is automatically generated once a day. As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.
2014 Dec 17
0
xen 4.4.1-6 MIGRATED to testing
FYI: The status of the xen source package
in Debian's testing distribution has changed.
Previous version: 4.4.1-5
Current version: 4.4.1-6
--
This email is automatically generated once a day. As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.
2015 Jan 26
0
Processed: found 776319 in 4.4.1-6
Processing commands for control at bugs.debian.org:
> found 776319 4.4.1-6
Bug #776319 [src:xen] xen: CVE-2015-0361
Marked as found in versions xen/4.4.1-6.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
776319: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776319
Debian Bug Tracking System
Contact owner at bugs.debian.org with problems
2015 Mar 07
0
xen 4.4.1-7 MIGRATED to testing
FYI: The status of the xen source package
in Debian's testing distribution has changed.
Previous version: 4.4.1-6
Current version: 4.4.1-7
--
This email is automatically generated once a day. As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.
2015 Mar 14
0
xen 4.4.1-8 MIGRATED to testing
FYI: The status of the xen source package
in Debian's testing distribution has changed.
Previous version: 4.4.1-7
Current version: 4.4.1-8
--
This email is automatically generated once a day. As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.
2015 Mar 31
0
Processed: tagging 781620, found 781620 in 4.4.1-8
Processing commands for control at bugs.debian.org:
> tags 781620 + upstream fixed-upstream
Bug #781620 [src:xen] CVE-2015-2751 CVE-2015-2752 CVE-2015-2756
Added tag(s) upstream and fixed-upstream.
> found 781620 4.4.1-8
Bug #781620 [src:xen] CVE-2015-2751 CVE-2015-2752 CVE-2015-2756
Marked as found in versions xen/4.4.1-8.
> thanks
Stopping processing here.
Please contact me if you
2015 Apr 09
0
xen 4.4.1-9 MIGRATED to testing
FYI: The status of the xen source package
in Debian's testing distribution has changed.
Previous version: 4.4.1-8
Current version: 4.4.1-9
--
This email is automatically generated once a day. As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.
2015 Sep 05
0
xen 4.4.1-9+deb8u1 MIGRATED to testing
FYI: The status of the xen source package
in Debian's testing distribution has changed.
Previous version: 4.4.1-9
Current version: 4.4.1-9+deb8u1
--
This email is automatically generated once a day. As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more
2015 Nov 05
0
Processed: found 753358 in 4.4.1-1, found 753358 in
Processing commands for control at bugs.debian.org:
> found 753358 4.4.1-1
Bug #753358 [xen] pygrub not working when a disk script is in use
There is no source info for the package 'xen' at version '4.4.1-1' with architecture ''
Unable to make a source version for version '4.4.1-1'
Marked as found in versions 4.4.1-1.
> found 753358
Bug #753358 [xen] pygrub