search for: do_math1

Displaying 6 results from an estimated 6 matches for "do_math1".

Did you mean: do_math2
2005 Oct 10
1
error compiling R-code
...2.2.0 patched and 2.3.0). They both give me the same error, so my suspicion is that it is just me having this problem. Here is what I get: ... gcc -O2 -Wall -pedantic --std=gnu99 -DLEA_MALLOC -I../include -DHAVE_CONFIG_H -DR_DLL_BUILD -c arithmetic.c -o arithmetic.o arithmetic.c: In function `do_math1': arithmetic.c:886: error: `expm1' undeclared (first use in this function) arithmetic.c:886: error: (Each undeclared identifier is reported only once arithmetic.c:886: error: for each function it appears in.) make[4]: *** [arithmetic.o] Error 1 make[3]: *** [rlibs] Error 2 make[2]: *** [../...
2002 Jan 31
1
Installation problem : SunOS (PR#1291)
...pears in.) arithmetic.c:62: `SING' undeclared (first use this function) arithmetic.c:65: `OVERFLOW' undeclared (first use this function) arithmetic.c:68: `UNDERFLOW' undeclared (first use this function) arithmetic.c:69: dereferencing pointer to incomplete type arithmetic.c: In function `do_math1': arithmetic.c:984: `acosh' undeclared (first use this function) arithmetic.c:985: `asinh' undeclared (first use this function) arithmetic.c:986: `atanh' undeclared (first use this function) *** Error code 1 make: Fatal error: Command failed for target `arithmetic.o' Current wor...
2005 Mar 22
4
trouble building r-devel
...clude -DHAVE_CONFIG_H -DR_DLL_BUILD -c RNG.c -o RNG.o gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H -DR_DLL_BUILD -c apply.c -o apply.o gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H -DR_DLL_BUILD -c arithmetic.c -o arithmetic.o arithmetic.c: In function `do_math1': arithmetic.c:887: `acosh' undeclared (first use in this function) arithmetic.c:887: (Each undeclared identifier is reported only once arithmetic.c:887: for each function it appears in.) arithmetic.c:888: `asinh' undeclared (first use in this function) arithmetic.c:889: `atanh' und...
2002 Apr 17
1
Installation of R-1.4.1 on Solaris 2.7
...pears in.) arithmetic.c:62: `SING' undeclared (first use this function) arithmetic.c:65: `OVERFLOW' undeclared (first use this function) arithmetic.c:68: `UNDERFLOW' undeclared (first use this function) arithmetic.c:69: dereferencing pointer to incomplete type arithmetic.c: In function `do_math1': arithmetic.c:1075: `acosh' undeclared (first use this function) arithmetic.c:1076: `asinh' undeclared (first use this function) arithmetic.c:1077: `atanh' undeclared (first use this function) *** Error code 1 make: Fatal error: Command failed for target `arithmetic.o' Current...
2002 Feb 26
1
abs() on data frames?!
I might be wrong, but didn't the following work before R v1.4.x? R --vanilla > df <- data.frame(-10:10) > abs(df) Error in abs(df) : non-numeric argument to function I have tried this on both Rv1.4.1 on WinMe and Rv1.4.0 on Solaris 8. I regexp searched bugs.r-project.org on "abs" but I found nothing about this. I can't see why abs(df) shouldn't work when sqrt(df),
2002 Feb 26
1
abs() on data frames?!
I might be wrong, but didn't the following work before R v1.4.x? R --vanilla > df <- data.frame(-10:10) > abs(df) Error in abs(df) : non-numeric argument to function I have tried this on both Rv1.4.1 on WinMe and Rv1.4.0 on Solaris 8. I regexp searched bugs.r-project.org on "abs" but I found nothing about this. I can't see why abs(df) shouldn't work when sqrt(df),