##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL Repitools
###
##############################################################################
##############################################################################
* installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library’
* installing *source* package ‘Repitools’ ...
** this is package ‘Repitools’ version ‘1.55.0’
** using staged installation
** libs
using C compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’
using C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -std=gnu2x -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -D R_NO_REMAP -I. -fPIC -falign-functions=64 -Wall -g -O2 -c const.c -o const.o
clang -arch arm64 -std=gnu2x -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -D R_NO_REMAP -I. -fPIC -falign-functions=64 -Wall -g -O2 -c hyp2f1.c -o hyp2f1.o
hyp2f1.c:126:16: error: unknown type name 'a'
double hyp2f1( a, b, c, x )
^
hyp2f1.c:126:19: error: unknown type name 'b'
double hyp2f1( a, b, c, x )
^
hyp2f1.c:126:22: error: unknown type name 'c'
double hyp2f1( a, b, c, x )
^
hyp2f1.c:126:25: error: unknown type name 'x'
double hyp2f1( a, b, c, x )
^
hyp2f1.c:126:28: error: expected ';' after top level declarator
double hyp2f1( a, b, c, x )
^
;
hyp2f1.c:128:1: error: expected identifier or '('
{
^
hyp2f1.c:294:17: error: unknown type name 'a'
double hyt2f1( a, b, c, x, loss )
^
hyp2f1.c:294:20: error: unknown type name 'b'
double hyt2f1( a, b, c, x, loss )
^
hyp2f1.c:294:23: error: unknown type name 'c'
double hyt2f1( a, b, c, x, loss )
^
hyp2f1.c:294:26: error: unknown type name 'x'
double hyt2f1( a, b, c, x, loss )
^
hyp2f1.c:294:29: error: unknown type name 'loss'
double hyt2f1( a, b, c, x, loss )
^
hyp2f1.c:294:35: error: expected ';' after top level declarator
double hyt2f1( a, b, c, x, loss )
^
;
hyp2f1.c:297:1: error: expected identifier or '('
{
^
hyp2f1.c:438:17: error: unknown type name 'a'
double hys2f1( a, b, c, x, loss )
^
hyp2f1.c:438:20: error: unknown type name 'b'
double hys2f1( a, b, c, x, loss )
^
hyp2f1.c:438:23: error: unknown type name 'c'
double hys2f1( a, b, c, x, loss )
^
hyp2f1.c:438:26: error: unknown type name 'x'
double hys2f1( a, b, c, x, loss )
^
hyp2f1.c:438:29: error: unknown type name 'loss'
double hys2f1( a, b, c, x, loss )
^
hyp2f1.c:438:35: error: expected ';' after top level declarator
double hys2f1( a, b, c, x, loss )
^
;
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [hyp2f1.o] Error 1
ERROR: compilation failed for package ‘Repitools’
* removing ‘/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library/Repitools’