Displaying 20 results from an estimated 1000 matches similar to: "[Repost 3/3] Minor glitch in 'Writing R Extensions'"
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
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
I have included the full configure/make output:
(the particular error regarding bessel_i.c is at
the END of the report).
-walter tautz
cd build/R-1.4.0 \
&& unset noclobber \
&& CPPFLAGS=" " \
LDFLAGS="" \
./configure --prefix=/software/r-1 \
--datadir=/software/r-1/data \
--libdir=/software/r-1/lib \
2000 Oct 31
1
conflicting types for `Rf_stirlerr
I'm having trouble making todays development snapshot:
-DHAVE_CONFIG_H -g -O2 -c stirlerr.c -o stirlerr.o
stirlerr.c:34: conflicting types for `Rf_stirlerr'
../../src/include/R_ext/Mathlib.h:557: previous declaration of `Rf_stirlerr'
make[3]: *** [stirlerr.o] Error 1
[20] /home/mfa5/gilp/R-versions/R-devel : uname -a
SunOS mfa99579 5.6 Generic_105181-11 sun4u sparc SUNW,Ultra-5_10
2009 Mar 17
3
R does not compile any more on FreeBSD 8.0-CURRENT
On a recent FreeBSD 8.0-CURRENT (i386) building R (any version) breaks
with the following messages:
----------------------------------------------------------------------
[...snip...]
gcc -std=gnu99 -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c wilcox.c -o wilcox.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include
-I/usr/local/include
1999 May 03
1
problems compiling R-0.63.3 on alpha
Hi again !
Thanks for the info on updating the config.site file which I
have done. I have also added -lm in the Makeconf manually
because this is needed explicitly for DEC cc.
However, there are still a few problems when linking some
of the files as you can see from the enclosed log.
Ciao,
Andreas
-------------------------------------------------------
R-0.63.3>make
make[1]: Entering
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
Hi,
Just downloaded the R-0.62.4 of R and tried to install it. With the
standard procedure :
./configure
make
At the end of the compilation I got the following message :
ld:
../lib/libunix.a(system.o): main: multiply defined
fort: Severe: Failed while trying to link.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
I attach the printout after the ./configure and make
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
This is a multipart MIME message.
--==_Exmh_981436288450
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Hi !
I have problems compiling R successfully on a DEC-UINX 4.0E.
I have applied the recommended config.site, which I enclose.
As can be seen from the compilation log there are linking errors...
I did a 'make check' which fails for the R
1998 Dec 08
0
R compile problems with AIX
Hello,
I've allways had some problems compiling R (R-62.x and R-63.x) on a AIX 4.2.1 System to the end:
make produces following output:
...
...
mkdir ../../../library/eda/R
ld: 0711-327 WARNING: Entry point not found: __start
ld: 0711-244 ERROR: No csects or exported symbols have been saved.
gnumake[4]: *** [eda.so] Error 8
gnumake[3]: *** [all] Error 1
gnumake[2]: *** [R] Error 1
gnumake[1]:
1998 Dec 08
0
R compile problems with AIX
Hello,
I've allways had some problems compiling R (R-62.x and R-63.x) on a AIX 4.2.1 System to the end:
make produces following output:
...
...
mkdir ../../../library/eda/R
ld: 0711-327 WARNING: Entry point not found: __start
ld: 0711-244 ERROR: No csects or exported symbols have been saved.
gnumake[4]: *** [eda.so] Error 8
gnumake[3]: *** [all] Error 1
gnumake[2]: *** [R] Error 1
gnumake[1]:
2015 Sep 08
0
Build rpm package for R-MKL
On 09/07/2015 06:16 AM, arnaud gaboury wrote:
> I want to create a clean .rpm package for R built with MKL and ICC. I
> follow Fedora instrcutions[0] to create the package. As a base, I use
> the R-3.2.2.src.rpm.
>
> I am left with this error:
>
> ------------------------------------------
> installing R info pages ...
> updating '/usr/share/info/dir' ...
>
2017 Aug 18
4
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
Hello,
I am trying to build R from source on Scientific Linux release 6.9
(Carbon), Linux version 2.6.32-696.3.2.el6.x86_64 (Red Hat 4.4.7-18).
I load the needed modules and run:
*./configure --prefix $install_dir --with-blas --with-lapack
--enable-R-shlib 2>&1 | tee config-R-$version.log*
The "configure" command seems to run ok:
*R is now configured for
2015 Sep 07
2
Build rpm package for R-MKL
I want to create a clean .rpm package for R built with MKL and ICC. I
follow Fedora instrcutions[0] to create the package. As a base, I use
the R-3.2.2.src.rpm.
I am left with this error:
------------------------------------------
installing R info pages ...
updating '/usr/share/info/dir' ...
make[1]: Leaving directory '/home/poisonivy/rpmbuild/BUILD/R-3.2.2/doc/manual'
+ mv
2001 Jul 25
2
Installation help
Hello,
I am trying to compile R using the Sun WorkShop 6.0 (Forte) compilers.
I don't think I am having a problem with the compilers, but instead with
figuring out how to modify the R configuration to use non-Gnu compilers.
I found in your documentation that one should modify the config.site
file
to change compilers, compiler flags, library paths, etc. I made
modifications
in this file,
2015 Sep 08
2
Build rpm package for R-MKL
On Tue, Sep 8, 2015 at 7:36 PM, Tom Callaway <tcallawa at redhat.com> wrote:
> On 09/07/2015 06:16 AM, arnaud gaboury wrote:
>> I want to create a clean .rpm package for R built with MKL and ICC. I
>> follow Fedora instrcutions[0] to create the package. As a base, I use
>> the R-3.2.2.src.rpm.
>>
>> I am left with this error:
>>
>>
2005 Nov 12
0
Suggested changes to R-lang.texi and R-exts.texi
Dear all,
I would like to suggest the following changes to the R documentation:
1) R-exts.texi:
Having had my first experience with uploading a package to
ftp://cran.R-project.org/incoming/, I think it would be nice if the
documentation pointed out that one should use ftp and not sftp (at
least on my machine sftp failed to make a connection) and that one
should log in as user
1998 Sep 11
1
R-beta: cannot make R
Can anyone help?
I am trying to install R-0.62.2 on a Sun with OS 5.6 (Solaris 2.6),
and gcc/f77. Unfortunatley the simple commands
./configure --prefix=/opt/R
make
did not work, complaining when building help/docs.
It claims to have problems perl (which has worked fine so far)
but in practice it is not only a documentation problem:
if I force "make install" and run R, then it
2000 Feb 29
7
R-1.0.0 is released
I've rolled up R-1.0.0.tgz a short while ago.
You can get it from
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.0.0.tgz
or
http://cvs.r-project.org/pub/CRAN/src/base/R-1.0.0.tgz
or wait for it to be mirrored at a CRAN site near you within a day or
two. It should get to the CRAN master site within a few hours.
There's also a version split in three for floppies if you prefer
that.
2000 Feb 29
7
R-1.0.0 is released
I've rolled up R-1.0.0.tgz a short while ago.
You can get it from
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.0.0.tgz
or
http://cvs.r-project.org/pub/CRAN/src/base/R-1.0.0.tgz
or wait for it to be mirrored at a CRAN site near you within a day or
two. It should get to the CRAN master site within a few hours.
There's also a version split in three for floppies if you prefer
that.
2005 Nov 18
1
R-exts.texi in SVN version 36380
G'day all,
after issuing `svn up' on my machine this morning, I noticed that
`make info' choked on R-exts.texi. Below is a patch that seems to
solve the problem. BTW, while `make info' runs now, I still get the
following warning:
/usr/bin/makeinfo --enable-encoding -D UseExternalXrefs -I/opt/src/R-devel-src/doc/manual /opt/src/R-devel-src/doc/manual/R-exts.texi
2002 Jan 16
0
round() doesn't (PR#1139)
Hi, all,
In PR#1138 and PR#1139, I pointed out that round() with digits<0 would not
actually round to an integer. Brian D. Ripley (hereafter BDR) fixed it in
R-1.4.0, but the fix introduced a new error, PR#1254 (caught by Ole
Christensen). BDR (I'm guessing) fixed the fix; here's the relevant line from
fround.c:
if(dig <= 0 && fabs(res) < 1e9) res = (int)floor(res +