dpkg-buildpackage -us -uc -ui -B dpkg-buildpackage: info: source package r-base dpkg-buildpackage: info: source version 4.5.2-1~bookwormcran.0 dpkg-buildpackage: info: source distribution bookworm-cran dpkg-buildpackage: info: source changed by Johannes Ranke dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 debian/rules clean *** clean *** dh_testdir dh_testroot rm -f configure-stamp \ build-stamp build-indep-stamp build-arch-stamp \ make-stamp make-arch-stamp make-indep-stamp \ install-indep-stamp install-arch-stamp \ check-stamp [ ! -f Makefile ] || /usr/bin/make distclean rm -f `find . -name "*~"` rm -rf debian/tmp debian/files debian/files* core debian/substvars debian/files rm -f doc/html/function.html doc/html/packages.html rm -f modules/*.so src/unix/Rscript dh_clean debian/rules build-arch *** configure *** #automake #autoconf dh_testdir R_SHELL=/bin/bash \ mkdir_p="/bin/mkdir -p" \ MKDIR_P="/bin/mkdir -p" \ R_TEXI2DVICMD=emulation \ R_PAPERSIZE=letter \ R_BROWSER=xdg-open \ R_BZIPCMD=/bin/bzip2 \ R_GZIPCMD="/bin/gzip -n" \ PAGER=/usr/bin/pager \ PERL=/usr/bin/perl \ JAVA_HOME=/usr/lib/jvm/default-java \ R_UNZIPCMD=/usr/bin/unzip \ R_ZIPCMD=/usr/bin/zip \ R_PRINTCMD=/usr/bin/lpr \ TAR=/bin/tar \ LIBnn=lib \ AWK=/usr/bin/awk \ DD=/bin/dd \ GREP=/bin/grep \ FGREP="/bin/grep -F" \ EGREP="/bin/grep -E" \ SED=/bin/sed \ GETWD="/bin/pwd" \ CC=gcc \ CXX=g++ \ F77=gfortran \ FC=gfortran \ CFLAGS="`DEB_BUILD_MAINT_OPTIONS=optimize=-lto dpkg-buildflags --get CXXFLAGS` -Wdate-time -D_FORTIFY_SOURCE=2" \ CXXFLAGS="`DEB_BUILD_MAINT_OPTIONS=optimize=-lto dpkg-buildflags --get CXXFLAGS` -Wdate-time -D_FORTIFY_SOURCE=2" \ FFLAGS="-g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong" \ FCFLAGS="-g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong" \ CPPFLAGS= \ LDFLAGS="-Wl,-z,relro" \ FLIBS= \ rsharedir=/usr/share/R/share \ rincludedir=/usr/share/R/include \ rdocdir=/usr/share/R/doc \ ./configure --prefix=/usr \ --with-cairo \ --with-jpeglib \ --with-readline \ --with-tcltk \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --datadir=/usr/share/R/share \ --includedir=/usr/share/R/include \ --with-blas \ --with-lapack \ --enable-long-double \ --enable-R-profiling \ --enable-R-shlib \ --enable-memory-profiling \ --without-recommended-packages \ --build x86_64-linux-gnu checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu loading site script './config.site' loading build-specific script './config.site' checking for pwd... /bin/pwd checking whether builddir is srcdir... yes checking whether ln -s works... yes checking for ar... ar checking for a BSD-compatible install... /usr/bin/install -c checking for sed... /bin/sed checking for which... /usr/bin/which checking for /usr/bin/pager... /usr/bin/pager checking for /bin/tar... /bin/tar checking for tex... /usr/bin/tex checking for pdftex... /usr/bin/pdftex checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for texi2any... /usr/bin/texi2any checking whether texi2any version is at least 6.1... yes checking for ginstall-info... no checking for install-info... no checking for texi2dvi... /usr/bin/texi2dvi checking for kpsewhich... /usr/bin/kpsewhich checking for latex inconsolata package... found zi4.sty checking for unzip... /usr/bin/unzip checking for zip... /usr/bin/zip checking for gzip... /bin/gzip -n checking for bzip2... /bin/bzip2 using default browser ... xdg-open checking for xdg-open... /usr/bin/xdg-open checking for working aclocal... found checking for working autoconf... found checking for working autoheader... found checking for bison... bison -y checking for notangle... false checking for realpath... /usr/bin/realpath checking for pkg-config... /usr/bin/pkg-config checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/time.h... yes checking for sys/param.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking whether gcc is a C23 compiler... no checking whether gcc -std=gnu23 is a C23 compiler... no checking whether gcc -std=gnu2x is a C23 compiler... no configure: WARNING: C23 support is unavailable checking how to run the C preprocessor... gcc -E looking for a modern Fortran compiler checking whether the compiler supports GNU Fortran... yes checking whether gfortran accepts -g... yes checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking whether g++ -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 can compile C++ code... yes checking how to run the C++ preprocessor... g++ -E checking whether __attribute__((visibility())) is supported... yes checking whether gcc accepts -fvisibility... yes checking whether g++ accepts -fvisibility... yes checking whether gfortran accepts -fvisibility... yes checking for gcc... gcc checking whether the compiler supports GNU Objective C... no checking whether gcc accepts -g... no checking whether gcc -std=gnu17 is a C17 compiler... yes checking whether gcc -std=gnu90 is a C90 compiler... yes checking whether gcc -std=gnu99 is a C99 compiler... yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... /usr/bin/awk checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking if gfortran supports -c -o file.o... (cached) yes checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for cos in -lm... yes checking for sin in -lm... yes checking for dlopen in -ldl... yes checking for readline/history.h... yes checking for readline/readline.h... yes checking for rl_callback_read_char in -lreadline... yes checking for history_truncate_file... yes checking for tilde_expand_word... yes checking whether rl_completion_matches exists and is declared... yes checking whether rl_resize_terminal exists and is declared... yes checking whether rl_sort_completion_matches exists and is declared... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking for dlfcn.h... (cached) yes checking for fcntl.h... yes checking for glob.h... yes checking for grp.h... yes checking for pwd.h... yes checking for sched.h... yes checking for strings.h... (cached) yes checking for sys/resource.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/times.h... yes checking for sys/utsname.h... yes checking for unistd.h... (cached) yes checking for utime.h... yes checking for arpa/inet.h... yes checking for elf.h... yes checking for features.h... yes checking for floatingpoint.h... no checking for langinfo.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for sys/param.h... (cached) yes checking for stdalign.h... yes checking for errno.h... yes checking for inttypes.h... (cached) yes checking for limits.h... yes checking for locale.h... yes checking for stdarg.h... yes checking for stdbool.h... yes checking for stdint.h... (cached) yes checking for string.h... (cached) yes checking for gcc options needed to detect all undeclared functions... none needed checking whether setjmp.h is POSIX.1 compatible... yes checking whether sigsetjmp is declared... yes checking whether siglongjmp is declared... yes checking for egrep -e... (cached) /bin/grep -E checking for GNU C library with version >= 2... yes checking for uint64_t... yes checking for int64_t... yes checking for int_fast64_t... yes checking for pid_t... yes checking for size_t... yes checking whether SIZE_MAX is declared... yes checking for blkcnt_t... yes checking for type of socket length... socklen_t * checking for stack_t... yes checking for intptr_t... yes checking for uintptr_t... yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for inline... inline checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of double... 8 checking size of size_t... 8 checking for C stack direction... down checking size of long double... 16 checking whether we can compute C Make dependencies... yes, using $(CC) -MM checking whether gcc supports -c -o FILE.lo... yes checking for gcc option to support OpenMP... -fopenmp checking how to get verbose linking output from gfortran... -v checking for Fortran libraries of gfortran... -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. -lgfortran -lm -lquadmath checking how to get verbose linking output from gcc... -v checking for C libraries of gcc... -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. -lgcc_s checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore checking whether gfortran appends underscores to external names... yes checking whether gfortran appends extra underscores to external names... no checking whether mixed C/Fortran code can be run... yes checking whether gfortran and gcc agree on int and double... yes checking whether gfortran and gcc agree on double complex... yes checking for gfortran option to support OpenMP... -fopenmp checking whether g++ accepts -M for generating dependencies... yes checking whether we can compute ObjC Make dependencies... no checking for type of 'hidden' Fortran character lengths... size_t checking for xmkmf... no checking whether g++ supports C++11 features with -std=gnu++11... yes checking whether g++ supports C++14 features with -std=gnu++14... yes checking whether g++ supports C++17 features with -std=gnu++17... yes checking whether g++ supports C++20 features with -std=gnu++20... yes checking whether g++ supports C++23 features with -std=gnu++23... yes checking whether g++ supports C++26 features with -std=gnu++26... no checking whether g++ supports C++26 features with -std=gnu++2... no checking whether g++ supports C++26 features with -std=c++26... no checking whether g++ supports C++26 features with +std=c++26... no checking whether g++ supports C++26 features with -std:c++26... no checking whether g++ supports C++26 features with -std=c++2... no checking whether g++ supports C++26 features with +std=c++2... no checking whether g++ supports C++26 features with -std:c++2... no checking whether g++ supports C++26 features by default... no configure: No compiler with C++26 support was found checking whether g++ -std=gnu++17 can compile ObjC++... no checking whether can compile ObjC++... no checking for Objective C++ compiler... no working ObjC++ compiler found checking for g++ -std=gnu++17 option to support OpenMP... -fopenmp checking for option providing pthread_kill... none required checking whether POSIX threads are supported... yes checking for off_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether alloca is declared... yes checking whether expm1 exists and is declared... yes checking whether hypot exists and is declared... yes checking whether log1p exists and is declared... yes checking whether log1pl exists and is declared... yes checking whether log2 exists and is declared... yes checking whether log10 exists and is declared... yes checking whether nearbyint exists and is declared... yes checking whether nearbyintl exists and is declared... yes checking whether powl exists and is declared... yes checking whether rintl exists and is declared... yes checking whether va_copy exists and is declared... yes checking for isblank... yes checking for sunmath.h... no checking for cospi in -lsunmath... no checking for atanpi... no checking for atan2pi... no checking for cospi... no checking for exp10... yes checking for pown... no checking for sinpi... no checking for tanpi... no checking for __cospi... no checking for __sinpi... no checking for __tanpi... no checking for fseeko... yes checking for ftello... yes checking whether fcntl exists and is declared... yes checking whether getgrgid exists and is declared... yes checking whether getpwnam exists and is declared... yes checking whether getpwuid exists and is declared... yes checking whether kill exists and is declared... yes checking whether sigaction exists and is declared... yes checking whether sigaltstack exists and is declared... yes checking whether sigemptyset exists and is declared... yes checking whether fdopen exists and is declared... yes checking whether popen exists and is declared... yes checking whether getline exists and is declared... yes checking whether select exists and is declared... yes checking whether setenv exists and is declared... yes checking whether unsetenv exists and is declared... yes checking whether getrlimit exists and is declared... yes checking whether setrlimit exists and is declared... yes checking whether getrusage exists and is declared... yes checking whether getpriority exists and is declared... yes checking whether chmod exists and is declared... yes checking whether mkfifo exists and is declared... yes checking whether stat exists and is declared... yes checking whether umask exists and is declared... yes checking whether gettimeofday exists and is declared... yes checking whether utimes exists and is declared... yes checking whether times exists and is declared... yes checking whether gmtime_r exists and is declared... yes checking whether localtime_r exists and is declared... yes checking whether nl_langinfo exists and is declared... yes checking whether access exists and is declared... yes checking whether chdir exists and is declared... yes checking whether execv exists and is declared... yes checking whether ftruncate exists and is declared... yes checking whether getcwd exists and is declared... yes checking whether geteuid exists and is declared... yes checking whether getuid exists and is declared... yes checking whether link exists and is declared... yes checking whether readlink exists and is declared... yes checking whether symlink exists and is declared... yes checking whether sysconf exists and is declared... yes checking whether sched_setaffinity exists and is declared... yes checking whether sched_getaffinity exists and is declared... yes checking whether utime exists and is declared... yes checking whether utimensat exists and is declared... yes checking for clock_gettime in -lrt... yes checking whether clock_gettime exists and is declared... yes checking whether timespec_get exists and is declared... yes checking for putenv... yes checking whether putenv is declared... yes checking for vasprintf... yes checking whether vasprintf is declared... yes checking for mempcpy... yes checking for realpath... yes checking whether realpath is declared... yes checking whether glob exists and is declared... yes checking for dladdr... yes checking for dlsym... yes checking whether dladdr is declared... yes checking whether dlsym is declared... yes checking whether RTLD_DEFAULT is declared... yes checking whether RTLD_NEXT is declared... yes checking for thread.h... no checking whether thr_stksegment exists and is declared... no checking for stpcpy... yes checking for isnan... yes checking whether isfinite is declared... yes checking whether isnan is declared... yes checking whether you have IEEE 754 floating-point arithmetic... yes checking whether putenv("FOO") can unset an environment variable... yes checking whether putenv("FOO=") can unset an environment variable... no checking for nl_langinfo and CODESET... yes checking for mkdtemp... yes checking for strdup... yes checking for strncasecmp... yes checking whether mkdtemp is declared... yes checking whether strdup is declared... yes checking whether strncasecmp is declared... yes checking for library containing connect... none required checking for library containing gethostbyname... none required checking for working calloc... yes checking for working isfinite... yes checking for working log1p... yes checking whether ftell works correctly on files opened for append... yes checking for working sigaction... yes checking whether the base type of an enum can be specified... no checking whether mktime, gmtime, localtime work correctly in 2020... yes checking whether mktime sets errno... yes checking whether mktime works correctly after 2037... yes checking whether mktime works correctly before 1902... yes checking whether mktime works correctly in 1969... yes checking for complex.h... yes checking for double complex... yes checking whether C99 double complex is supported... yes checking whether cabs exists and is declared... yes checking whether carg exists and is declared... yes checking whether cexp exists and is declared... yes checking whether clog exists and is declared... yes checking whether csqrt exists and is declared... yes checking whether cpow exists and is declared... yes checking whether ccos exists and is declared... yes checking whether csin exists and is declared... yes checking whether ctan exists and is declared... yes checking whether cacos exists and is declared... yes checking whether casin exists and is declared... yes checking whether catan exists and is declared... yes checking whether ccosh exists and is declared... yes checking whether csinh exists and is declared... yes checking whether ctanh exists and is declared... yes checking for working ctanh... yes checking whether 'struct tm' includes tm_zone... yes checking whether 'struct tm' includes tm_gmtoff... yes configure: searching for an external BLAS configure: searching for BLAS in default libraries checking for dgemm_... no configure: searching for OpenBLAS checking for sgemm_ in -lopenblas... no configure: searching for BLIS checking for sgemm_ in -lblis... no configure: searching for ATLAS checking for ATL_xerbla in -latlas... no configure: searching for PhiPACK checking for dgemm_ in -lblas... yes checking for dgemm_ in -ldgemm... no configure: searching for IBM ESSL checking for dgemm_ in -lblas... (cached) yes checking for dgemm_ in -lessl... no configure: searching for generic BLAS library checking for dgemm_ in -lblas... (cached) yes checking whether double complex BLAS can be used... yes checking whether the BLAS is complete... yes checking for dpstrf_... no checking for dpstrf_ in -llapack... yes checking for iconv.h... yes checking for iconv... yes checking whether iconv accepts "UTF-8", "latin1", "ASCII" and "UCS-*"... yes checking whether iconv accepts "CP1252"... yes checking for iconvlist... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for wchar.h... (cached) yes checking for wctype.h... yes checking whether mbrtowc exists and is declared... yes checking whether wcrtomb exists and is declared... yes checking whether wcscoll exists and is declared... yes checking whether wcsftime exists and is declared... yes checking whether wcstod exists and is declared... yes checking whether mbstowcs exists and is declared... yes checking whether wcstombs exists and is declared... yes checking whether wctrans exists and is declared... yes checking whether wctype exists and is declared... yes checking whether iswctype exists and is declared... yes checking whether wcwidth exists and is declared... yes checking whether wcswidth exists and is declared... yes checking for wctrans_t... yes checking for mbstate_t... yes checking for ICU... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for X11/Intrinsic.h... yes checking for XtToolkitInitialize in -lXt... yes using X11 ... yes checking for KeySym... yes checking for X11/Xmu/Atoms.h... no checking whether pkg-config knows about cairo and pango... yes checking whether cairo including pango is >= 1.2 and works... yes checking for tclConfig.sh... no checking for tclConfig.sh in library (sub)directories... /usr/lib/tcl8.6/tclConfig.sh checking for tkConfig.sh... no checking for tkConfig.sh in library (sub)directories... /usr/lib/tk8.6/tkConfig.sh checking for tcl.h... yes checking for tk.h... yes checking whether compiling/linking Tcl/Tk code works... yes checking for BSD networking... yes checking for rpc/types.h... no checking for tirpc/rpc/types.h... yes checking for tirpc/rpc/xdr.h... yes checking for XDR library... -ltirpc checking for XDR support... yes checking for inflateInit2_ in -lz... yes checking for zlib.h... yes checking if zlib version >= 1.2.5... yes checking whether zlib support suffices... yes checking for BZ2_bzlibVersion in -lbz2... yes checking for bzlib.h... yes checking if bzip2 version >= 1.0.6... yes checking whether bzip2 support suffices... yes checking for lzma_version_number in -llzma... yes checking for lzma.h... yes checking if lzma version >= 5.0.3... yes checking for ZSTD_versionNumber in -lzstd... yes checking for zstd.h... yes checking if zstd version >= 1.3.3... yes checking for ZSTD_decompressBound... yes checking for libdeflate.h... yes checking for libdeflate_alloc_compressor in -ldeflate... yes yes checking for pcre2.h... yes checking for pcre2_compile_8 in -lpcre2-8... yes checking if PCRE2 has Unicode support... yes checking whether PCRE support suffices... yes checking for curl-config... /usr/bin/curl-config checking libcurl version ... 7.88.1 checking for curl/curl.h... yes checking if libcurl is >= 7.28.0... yes checking if libcurl supports https... yes checking if pkg-config knows about libjpeg... yes checking if jpeglib version >= 6b... yes checking for jpeg_destroy_compress in -ljpeg... yes checking if pkg-config knows about libpng... yes checking if libpng version >= 1.2.7... yes checking for png_create_write_struct in -lpng... yes checking if pkg-config knows about libtiff... yes checking for tiffio.h... yes checking for TIFFOpen in -ltiff... yes checking whether leap seconds are treated according to POSIX... yes checking for inline... inline checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for setitimer... yes checking for gcc option to enable large file support... none needed checking for declarations of fseeko and ftello... yes checking whether KERN_USRSTACK sysctl is supported... no checking for visible __lib_stack_end... yes checking for paperconf... /usr/bin/paperconf checking for Fortran flag to compile .f90 files... none checking for Fortran flag to compile .f95 files... none checking for gfortran option to support OpenMP... (cached) -fopenmp checking whether NLS is requested... yes Configuring src/extra/intl directory checking for a race-free mkdir -p... /bin/mkdir -p checking whether we are using the GNU C Library 2 or newer... yes checking for ranlib... (cached) ranlib checking for simple visibility declarations... yes checking for stdint.h... yes checking for getpagesize... yes checking for working mmap... yes checking whether integer division by zero raises SIGFPE... no checking for inttypes.h... yes checking for unsigned long long int... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by gcc... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking whether imported symbols can be declared weak... yes checking for multithread API to use... none checking for argz.h... yes checking for inttypes.h... (cached) yes checking for limits.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... (cached) yes checking for munmap... yes checking for stpcpy... (cached) yes checking for strcasecmp... yes checking for strdup... (cached) yes checking for strtoul... yes checking for tsearch... yes checking for argz_count... yes checking for argz_stringify... yes checking for argz_next... yes checking for __fsetlocking... yes checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking for iconv... (cached) yes checking for iconv declaration... (cached) extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for NL_LOCALE_NAME macro... yes checking for bison... bison checking version of bison... 3.8.2, ok checking for long long int... yes checking for long double... yes checking for wchar_t... yes checking for wint_t... yes checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for ptrdiff_t... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for asprintf... yes checking for fwprintf... yes checking for putenv... (cached) yes checking for setenv... yes checking for setlocale... yes checking for snprintf... yes checking for wcslen... yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether getc_unlocked is declared... yes checking for nl_langinfo and CODESET... (cached) yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc Finished configuring src/extra/intl directory checking whether OpenMP SIMD reduction is supported... yes using as R_SHELL for scripts ... /bin/bash configure: creating ./config.status config.status: creating Makeconf config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/html/Makefile config.status: creating doc/manual/Makefile config.status: creating etc/Makefile config.status: creating etc/Makeconf config.status: creating etc/Renviron config.status: creating etc/javaconf config.status: creating etc/ldpaths config.status: creating m4/Makefile config.status: creating po/Makefile config.status: creating share/Makefile config.status: creating src/Makefile config.status: creating src/appl/Makefile config.status: creating src/extra/Makefile config.status: creating src/extra/blas/Makefile config.status: creating src/extra/intl/Makefile config.status: creating src/extra/tre/Makefile config.status: creating src/extra/tzone/Makefile config.status: creating src/extra/xdr/Makefile config.status: creating src/include/Makefile config.status: creating src/include/Rmath.h0 config.status: creating src/include/R_ext/Makefile config.status: creating src/library/Recommended/Makefile config.status: creating src/library/Makefile config.status: creating src/library/base/DESCRIPTION config.status: creating src/library/base/Makefile config.status: creating src/library/compiler/DESCRIPTION config.status: creating src/library/compiler/Makefile config.status: creating src/library/datasets/DESCRIPTION config.status: creating src/library/datasets/Makefile config.status: creating src/library/graphics/DESCRIPTION config.status: creating src/library/graphics/Makefile config.status: creating src/library/graphics/src/Makefile config.status: creating src/library/grDevices/DESCRIPTION config.status: creating src/library/grDevices/Makefile config.status: creating src/library/grDevices/src/Makefile config.status: creating src/library/grDevices/src/cairo/Makefile config.status: creating src/library/grid/DESCRIPTION config.status: creating src/library/grid/Makefile config.status: creating src/library/grid/src/Makefile config.status: creating src/library/methods/DESCRIPTION config.status: creating src/library/methods/Makefile config.status: creating src/library/methods/src/Makefile config.status: creating src/library/parallel/DESCRIPTION config.status: creating src/library/parallel/Makefile config.status: creating src/library/parallel/src/Makefile config.status: creating src/library/profile/Makefile config.status: creating src/library/stats/DESCRIPTION config.status: creating src/library/stats/Makefile config.status: creating src/library/stats/src/Makefile config.status: creating src/library/stats4/DESCRIPTION config.status: creating src/library/stats4/Makefile config.status: creating src/library/splines/DESCRIPTION config.status: creating src/library/splines/Makefile config.status: creating src/library/splines/src/Makefile config.status: creating src/library/tcltk/DESCRIPTION config.status: creating src/library/tcltk/Makefile config.status: creating src/library/tcltk/src/Makefile config.status: creating src/library/tools/DESCRIPTION config.status: creating src/library/tools/Makefile config.status: creating src/library/tools/src/Makefile config.status: creating src/library/translations/DESCRIPTION config.status: creating src/library/translations/Makefile config.status: creating src/library/utils/DESCRIPTION config.status: creating src/library/utils/Makefile config.status: creating src/library/utils/src/Makefile config.status: creating src/main/Makefile config.status: creating src/modules/Makefile config.status: creating src/modules/X11/Makefile config.status: creating src/modules/internet/Makefile config.status: creating src/modules/lapack/Makefile config.status: creating src/nmath/Makefile config.status: creating src/nmath/standalone/Makefile config.status: creating src/scripts/Makefile config.status: creating src/scripts/R.sh config.status: creating src/scripts/Rcmd config.status: creating src/scripts/javareconf config.status: creating src/scripts/mkinstalldirs config.status: creating src/scripts/pager config.status: creating src/scripts/rtags config.status: creating src/unix/Makefile config.status: creating tests/Makefile config.status: creating tests/Embedding/Makefile config.status: creating tests/Examples/Makefile config.status: creating tools/Makefile config.status: creating src/include/config.h config.status: executing libtool commands config.status: executing stamp-h commands R is now configured for x86_64-pc-linux-gnu Source directory: . Installation directory: /usr C compiler: gcc -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 Fortran fixed-form compiler: gfortran -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong Default C++ compiler: g++ -std=gnu++17 -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 Fortran free-form compiler: gfortran -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong Obj-C compiler: Interfaces supported: X11, tcltk External libraries: pcre2, readline, BLAS(generic), LAPACK(generic), curl, libdeflate Additional capabilities: PNG, JPEG, TIFF, NLS, cairo, ICU Options enabled: shared R library, R profiling, memory profiling, libdeflate for lazyload Capabilities skipped: Options not enabled: shared BLAS Recommended packages: no touch configure-stamp *** make-arch *** /usr/bin/make CFLAGS="`DEB_BUILD_MAINT_OPTIONS=optimize=-lto dpkg-buildflags --get CXXFLAGS` -Wdate-time -D_FORTIFY_SOURCE=2" \ CXXFLAGS="`DEB_BUILD_MAINT_OPTIONS=optimize=-lto dpkg-buildflags --get CXXFLAGS` -Wdate-time -D_FORTIFY_SOURCE=2" \ FFLAGS="-g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong" \ FCFLAGS="-g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong" \ CC=gcc \ CXX=g++ \ F77=gfortran \ LDFLAGS="-Wl,-z,relro" \ PKG_BUILT_STAMP="""" \ R_GZIPCMD="/bin/gzip -n" \ R make[1]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/m4' make[2]: Nothing to be done for 'R'. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/m4' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tools' make[2]: Nothing to be done for 'R'. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tools' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/html' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/html' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' make[3]: Nothing to be done for 'R'. make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/etc' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/etc' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/share' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/share' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' creating src/scripts/R.fe make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' mkdir -p -- ../../bin make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include' mkdir -p -- ../../include make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include/R_ext' mkdir -p -- ../../../include/R_ext make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include/R_ext' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' making regcomp.d from regcomp.c making regerror.d from regerror.c making regexec.d from regexec.c making tre-ast.d from tre-ast.c making tre-compile.d from tre-compile.c making tre-match-approx.d from tre-match-approx.c making tre-match-backtrack.d from tre-match-backtrack.c making tre-match-parallel.d from tre-match-parallel.c making tre-mem.d from tre-mem.c making tre-parse.d from tre-parse.c making tre-stack.d from tre-stack.c make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' gcc -I. -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c regcomp.c -o regcomp.o gcc -I. -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c regerror.c -o regerror.o gcc -I. -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c regexec.c -o regexec.o gcc -I. -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c tre-ast.c -o tre-ast.o gcc -I. -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c tre-compile.c -o tre-compile.o gcc -I. -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c tre-match-approx.c -o tre-match-approx.o gcc -I. -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c tre-match-backtrack.c -o tre-match-backtrack.o gcc -I. -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c tre-match-parallel.c -o tre-match-parallel.o gcc -I. -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c tre-mem.c -o tre-mem.o gcc -I. -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c tre-parse.c -o tre-parse.o gcc -I. -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c tre-stack.c -o tre-stack.o ar -cr libtre.a regcomp.o regerror.o regexec.o tre-ast.o tre-compile.o tre-match-approx.o tre-match-backtrack.o tre-match-parallel.o tre-mem.o tre-parse.o tre-stack.o ranlib libtre.a make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' making integrate.d from integrate.c making interv.d from interv.c making maxcol.d from maxcol.c making optim.d from optim.c making pretty.d from pretty.c making uncmin.d from uncmin.c make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c integrate.c -o integrate.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c interv.c -o interv.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c maxcol.c -o maxcol.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c optim.c -o optim.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pretty.c -o pretty.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c uncmin.c -o uncmin.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dchdc.f -o dchdc.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dpbfa.f -o dpbfa.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dpbsl.f -o dpbsl.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dpoco.f -o dpoco.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dpodi.f -o dpodi.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dpofa.f -o dpofa.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dposl.f -o dposl.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dqrdc.f -o dqrdc.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dqrdc2.f -o dqrdc2.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dqrls.f -o dqrls.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dqrsl.f -o dqrsl.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dqrutl.f -o dqrutl.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dsvdc.f -o dsvdc.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dtrco.f -o dtrco.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c dtrsl.f -o dtrsl.o ar -cr libappl.a integrate.o interv.o maxcol.o optim.o pretty.o uncmin.o dchdc.o dpbfa.o dpbsl.o dpoco.o dpodi.o dpofa.o dposl.o dqrdc.o dqrdc2.o dqrls.o dqrsl.o dqrutl.o dsvdc.o dtrco.o dtrsl.o ranlib libappl.a make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' making mlutils.d from mlutils.c making d1mach.d from d1mach.c making i1mach.d from i1mach.c making fmax2.d from fmax2.c making fmin2.d from fmin2.c making fprec.d from fprec.c making fround.d from fround.c making ftrunc.d from ftrunc.c making sign.d from sign.c making fsign.d from fsign.c making imax2.d from imax2.c making imin2.d from imin2.c making chebyshev.d from chebyshev.c making log1p.d from log1p.c making lgammacor.d from lgammacor.c making gammalims.d from gammalims.c making stirlerr.d from stirlerr.c making bd0.d from bd0.c making gamma.d from gamma.c making lgamma.d from lgamma.c making gamma_cody.d from gamma_cody.c making beta.d from beta.c making lbeta.d from lbeta.c making polygamma.d from polygamma.c making cospi.d from cospi.c making bessel_i.d from bessel_i.c making bessel_j.d from bessel_j.c making bessel_k.d from bessel_k.c making bessel_y.d from bessel_y.c making choose.d from choose.c making snorm.d from snorm.c making sexp.d from sexp.c making dgamma.d from dgamma.c making pgamma.d from pgamma.c making qgamma.d from qgamma.c making rgamma.d from rgamma.c making dbeta.d from dbeta.c making pbeta.d from pbeta.c making qbeta.d from qbeta.c making rbeta.d from rbeta.c making dunif.d from dunif.c making punif.d from punif.c making qunif.d from qunif.c making runif.d from runif.c making dnorm.d from dnorm.c making pnorm.d from pnorm.c making qnorm.d from qnorm.c making rnorm.d from rnorm.c making dlnorm.d from dlnorm.c making plnorm.d from plnorm.c making qlnorm.d from qlnorm.c making rlnorm.d from rlnorm.c making df.d from df.c making pf.d from pf.c making qf.d from qf.c making rf.d from rf.c making dnf.d from dnf.c making dt.d from dt.c making pt.d from pt.c making qt.d from qt.c making rt.d from rt.c making dnt.d from dnt.c making dchisq.d from dchisq.c making pchisq.d from pchisq.c making qchisq.d from qchisq.c making rchisq.d from rchisq.c making rnchisq.d from rnchisq.c making dbinom.d from dbinom.c making pbinom.d from pbinom.c making qbinom.d from qbinom.c making rbinom.d from rbinom.c making rmultinom.d from rmultinom.c making dcauchy.d from dcauchy.c making pcauchy.d from pcauchy.c making qcauchy.d from qcauchy.c making rcauchy.d from rcauchy.c making dexp.d from dexp.c making pexp.d from pexp.c making qexp.d from qexp.c making rexp.d from rexp.c making dgeom.d from dgeom.c making pgeom.d from pgeom.c making qgeom.d from qgeom.c making rgeom.d from rgeom.c making dhyper.d from dhyper.c making phyper.d from phyper.c making qhyper.d from qhyper.c making rhyper.d from rhyper.c making dnbinom.d from dnbinom.c making pnbinom.d from pnbinom.c making qnbinom.d from qnbinom.c making qnbinom_mu.d from qnbinom_mu.c making rnbinom.d from rnbinom.c making dpois.d from dpois.c making ppois.d from ppois.c making qpois.d from qpois.c making rpois.d from rpois.c making dweibull.d from dweibull.c making pweibull.d from pweibull.c making qweibull.d from qweibull.c making rweibull.d from rweibull.c making dlogis.d from dlogis.c making plogis.d from plogis.c making qlogis.d from qlogis.c making rlogis.d from rlogis.c making dnchisq.d from dnchisq.c making pnchisq.d from pnchisq.c making qnchisq.d from qnchisq.c making dnbeta.d from dnbeta.c making pnbeta.d from pnbeta.c making qnbeta.d from qnbeta.c making pnf.d from pnf.c making pnt.d from pnt.c making qnf.d from qnf.c making qnt.d from qnt.c making ptukey.d from ptukey.c making qtukey.d from qtukey.c making toms708.d from toms708.c making wilcox.d from wilcox.c making signrank.d from signrank.c make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c mlutils.c -o mlutils.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c d1mach.c -o d1mach.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c i1mach.c -o i1mach.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c fmax2.c -o fmax2.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c fmin2.c -o fmin2.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c fprec.c -o fprec.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c fround.c -o fround.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c ftrunc.c -o ftrunc.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c sign.c -o sign.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c fsign.c -o fsign.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c imax2.c -o imax2.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c imin2.c -o imin2.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c chebyshev.c -o chebyshev.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c log1p.c -o log1p.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c lgammacor.c -o lgammacor.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c gammalims.c -o gammalims.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c stirlerr.c -o stirlerr.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c bd0.c -o bd0.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c gamma.c -o gamma.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c lgamma.c -o lgamma.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c gamma_cody.c -o gamma_cody.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c beta.c -o beta.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c lbeta.c -o lbeta.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c polygamma.c -o polygamma.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c cospi.c -o cospi.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c bessel_i.c -o bessel_i.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c bessel_j.c -o bessel_j.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c bessel_k.c -o bessel_k.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c bessel_y.c -o bessel_y.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c choose.c -o choose.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c snorm.c -o snorm.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c sexp.c -o sexp.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dgamma.c -o dgamma.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pgamma.c -o pgamma.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qgamma.c -o qgamma.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rgamma.c -o rgamma.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dbeta.c -o dbeta.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pbeta.c -o pbeta.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qbeta.c -o qbeta.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rbeta.c -o rbeta.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dunif.c -o dunif.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c punif.c -o punif.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qunif.c -o qunif.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c runif.c -o runif.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dnorm.c -o dnorm.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pnorm.c -o pnorm.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qnorm.c -o qnorm.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rnorm.c -o rnorm.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dlnorm.c -o dlnorm.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c plnorm.c -o plnorm.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qlnorm.c -o qlnorm.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rlnorm.c -o rlnorm.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c df.c -o df.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pf.c -o pf.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qf.c -o qf.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rf.c -o rf.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dnf.c -o dnf.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dt.c -o dt.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pt.c -o pt.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qt.c -o qt.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rt.c -o rt.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dnt.c -o dnt.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dchisq.c -o dchisq.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pchisq.c -o pchisq.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qchisq.c -o qchisq.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rchisq.c -o rchisq.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rnchisq.c -o rnchisq.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dbinom.c -o dbinom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pbinom.c -o pbinom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qbinom.c -o qbinom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rbinom.c -o rbinom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rmultinom.c -o rmultinom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dcauchy.c -o dcauchy.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pcauchy.c -o pcauchy.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qcauchy.c -o qcauchy.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rcauchy.c -o rcauchy.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dexp.c -o dexp.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pexp.c -o pexp.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qexp.c -o qexp.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rexp.c -o rexp.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dgeom.c -o dgeom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pgeom.c -o pgeom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qgeom.c -o qgeom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rgeom.c -o rgeom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dhyper.c -o dhyper.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c phyper.c -o phyper.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qhyper.c -o qhyper.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rhyper.c -o rhyper.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dnbinom.c -o dnbinom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pnbinom.c -o pnbinom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qnbinom.c -o qnbinom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qnbinom_mu.c -o qnbinom_mu.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rnbinom.c -o rnbinom.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dpois.c -o dpois.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c ppois.c -o ppois.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qpois.c -o qpois.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rpois.c -o rpois.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dweibull.c -o dweibull.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pweibull.c -o pweibull.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qweibull.c -o qweibull.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rweibull.c -o rweibull.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dlogis.c -o dlogis.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c plogis.c -o plogis.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qlogis.c -o qlogis.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rlogis.c -o rlogis.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dnchisq.c -o dnchisq.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pnchisq.c -o pnchisq.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qnchisq.c -o qnchisq.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dnbeta.c -o dnbeta.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pnbeta.c -o pnbeta.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qnbeta.c -o qnbeta.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pnf.c -o pnf.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pnt.c -o pnt.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qnf.c -o qnf.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qnt.c -o qnt.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c ptukey.c -o ptukey.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qtukey.c -o qtukey.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c toms708.c -o toms708.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c wilcox.c -o wilcox.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c signrank.c -o signrank.o ar -cr libnmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fprec.o fround.o ftrunc.o sign.o fsign.o imax2.o imin2.o chebyshev.o log1p.o lgammacor.o gammalims.o stirlerr.o bd0.o gamma.o lgamma.o gamma_cody.o beta.o lbeta.o polygamma.o cospi.o bessel_i.o bessel_j.o bessel_k.o bessel_y.o choose.o snorm.o sexp.o dgamma.o pgamma.o qgamma.o rgamma.o dbeta.o pbeta.o qbeta.o rbeta.o dunif.o punif.o qunif.o runif.o dnorm.o pnorm.o qnorm.o rnorm.o dlnorm.o plnorm.o qlnorm.o rlnorm.o df.o pf.o qf.o rf.o dnf.o dt.o pt.o qt.o rt.o dnt.o dchisq.o pchisq.o qchisq.o rchisq.o rnchisq.o dbinom.o pbinom.o qbinom.o rbinom.o rmultinom.o dcauchy.o pcauchy.o qcauchy.o rcauchy.o dexp.o pexp.o qexp.o rexp.o dgeom.o pgeom.o qgeom.o rgeom.o dhyper.o phyper.o qhyper.o rhyper.o dnbinom.o pnbinom.o qnbinom.o qnbinom_mu.o rnbinom.o dpois.o ppois.o qpois.o rpois.o dweibull.o pweibull.o qweibull.o rweibull.o dlogis.o plogis.o qlogis.o rlogis.o dnchisq.o pnchisq.o qnchisq.o dnbeta.o pnbeta.o qnbeta.o pnf.o pnt.o qnf.o qnt.o ptukey.o qtukey.o toms708.o wilcox.o signrank.o ranlib libnmath.a make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' config.status: creating src/unix/Makefile making Rembedded.d from Rembedded.c making dynload.d from dynload.c making system.d from system.c making sys-unix.d from sys-unix.c making sys-std.d from sys-std.c making X11.d from X11.c make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c Rembedded.c -o Rembedded.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dynload.c -o dynload.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c system.c -o system.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c sys-unix.c -o sys-unix.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c sys-std.c -o sys-std.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c X11.c -o X11.o ar -cr libunix.a Rembedded.o dynload.o system.o sys-unix.o sys-std.o X11.o ranlib libunix.a make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -DR_HOME='"/home/jranke/git/r-backports/bookworm/r-base-4.5.2"' \ -o Rscript ./Rscript.c make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' config.status: creating src/main/Makefile making CommandLineArgs.d from CommandLineArgs.c making Rdynload.d from Rdynload.c making Renviron.d from Renviron.c making RNG.d from RNG.c making agrep.d from agrep.c making altclasses.d from altclasses.c making altrep.d from altrep.c making apply.d from apply.c making arithmetic.d from arithmetic.c making array.d from array.c making attrib.d from attrib.c making bind.d from bind.c making builtin.d from builtin.c making character.d from character.c making clippath.d from clippath.c making coerce.d from coerce.c making colors.d from colors.c making complex.d from complex.c making connections.d from connections.c making context.d from context.c making cum.d from cum.c making dcf.d from dcf.c making datetime.d from datetime.c making debug.d from debug.c making deparse.d from deparse.c making devices.d from devices.c making dotcode.d from dotcode.c making dounzip.d from dounzip.c making dstruct.d from dstruct.c making duplicate.d from duplicate.c making edit.d from edit.c making engine.d from engine.c making envir.d from envir.c making errors.d from errors.c making eval.d from eval.c making flexiblas.d from flexiblas.c making format.d from format.c making gevents.d from gevents.c making gram.d from gram.c making gram-ex.d from gram-ex.c making graphics.d from graphics.c making grep.d from grep.c making identical.d from identical.c making inlined.d from inlined.c making inspect.d from inspect.c making internet.d from internet.c making iosupport.d from iosupport.c making lapack.d from lapack.c making list.d from list.c making localecharset.d from localecharset.c making logic.d from logic.c making machine.d from machine.c making main.d from main.c making mapply.d from mapply.c making mask.d from mask.c making match.d from match.c making memory.d from memory.c making names.d from names.c making objects.d from objects.c making options.d from options.c making paste.d from paste.c making patterns.d from patterns.c making platform.d from platform.c making plot.d from plot.c making plot3d.d from plot3d.c making plotmath.d from plotmath.c making print.d from print.c making printarray.d from printarray.c making printvector.d from printvector.c making printutils.d from printutils.c making qsort.d from qsort.c making radixsort.d from radixsort.c making random.d from random.c making raw.d from raw.c making registration.d from registration.c making relop.d from relop.c making rlocale.d from rlocale.c making saveload.d from saveload.c making scan.d from scan.c making seq.d from seq.c making serialize.d from serialize.c making sort.d from sort.c making source.d from source.c making split.d from split.c making sprintf.d from sprintf.c making startup.d from startup.c making subassign.d from subassign.c making subscript.d from subscript.c making subset.d from subset.c making summary.d from summary.c making sysutils.d from sysutils.c making times.d from times.c making unique.d from unique.c making util.d from util.c making version.d from version.c making g_alab_her.d from g_alab_her.c making g_cntrlify.d from g_cntrlify.c making g_fontdb.d from g_fontdb.c making g_her_glyph.d from g_her_glyph.c making Rmain.d from Rmain.c making alloca.d from alloca.c making mkdtemp.d from mkdtemp.c making strdup.d from strdup.c making strncasecmp.d from strncasecmp.c make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c CommandLineArgs.c -o CommandLineArgs.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c Rdynload.c -o Rdynload.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c Renviron.c -o Renviron.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c RNG.c -o RNG.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c agrep.c -o agrep.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c altclasses.c -o altclasses.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c altrep.c -o altrep.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c apply.c -o apply.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c arithmetic.c -o arithmetic.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c array.c -o array.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c attrib.c -o attrib.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c bind.c -o bind.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c builtin.c -o builtin.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c character.c -o character.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c clippath.c -o clippath.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c coerce.c -o coerce.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c colors.c -o colors.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c complex.c -o complex.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c connections.c -o connections.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c context.c -o context.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c cum.c -o cum.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dcf.c -o dcf.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c datetime.c -o datetime.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c debug.c -o debug.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c deparse.c -o deparse.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c devices.c -o devices.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dotcode.c -o dotcode.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dounzip.c -o dounzip.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dstruct.c -o dstruct.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c duplicate.c -o duplicate.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c edit.c -o edit.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c engine.c -o engine.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c envir.c -o envir.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c errors.c -o errors.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c eval.c -o eval.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c flexiblas.c -o flexiblas.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c format.c -o format.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c gevents.c -o gevents.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c gram.c -o gram.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c gram-ex.c -o gram-ex.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c graphics.c -o graphics.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c grep.c -o grep.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c identical.c -o identical.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c inlined.c -o inlined.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c inspect.c -o inspect.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c internet.c -o internet.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c iosupport.c -o iosupport.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c lapack.c -o lapack.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c list.c -o list.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c localecharset.c -o localecharset.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c logic.c -o logic.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c machine.c -o machine.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c main.c -o main.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c mapply.c -o mapply.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c mask.c -o mask.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c match.c -o match.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c memory.c -o memory.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c names.c -o names.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c objects.c -o objects.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c options.c -o options.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c paste.c -o paste.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c patterns.c -o patterns.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c platform.c -o platform.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c plot.c -o plot.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c plot3d.c -o plot3d.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c plotmath.c -o plotmath.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c print.c -o print.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c printarray.c -o printarray.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c printvector.c -o printvector.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c printutils.c -o printutils.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c qsort.c -o qsort.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c radixsort.c -o radixsort.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c random.c -o random.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c raw.c -o raw.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c registration.c -o registration.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c relop.c -o relop.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rlocale.c -o rlocale.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c saveload.c -o saveload.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c scan.c -o scan.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c seq.c -o seq.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c serialize.c -o serialize.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c sort.c -o sort.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c source.c -o source.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c split.c -o split.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c sprintf.c -o sprintf.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c startup.c -o startup.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c subassign.c -o subassign.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c subscript.c -o subscript.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c subset.c -o subset.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c summary.c -o summary.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c sysutils.c -o sysutils.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c times.c -o times.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c unique.c -o unique.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c util.c -o util.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c version.c -o version.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c g_alab_her.c -o g_alab_her.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c g_cntrlify.c -o g_cntrlify.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c g_fontdb.c -o g_fontdb.o gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c g_her_glyph.c -o g_her_glyph.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c xxxpr.f -o xxxpr.o gcc -shared -fopenmp -Wl,-z,relro -o libR.so CommandLineArgs.o Rdynload.o Renviron.o RNG.o agrep.o altclasses.o altrep.o apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o clippath.o coerce.o colors.o complex.o connections.o context.o cum.o dcf.o datetime.o debug.o deparse.o devices.o dotcode.o dounzip.o dstruct.o duplicate.o edit.o engine.o envir.o errors.o eval.o flexiblas.o format.o gevents.o gram.o gram-ex.o graphics.o grep.o identical.o inlined.o inspect.o internet.o iosupport.o lapack.o list.o localecharset.o logic.o machine.o main.o mapply.o mask.o match.o memory.o names.o objects.o options.o paste.o patterns.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o qsort.o radixsort.o random.o raw.o registration.o relop.o rlocale.o saveload.o scan.o seq.o serialize.o sort.o source.o split.o sprintf.o startup.o subassign.o subscript.o subset.o summary.o sysutils.o times.o unique.o util.o version.o g_alab_her.o g_cntrlify.o g_fontdb.o g_her_glyph.o xxxpr.o `ls ../unix/*.o ../appl/*.o ../nmath/*.o` ../extra/tre/libtre.a -lblas -lgfortran -lm -lquadmath -lreadline -lpcre2-8 -ldeflate -lzstd -llzma -lbz2 -lz -ltirpc -lrt -ldl -lm -licuuc -licui18n make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/bin/exec mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/lib make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' gcc -I../../src/extra -I/usr/include/tirpc -I. -I../../src/include -I../../src/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c Rmain.c -o Rmain.o gcc -Wl,--export-dynamic -fopenmp -L"../../lib" -Wl,-z,relro -o R.bin Rmain.o -lR make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' making Rhttpd.d from Rhttpd.c making Rsock.d from Rsock.c making internet.d from internet.c making libcurl.d from libcurl.c making sock.d from sock.c making sockconn.d from sockconn.c make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' gcc -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c Rhttpd.c -o Rhttpd.o gcc -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c Rsock.c -o Rsock.o gcc -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c internet.c -o internet.o gcc -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c libcurl.c -o libcurl.o gcc -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c sock.c -o sock.o gcc -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -c sockconn.c -o sockconn.o gcc -shared -L"../../../lib" -Wl,-z,relro -o internet.so Rhttpd.o Rsock.o internet.o libcurl.o sock.o sockconn.o -lcurl -lR make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/modules make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' making Lapack.d from Lapack.c make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' gcc -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c Lapack.c -o Lapack.o gcc -I. -I../../../src/include -I../../../src/include -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c ../../main/flexiblas.c -o flexiblas.o gcc -shared -L"../../../lib" -Wl,-z,relro -o lapack.so Lapack.o flexiblas.o -lR -llapack -lblas -lgfortran -lm -lquadmath make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' making devX11.d from devX11.c making rotated.d from rotated.c making rbitmap.d from rbitmap.c make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' gcc -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I. -I../../../src/include -I../../../src/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -pthread -I../../../src/library/grDevices/src/cairo -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c devX11.c -o devX11.o gcc -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I. -I../../../src/include -I../../../src/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -pthread -I../../../src/library/grDevices/src/cairo -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rotated.c -o rotated.o gcc -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I. -I../../../src/include -I../../../src/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -pthread -I../../../src/library/grDevices/src/cairo -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rbitmap.c -o rbitmap.o gcc -shared -L"../../../lib" -Wl,-z,relro -o R_X11.so devX11.o rotated.o rbitmap.o -ltiff -ljpeg -lpng16 -lSM -lICE -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lpng16 -lz -lcairo -lX11 -lXext -lX11 -lXt -lR -lm gcc -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I. -I../../../src/include -I../../../src/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -pthread -I../../../src/library/grDevices/src/cairo -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dataentry.c -o dataentry.o gcc -shared -L"../../../lib" -Wl,-z,relro -o R_de.so dataentry.o -lSM -lICE -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lpng16 -lz -lcairo -lX11 -lXext -lX11 -lXt -lR -lm make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' mkdir -p -- ../../library make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/profile' building system startup profile mkdir -p -- ../../../library/base/R make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/profile' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/translations' building package 'translations' mkdir -p -- ../../../library/translations make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/translations' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/translations' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/translations' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' building package 'base' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' mkdir -p -- ../../../library/base/demo make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' building package 'tools' mkdir -p -- ../../../library/tools make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' mkdir -p -- ../../../library/tools/R make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools/src' making text.d from text.c making init.d from init.c making Rmd5.d from Rmd5.c making md5.d from md5.c making signals.d from signals.c making install.d from install.c making getfmts.d from getfmts.c making http.d from http.c making gramLatex.d from gramLatex.c making gramRd.d from gramRd.c making pdscan.d from pdscan.c making Rsha256.d from Rsha256.c making sha256.d from sha256.c gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c text.c -o text.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c init.c -o init.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c Rmd5.c -o Rmd5.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c md5.c -o md5.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c signals.c -o signals.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c install.c -o install.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c getfmts.c -o getfmts.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c http.c -o http.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c gramLatex.c -o gramLatex.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c gramRd.c -o gramRd.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pdscan.c -o pdscan.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c Rsha256.c -o Rsha256.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c sha256.c -o sha256.o gcc -shared -L../../../../lib -Wl,-z,relro -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o pdscan.o Rsha256.o sha256.o -L../../../../lib -lR make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools/src' mkdir -p -- ../../../../library/tools/libs make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' installing 'sysdata.rda' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' building package 'compiler' mkdir -p -- ../../../library/compiler make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' mkdir -p -- ../../../library/compiler/R make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' byte-compiling package 'compiler' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' byte-compiling package 'base' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' byte-compiling package 'tools' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' building package 'utils' mkdir -p -- ../../../library/utils mkdir -p -- ../../../library/utils/doc make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' mkdir -p -- ../../../library/utils/R mkdir -p -- ../../../library/utils/Sweave mkdir -p -- ../../../library/utils/misc make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils/src' making init.d from init.c making io.d from io.c making size.d from size.c making sock.d from sock.c making stubs.d from stubs.c making utils.d from utils.c making hashtab.d from hashtab.c gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c init.c -o init.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c io.c -o io.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c size.c -o size.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c sock.c -o sock.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c stubs.c -o stubs.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c utils.c -o utils.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c hashtab.c -o hashtab.o gcc -shared -L../../../../lib -Wl,-z,relro -o utils.so init.o io.o size.o sock.o stubs.o utils.o hashtab.o -L../../../../lib -lR make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils/src' mkdir -p -- ../../../../library/utils/libs make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' installing 'sysdata.rda' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' byte-compiling package 'utils' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' building package 'grDevices' mkdir -p -- ../../../library/grDevices make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' mkdir -p -- ../../../library/grDevices/R mkdir -p -- ../../../library/grDevices/afm mkdir -p -- ../../../library/grDevices/enc mkdir -p -- ../../../library/grDevices/fonts/Roboto mkdir -p -- ../../../library/grDevices/fonts/Montserrat/static mkdir -p -- ../../../library/grDevices/icc make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src' making axis_scales.d from axis_scales.c making chull.d from chull.c making devices.d from devices.c making init.d from init.c making stubs.d from stubs.c making colors.d from colors.c making clippath.d from clippath.c making patterns.d from patterns.c making mask.d from mask.c making group.d from group.c making devCairo.d from devCairo.c making devPicTeX.d from devPicTeX.c making devPS.d from devPS.c making devQuartz.d from devQuartz.c gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c axis_scales.c -o axis_scales.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c chull.c -o chull.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c devices.c -o devices.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c init.c -o init.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c stubs.c -o stubs.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c colors.c -o colors.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c clippath.c -o clippath.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c patterns.c -o patterns.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c mask.c -o mask.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c group.c -o group.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c devCairo.c -o devCairo.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c devPicTeX.c -o devPicTeX.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c devPS.c -o devPS.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c devQuartz.c -o devQuartz.o gcc -shared -L../../../../lib -Wl,-z,relro -o grDevices.so axis_scales.o chull.o devices.o init.o stubs.o colors.o clippath.o patterns.o mask.o group.o devCairo.o devPicTeX.o devPS.o devQuartz.o -lz -L../../../../lib -lR make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src' mkdir -p -- ../../../../library/grDevices/libs make[8]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' making cairoBM.d from cairoBM.c make[9]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[10]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' gcc -I. -I../../../../../src/include -I../../../../../src/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -pthread -I../../../../../src/modules/X11 -DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c cairoBM.c -o cairoBM.o gcc -shared -L"../../../../../lib" -Wl,-z,relro -o cairo.so cairoBM.o ../../../../../src/modules/X11/rbitmap.o -ltiff -ljpeg -lpng16 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lpng16 -lz -lcairo -L"../../../../../lib" -lR -lm make[10]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[9]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[8]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' byte-compiling package 'grDevices' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' building package 'graphics' mkdir -p -- ../../../library/graphics make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' mkdir -p -- ../../../library/graphics/R make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics/src' making init.d from init.c making base.d from base.c making graphics.d from graphics.c making par.d from par.c making plot.d from plot.c making plot3d.d from plot3d.c making stem.d from stem.c gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c init.c -o init.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c base.c -o base.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c graphics.c -o graphics.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c par.c -o par.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c plot.c -o plot.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c plot3d.c -o plot3d.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c stem.c -o stem.o gcc -shared -L../../../../lib -Wl,-z,relro -o graphics.so init.o base.o graphics.o par.o plot.o plot3d.o stem.o -L../../../../lib -lR make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics/src' mkdir -p -- ../../../../library/graphics/libs make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' byte-compiling package 'graphics' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' building package 'stats' mkdir -p -- ../../../library/stats mkdir -p -- ../../../library/stats/doc make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' mkdir -p -- ../../../library/stats/R make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats/src' making init.d from init.c making kmeans.d from kmeans.c making ansari.d from ansari.c making bandwidths.d from bandwidths.c making chisqsim.d from chisqsim.c making d2x2xk.d from d2x2xk.c making fexact.d from fexact.c making kendall.d from kendall.c making ks.d from ks.c making line.d from line.c making smooth.d from smooth.c making prho.d from prho.c making swilk.d from swilk.c making ksmooth.d from ksmooth.c making loessc.d from loessc.c making monoSpl.d from monoSpl.c making isoreg.d from isoreg.c making Srunmed.d from Srunmed.c making dblcen.d from dblcen.c making distance.d from distance.c making hclust-utils.d from hclust-utils.c making nls.d from nls.c making rWishart.d from rWishart.c making HoltWinters.d from HoltWinters.c making PPsum.d from PPsum.c making arima.d from arima.c making burg.d from burg.c making filter.d from filter.c making mAR.d from mAR.c making pacf.d from pacf.c making starma.d from starma.c making port.d from port.c making family.d from family.c making sbart.d from sbart.c making approx.d from approx.c making loglin.d from loglin.c making lowess.d from lowess.c making massdist.d from massdist.c making splines.d from splines.c making lm.d from lm.c making complete_cases.d from complete_cases.c making cov.d from cov.c making deriv.d from deriv.c making fft.d from fft.c making fourier.d from fourier.c making model.d from model.c making optim.d from optim.c making optimize.d from optimize.c making integrate.d from integrate.c making random.d from random.c making distn.d from distn.c making zeroin.d from zeroin.c making rcont.d from rcont.c making influence.d from influence.c gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c init.c -o init.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c kmeans.c -o kmeans.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c ansari.c -o ansari.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c bandwidths.c -o bandwidths.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c chisqsim.c -o chisqsim.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c d2x2xk.c -o d2x2xk.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c fexact.c -o fexact.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c kendall.c -o kendall.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c ks.c -o ks.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c line.c -o line.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c smooth.c -o smooth.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c prho.c -o prho.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c swilk.c -o swilk.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c ksmooth.c -o ksmooth.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c loessc.c -o loessc.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c monoSpl.c -o monoSpl.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c isoreg.c -o isoreg.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c Srunmed.c -o Srunmed.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dblcen.c -o dblcen.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c distance.c -o distance.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c hclust-utils.c -o hclust-utils.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c nls.c -o nls.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rWishart.c -o rWishart.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c HoltWinters.c -o HoltWinters.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c PPsum.c -o PPsum.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c arima.c -o arima.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c burg.c -o burg.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c filter.c -o filter.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c mAR.c -o mAR.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pacf.c -o pacf.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c starma.c -o starma.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c port.c -o port.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c family.c -o family.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c sbart.c -o sbart.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c approx.c -o approx.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c loglin.c -o loglin.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c lowess.c -o lowess.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c massdist.c -o massdist.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c splines.c -o splines.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c lm.c -o lm.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c complete_cases.c -o complete_cases.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c cov.c -o cov.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c deriv.c -o deriv.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c fft.c -o fft.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c fourier.c -o fourier.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c model.c -o model.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c optim.c -o optim.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c optimize.c -o optimize.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c integrate.c -o integrate.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c random.c -o random.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c distn.c -o distn.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c zeroin.c -o zeroin.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rcont.c -o rcont.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fopenmp -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c influence.c -o influence.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c bsplvd.f -o bsplvd.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c bvalue.f -o bvalue.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c bvalus.f -o bvalus.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c loessf.f -o loessf.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c ppr.f -o ppr.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c qsbart.f -o qsbart.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c sgram.f -o sgram.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c sinerp.f -o sinerp.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c sslvrg.f -o sslvrg.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c stxwx.f -o stxwx.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c hclust.f -o hclust.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c kmns.f -o kmns.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c eureka.f -o eureka.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c stl.f -o stl.o gfortran -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -msse2 -mfpmath=sse -c portsrc.f -o portsrc.o gfortran -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -c lminfl.f -o lminfl.o gcc -shared -L../../../../lib -Wl,-z,relro -o stats.so init.o kmeans.o ansari.o bandwidths.o chisqsim.o d2x2xk.o fexact.o kendall.o ks.o line.o smooth.o prho.o swilk.o ksmooth.o loessc.o monoSpl.o isoreg.o Srunmed.o dblcen.o distance.o hclust-utils.o nls.o rWishart.o HoltWinters.o PPsum.o arima.o burg.o filter.o mAR.o pacf.o starma.o port.o family.o sbart.o approx.o loglin.o lowess.o massdist.o splines.o lm.o complete_cases.o cov.o deriv.o fft.o fourier.o model.o optim.o optimize.o integrate.o random.o distn.o zeroin.o rcont.o influence.o bsplvd.o bvalue.o bvalus.o loessf.o ppr.o qsbart.o sgram.o sinerp.o sslvrg.o stxwx.o hclust.o kmns.o eureka.o stl.o portsrc.o lminfl.o -fopenmp -llapack -lblas -lgfortran -lm -lquadmath -L../../../../lib -lR make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats/src' mkdir -p -- ../../../../library/stats/libs make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' byte-compiling package 'stats' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/datasets' building package 'datasets' mkdir -p -- ../../../library/datasets make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/datasets' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/datasets' mkdir -p -- ../../../library/datasets/data make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/datasets' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' building package 'methods' mkdir -p -- ../../../library/methods make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' mkdir -p -- ../../../library/methods/R make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods/src' making do_substitute_direct.d from do_substitute_direct.c making init.d from init.c making methods_list_dispatch.d from methods_list_dispatch.c making slot.d from slot.c making class_support.d from class_support.c making tests.d from tests.c making utils.d from utils.c gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c do_substitute_direct.c -o do_substitute_direct.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c init.c -o init.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c methods_list_dispatch.c -o methods_list_dispatch.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c slot.c -o slot.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c class_support.c -o class_support.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c tests.c -o tests.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c utils.c -o utils.o gcc -shared -L../../../../lib -Wl,-z,relro -o methods.so do_substitute_direct.o init.o methods_list_dispatch.o slot.o class_support.o tests.o utils.o -L../../../../lib -lR make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods/src' mkdir -p -- ../../../../library/methods/libs make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' byte-compiling package 'methods' initializing class and method definitions ... done make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' building package 'grid' mkdir -p -- ../../../library/grid mkdir -p -- ../../../library/grid/doc make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' mkdir -p -- ../../../library/grid/R make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid/src' making clippath.d from clippath.c making gpar.d from gpar.c making grid.d from grid.c making just.d from just.c making layout.d from layout.c making mask.d from mask.c making matrix.d from matrix.c making path.d from path.c making register.d from register.c making state.d from state.c making typeset.d from typeset.c making unit.d from unit.c making util.d from util.c making viewport.d from viewport.c gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c clippath.c -o clippath.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c gpar.c -o gpar.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c grid.c -o grid.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c just.c -o just.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c layout.c -o layout.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c mask.c -o mask.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c matrix.c -o matrix.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c path.c -o path.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c register.c -o register.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c state.c -o state.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c typeset.c -o typeset.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c unit.c -o unit.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c util.c -o util.o gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c viewport.c -o viewport.o gcc -shared -L../../../../lib -Wl,-z,relro -o grid.so clippath.o gpar.o grid.o just.o layout.o mask.o matrix.o path.o register.o state.o typeset.o unit.o util.o viewport.o -L../../../../lib -lR make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid/src' mkdir -p -- ../../../../library/grid/libs make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' byte-compiling package 'grid' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' building package 'splines' mkdir -p -- ../../../library/splines make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' mkdir -p -- ../../../library/splines/R make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines/src' making splines.d from splines.c gcc -I"../../../../include" -DNDEBUG -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c splines.c -o splines.o gcc -shared -L../../../../lib -Wl,-z,relro -o splines.so splines.o -L../../../../lib -lR make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines/src' mkdir -p -- ../../../../library/splines/libs make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' byte-compiling package 'splines' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' building package 'stats4' mkdir -p -- ../../../library/stats4 make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' mkdir -p -- ../../../library/stats4/R make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' byte-compiling package 'stats4' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' building package 'tcltk' mkdir -p -- ../../../library/tcltk/R make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' mkdir -p -- ../../../library/tcltk/exec make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk/src' making init.d from init.c making tcltk.d from tcltk.c making tcltk_unix.d from tcltk_unix.c gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/include/tcl8.6 -I/usr/include/tcl8.6 -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c init.c -o init.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/include/tcl8.6 -I/usr/include/tcl8.6 -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c tcltk.c -o tcltk.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/include/tcl8.6 -I/usr/include/tcl8.6 -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c tcltk_unix.c -o tcltk_unix.o gcc -shared -L../../../../lib -Wl,-z,relro -o tcltk.so init.o tcltk.o tcltk_unix.o -L/usr/lib/x86_64-linux-gnu -ltcl8.6 -L/usr/lib/x86_64-linux-gnu -ltk8.6 -lX11 -lXss -lXext -lm -L../../../../lib -lR make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk/src' mkdir -p -- ../../../../library/tcltk/libs make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk/src' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' byte-compiling package 'tcltk' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' building package 'parallel' mkdir -p -- ../../../library/parallel mkdir -p -- ../../../library/parallel/doc make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' mkdir -p -- ../../../library/parallel/R make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel/src' making init.d from init.c making rngstream.d from rngstream.c making fork.d from fork.c gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c init.c -o init.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rngstream.c -o rngstream.o gcc -I"../../../../include" -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -fvisibility=hidden -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c fork.c -o fork.o gcc -shared -L../../../../lib -Wl,-z,relro -o parallel.so init.o rngstream.o fork.o -L../../../../lib -lR make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel/src' mkdir -p -- ../../../../library/parallel/libs make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' byte-compiling package 'parallel' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' installing parsed NAMESPACE files make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tests' make[2]: Nothing to be done for 'R'. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tests' you should 'make docs' now ... make[1]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' (cd src/nmath/standalone; \ /usr/bin/make CFLAGS="`DEB_BUILD_MAINT_OPTIONS=optimize=-lto dpkg-buildflags --get CXXFLAGS` -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT" \ CXXFLAGS="`DEB_BUILD_MAINT_OPTIONS=optimize=-lto dpkg-buildflags --get CXXFLAGS` -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT" \ FFLAGS="-g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -D_REENTRANT" \ CC=gcc \ CXX=g++ \ F77=gfortran \ R_GZIPCMD="/bin/gzip -n" \ libRmath_la_LDFLAGS=-Wl,-soname,libRmath.so.1 \ shared static ) make[1]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone' (cd ../../include; /usr/bin/make Rmath.h) make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include' make[2]: 'Rmath.h' is up to date. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include' Copying source files make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone' making mlutils.d from mlutils.c making d1mach.d from d1mach.c making i1mach.d from i1mach.c making fmax2.d from fmax2.c making fmin2.d from fmin2.c making fprec.d from fprec.c making fround.d from fround.c making ftrunc.d from ftrunc.c making sign.d from sign.c making fsign.d from fsign.c making imax2.d from imax2.c making imin2.d from imin2.c making chebyshev.d from chebyshev.c making log1p.d from log1p.c making lgammacor.d from lgammacor.c making gammalims.d from gammalims.c making stirlerr.d from stirlerr.c making bd0.d from bd0.c making gamma.d from gamma.c making lgamma.d from lgamma.c making gamma_cody.d from gamma_cody.c making beta.d from beta.c making lbeta.d from lbeta.c making polygamma.d from polygamma.c making cospi.d from cospi.c making bessel_i.d from bessel_i.c making bessel_j.d from bessel_j.c making bessel_k.d from bessel_k.c making bessel_y.d from bessel_y.c making choose.d from choose.c making snorm.d from snorm.c making sexp.d from sexp.c making dgamma.d from dgamma.c making pgamma.d from pgamma.c making qgamma.d from qgamma.c making rgamma.d from rgamma.c making dbeta.d from dbeta.c making pbeta.d from pbeta.c making qbeta.d from qbeta.c making rbeta.d from rbeta.c making dunif.d from dunif.c making punif.d from punif.c making qunif.d from qunif.c making runif.d from runif.c making dnorm.d from dnorm.c making pnorm.d from pnorm.c making qnorm.d from qnorm.c making rnorm.d from rnorm.c making dlnorm.d from dlnorm.c making plnorm.d from plnorm.c making qlnorm.d from qlnorm.c making rlnorm.d from rlnorm.c making df.d from df.c making pf.d from pf.c making qf.d from qf.c making rf.d from rf.c making dnf.d from dnf.c making dt.d from dt.c making pt.d from pt.c making qt.d from qt.c making rt.d from rt.c making dnt.d from dnt.c making dchisq.d from dchisq.c making pchisq.d from pchisq.c making qchisq.d from qchisq.c making rchisq.d from rchisq.c making rnchisq.d from rnchisq.c making dbinom.d from dbinom.c making pbinom.d from pbinom.c making qbinom.d from qbinom.c making rbinom.d from rbinom.c making rmultinom.d from rmultinom.c making dcauchy.d from dcauchy.c making pcauchy.d from pcauchy.c making qcauchy.d from qcauchy.c making rcauchy.d from rcauchy.c making dexp.d from dexp.c making pexp.d from pexp.c making qexp.d from qexp.c making rexp.d from rexp.c making dgeom.d from dgeom.c making pgeom.d from pgeom.c making qgeom.d from qgeom.c making rgeom.d from rgeom.c making dhyper.d from dhyper.c making phyper.d from phyper.c making qhyper.d from qhyper.c making rhyper.d from rhyper.c making dnbinom.d from dnbinom.c making pnbinom.d from pnbinom.c making qnbinom.d from qnbinom.c making qnbinom_mu.d from qnbinom_mu.c making rnbinom.d from rnbinom.c making dpois.d from dpois.c making ppois.d from ppois.c making qpois.d from qpois.c making rpois.d from rpois.c making dweibull.d from dweibull.c making pweibull.d from pweibull.c making qweibull.d from qweibull.c making rweibull.d from rweibull.c making dlogis.d from dlogis.c making plogis.d from plogis.c making qlogis.d from qlogis.c making rlogis.d from rlogis.c making dnchisq.d from dnchisq.c making pnchisq.d from pnchisq.c making qnchisq.d from qnchisq.c making dnbeta.d from dnbeta.c making pnbeta.d from pnbeta.c making qnbeta.d from qnbeta.c making pnf.d from pnf.c making pnt.d from pnt.c making qnf.d from qnf.c making qnt.d from qnt.c making ptukey.d from ptukey.c making qtukey.d from qtukey.c making toms708.d from toms708.c making wilcox.d from wilcox.c making signrank.d from signrank.c making std_unif.d from std_unif.c make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone' gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c mlutils.c -o mlutils.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c d1mach.c -o d1mach.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c i1mach.c -o i1mach.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c fmax2.c -o fmax2.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c fmin2.c -o fmin2.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c fprec.c -o fprec.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c fround.c -o fround.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c ftrunc.c -o ftrunc.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c sign.c -o sign.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c fsign.c -o fsign.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c imax2.c -o imax2.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c imin2.c -o imin2.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c chebyshev.c -o chebyshev.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c log1p.c -o log1p.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c lgammacor.c -o lgammacor.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c gammalims.c -o gammalims.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c stirlerr.c -o stirlerr.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c bd0.c -o bd0.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c gamma.c -o gamma.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c lgamma.c -o lgamma.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c gamma_cody.c -o gamma_cody.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c beta.c -o beta.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c lbeta.c -o lbeta.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c polygamma.c -o polygamma.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c cospi.c -o cospi.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c bessel_i.c -o bessel_i.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c bessel_j.c -o bessel_j.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c bessel_k.c -o bessel_k.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c bessel_y.c -o bessel_y.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c choose.c -o choose.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c snorm.c -o snorm.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c sexp.c -o sexp.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dgamma.c -o dgamma.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pgamma.c -o pgamma.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qgamma.c -o qgamma.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rgamma.c -o rgamma.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dbeta.c -o dbeta.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pbeta.c -o pbeta.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qbeta.c -o qbeta.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rbeta.c -o rbeta.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dunif.c -o dunif.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c punif.c -o punif.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qunif.c -o qunif.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c runif.c -o runif.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dnorm.c -o dnorm.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pnorm.c -o pnorm.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnorm.c -o qnorm.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rnorm.c -o rnorm.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dlnorm.c -o dlnorm.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c plnorm.c -o plnorm.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qlnorm.c -o qlnorm.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rlnorm.c -o rlnorm.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c df.c -o df.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pf.c -o pf.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qf.c -o qf.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rf.c -o rf.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dnf.c -o dnf.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dt.c -o dt.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pt.c -o pt.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qt.c -o qt.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rt.c -o rt.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dnt.c -o dnt.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dchisq.c -o dchisq.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pchisq.c -o pchisq.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qchisq.c -o qchisq.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rchisq.c -o rchisq.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rnchisq.c -o rnchisq.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dbinom.c -o dbinom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pbinom.c -o pbinom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qbinom.c -o qbinom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rbinom.c -o rbinom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rmultinom.c -o rmultinom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dcauchy.c -o dcauchy.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pcauchy.c -o pcauchy.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qcauchy.c -o qcauchy.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rcauchy.c -o rcauchy.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dexp.c -o dexp.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pexp.c -o pexp.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qexp.c -o qexp.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rexp.c -o rexp.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dgeom.c -o dgeom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pgeom.c -o pgeom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qgeom.c -o qgeom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rgeom.c -o rgeom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dhyper.c -o dhyper.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c phyper.c -o phyper.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qhyper.c -o qhyper.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rhyper.c -o rhyper.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dnbinom.c -o dnbinom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pnbinom.c -o pnbinom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnbinom.c -o qnbinom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnbinom_mu.c -o qnbinom_mu.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rnbinom.c -o rnbinom.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dpois.c -o dpois.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c ppois.c -o ppois.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qpois.c -o qpois.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rpois.c -o rpois.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dweibull.c -o dweibull.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pweibull.c -o pweibull.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qweibull.c -o qweibull.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rweibull.c -o rweibull.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dlogis.c -o dlogis.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c plogis.c -o plogis.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qlogis.c -o qlogis.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rlogis.c -o rlogis.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dnchisq.c -o dnchisq.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pnchisq.c -o pnchisq.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnchisq.c -o qnchisq.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dnbeta.c -o dnbeta.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pnbeta.c -o pnbeta.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnbeta.c -o qnbeta.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pnf.c -o pnf.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pnt.c -o pnt.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnf.c -o qnf.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnt.c -o qnt.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c ptukey.c -o ptukey.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qtukey.c -o qtukey.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c toms708.c -o toms708.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c wilcox.c -o wilcox.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c signrank.c -o signrank.lo gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c std_unif.c -o std_unif.lo gcc -shared -fopenmp -Wl,-z,relro -o libRmath.so -Wl,-soname,libRmath.so.1 mlutils.lo d1mach.lo i1mach.lo fmax2.lo fmin2.lo fprec.lo fround.lo ftrunc.lo sign.lo fsign.lo imax2.lo imin2.lo chebyshev.lo log1p.lo lgammacor.lo gammalims.lo stirlerr.lo bd0.lo gamma.lo lgamma.lo gamma_cody.lo beta.lo lbeta.lo polygamma.lo cospi.lo bessel_i.lo bessel_j.lo bessel_k.lo bessel_y.lo choose.lo snorm.lo sexp.lo dgamma.lo pgamma.lo qgamma.lo rgamma.lo dbeta.lo pbeta.lo qbeta.lo rbeta.lo dunif.lo punif.lo qunif.lo runif.lo dnorm.lo pnorm.lo qnorm.lo rnorm.lo dlnorm.lo plnorm.lo qlnorm.lo rlnorm.lo df.lo pf.lo qf.lo rf.lo dnf.lo dt.lo pt.lo qt.lo rt.lo dnt.lo dchisq.lo pchisq.lo qchisq.lo rchisq.lo rnchisq.lo dbinom.lo pbinom.lo qbinom.lo rbinom.lo rmultinom.lo dcauchy.lo pcauchy.lo qcauchy.lo rcauchy.lo dexp.lo pexp.lo qexp.lo rexp.lo dgeom.lo pgeom.lo qgeom.lo rgeom.lo dhyper.lo phyper.lo qhyper.lo rhyper.lo dnbinom.lo pnbinom.lo qnbinom.lo qnbinom_mu.lo rnbinom.lo dpois.lo ppois.lo qpois.lo rpois.lo dweibull.lo pweibull.lo qweibull.lo rweibull.lo dlogis.lo plogis.lo qlogis.lo rlogis.lo dnchisq.lo pnchisq.lo qnchisq.lo dnbeta.lo pnbeta.lo qnbeta.lo pnf.lo pnt.lo qnf.lo qnt.lo ptukey.lo qtukey.lo toms708.lo wilcox.lo signrank.lo std_unif.lo -lm make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone' gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c mlutils.c -o mlutils.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c d1mach.c -o d1mach.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c i1mach.c -o i1mach.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c fmax2.c -o fmax2.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c fmin2.c -o fmin2.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c fprec.c -o fprec.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c fround.c -o fround.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c ftrunc.c -o ftrunc.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c sign.c -o sign.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c fsign.c -o fsign.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c imax2.c -o imax2.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c imin2.c -o imin2.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c chebyshev.c -o chebyshev.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c log1p.c -o log1p.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c lgammacor.c -o lgammacor.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c gammalims.c -o gammalims.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c stirlerr.c -o stirlerr.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c bd0.c -o bd0.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c gamma.c -o gamma.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c lgamma.c -o lgamma.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c gamma_cody.c -o gamma_cody.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c beta.c -o beta.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c lbeta.c -o lbeta.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c polygamma.c -o polygamma.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c cospi.c -o cospi.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c bessel_i.c -o bessel_i.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c bessel_j.c -o bessel_j.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c bessel_k.c -o bessel_k.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c bessel_y.c -o bessel_y.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c choose.c -o choose.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c snorm.c -o snorm.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c sexp.c -o sexp.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dgamma.c -o dgamma.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pgamma.c -o pgamma.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qgamma.c -o qgamma.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rgamma.c -o rgamma.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dbeta.c -o dbeta.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pbeta.c -o pbeta.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qbeta.c -o qbeta.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rbeta.c -o rbeta.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dunif.c -o dunif.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c punif.c -o punif.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qunif.c -o qunif.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c runif.c -o runif.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dnorm.c -o dnorm.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pnorm.c -o pnorm.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnorm.c -o qnorm.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rnorm.c -o rnorm.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dlnorm.c -o dlnorm.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c plnorm.c -o plnorm.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qlnorm.c -o qlnorm.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rlnorm.c -o rlnorm.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c df.c -o df.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pf.c -o pf.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qf.c -o qf.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rf.c -o rf.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dnf.c -o dnf.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dt.c -o dt.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pt.c -o pt.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qt.c -o qt.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rt.c -o rt.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dnt.c -o dnt.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dchisq.c -o dchisq.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pchisq.c -o pchisq.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qchisq.c -o qchisq.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rchisq.c -o rchisq.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rnchisq.c -o rnchisq.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dbinom.c -o dbinom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pbinom.c -o pbinom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qbinom.c -o qbinom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rbinom.c -o rbinom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rmultinom.c -o rmultinom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dcauchy.c -o dcauchy.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pcauchy.c -o pcauchy.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qcauchy.c -o qcauchy.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rcauchy.c -o rcauchy.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dexp.c -o dexp.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pexp.c -o pexp.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qexp.c -o qexp.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rexp.c -o rexp.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dgeom.c -o dgeom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pgeom.c -o pgeom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qgeom.c -o qgeom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rgeom.c -o rgeom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dhyper.c -o dhyper.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c phyper.c -o phyper.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qhyper.c -o qhyper.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rhyper.c -o rhyper.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dnbinom.c -o dnbinom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pnbinom.c -o pnbinom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnbinom.c -o qnbinom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnbinom_mu.c -o qnbinom_mu.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rnbinom.c -o rnbinom.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dpois.c -o dpois.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c ppois.c -o ppois.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qpois.c -o qpois.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rpois.c -o rpois.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dweibull.c -o dweibull.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pweibull.c -o pweibull.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qweibull.c -o qweibull.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rweibull.c -o rweibull.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dlogis.c -o dlogis.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c plogis.c -o plogis.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qlogis.c -o qlogis.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c rlogis.c -o rlogis.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dnchisq.c -o dnchisq.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pnchisq.c -o pnchisq.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnchisq.c -o qnchisq.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c dnbeta.c -o dnbeta.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pnbeta.c -o pnbeta.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnbeta.c -o qnbeta.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pnf.c -o pnf.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c pnt.c -o pnt.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnf.c -o qnf.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qnt.c -o qnt.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c ptukey.c -o ptukey.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c qtukey.c -o qtukey.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c toms708.c -o toms708.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c wilcox.c -o wilcox.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c signrank.c -o signrank.o gcc -I. -I../../../src/include -I../../../src/include -I./.. -DHAVE_CONFIG_H -DMATHLIB_STANDALONE -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -c std_unif.c -o std_unif.o ar -cr libRmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fprec.o fround.o ftrunc.o sign.o fsign.o imax2.o imin2.o chebyshev.o log1p.o lgammacor.o gammalims.o stirlerr.o bd0.o gamma.o lgamma.o gamma_cody.o beta.o lbeta.o polygamma.o cospi.o bessel_i.o bessel_j.o bessel_k.o bessel_y.o choose.o snorm.o sexp.o dgamma.o pgamma.o qgamma.o rgamma.o dbeta.o pbeta.o qbeta.o rbeta.o dunif.o punif.o qunif.o runif.o dnorm.o pnorm.o qnorm.o rnorm.o dlnorm.o plnorm.o qlnorm.o rlnorm.o df.o pf.o qf.o rf.o dnf.o dt.o pt.o qt.o rt.o dnt.o dchisq.o pchisq.o qchisq.o rchisq.o rnchisq.o dbinom.o pbinom.o qbinom.o rbinom.o rmultinom.o dcauchy.o pcauchy.o qcauchy.o rcauchy.o dexp.o pexp.o qexp.o rexp.o dgeom.o pgeom.o qgeom.o rgeom.o dhyper.o phyper.o qhyper.o rhyper.o dnbinom.o pnbinom.o qnbinom.o qnbinom_mu.o rnbinom.o dpois.o ppois.o qpois.o rpois.o dweibull.o pweibull.o qweibull.o rweibull.o dlogis.o plogis.o qlogis.o rlogis.o dnchisq.o pnchisq.o qnchisq.o dnbeta.o pnbeta.o qnbeta.o pnf.o pnt.o qnf.o qnt.o ptukey.o qtukey.o toms708.o wilcox.o signrank.o std_unif.o ranlib libRmath.a make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone' make[1]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone' R_GZIPCMD="/bin/gzip -n" \ /usr/bin/make docs R_CMD_BUILD_HELP_OPTS="--txt --example" make[1]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/m4' make[2]: Nothing to be done for 'R'. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/m4' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tools' make[2]: Nothing to be done for 'R'. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tools' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/html' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/html' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' make[3]: Nothing to be done for 'R'. make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/etc' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/etc' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/share' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/share' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include/R_ext' make[4]: Nothing to be done for 'R'. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include/R_ext' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[5]: 'Makedeps' is up to date. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[5]: 'libtre.a' is up to date. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' make[4]: 'libappl.a' is up to date. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' make[4]: 'libnmath.a' is up to date. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[4]: 'libunix.a' is up to date. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -DR_HOME='"/home/jranke/git/r-backports/bookworm/r-base-4.5.2"' \ -o Rscript ./Rscript.c make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' /home/jranke/git/r-backports/bookworm/r-base-4.5.2/lib/libR.so is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' /home/jranke/git/r-backports/bookworm/r-base-4.5.2/bin/exec/R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' make[5]: 'internet.so' is up to date. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[5]: 'lapack.so' is up to date. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[5]: 'R_X11.so' is up to date. make[5]: 'R_de.so' is up to date. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' /home/jranke/git/r-backports/bookworm/r-base-4.5.2/modules/R_X11.so is unchanged /home/jranke/git/r-backports/bookworm/r-base-4.5.2/modules/R_de.so is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/profile' building system startup profile make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/profile' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/translations' building package 'translations' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/translations' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/translations' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/translations' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' building package 'base' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' building package 'tools' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' all.R is unchanged make[5]: '../../../library/tools/wre.txt' is up to date. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools/src' ../../../../library/tools/libs/tools.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' installing 'sysdata.rda' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' building package 'compiler' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Nothing to be done for 'mklazycomp'. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[4]: Nothing to be done for 'mklazycomp'. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' building package 'utils' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' all.R is unchanged make[5]: Nothing to be done for 'iconvlist'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils/src' ../../../../library/utils/libs/utils.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' installing 'sysdata.rda' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' building package 'grDevices' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src' ../../../../library/grDevices/libs/grDevices.so is unchanged make[8]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[9]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[10]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[10]: 'cairo.so' is up to date. make[10]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[9]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[8]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' building package 'graphics' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics/src' ../../../../library/graphics/libs/graphics.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' building package 'stats' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats/src' ../../../../library/stats/libs/stats.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/datasets' building package 'datasets' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/datasets' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/datasets' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/datasets' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' building package 'methods' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods/src' ../../../../library/methods/libs/methods.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[5]: Nothing to be done for 'RfilesLazy'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' building package 'grid' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid/src' ../../../../library/grid/libs/grid.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' building package 'splines' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines/src' ../../../../library/splines/libs/splines.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' building package 'stats4' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' building package 'tcltk' all.R is unchanged make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk/src' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk/src' ../../../../library/tcltk/libs/tcltk.so is unchanged make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk/src' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' building package 'parallel' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel/src' ../../../../library/parallel/libs/parallel.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' installing parsed NAMESPACE files make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tests' make[2]: Nothing to be done for 'R'. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tests' you should 'make docs' now ... make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc' creating doc/NEWS creating doc/NEWS.pdf make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' creating doc/manual/R-FAQ.html creating doc/manual/version.texi creating doc/manual/R-admin.html creating doc/manual/R-data.html creating doc/manual/R-exts.html creating doc/manual/R-intro.html creating doc/manual/R-ints.html creating doc/manual/R-lang.html make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/html' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/html' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' installing parsed Rd make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' base stats utils methods graphics grDevices datasets grid tools tcltk splines stats4 compiler parallel make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' building/updating package metadata ... make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' writing package indices make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[1]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' /usr/bin/make javaconf make[1]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/m4' make[2]: Nothing to be done for 'R'. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/m4' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tools' make[2]: Nothing to be done for 'R'. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tools' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/html' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/html' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' make[3]: Nothing to be done for 'R'. make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/etc' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/etc' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/share' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/share' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include/R_ext' make[4]: Nothing to be done for 'R'. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include/R_ext' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[5]: 'Makedeps' is up to date. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[5]: 'libtre.a' is up to date. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' make[4]: 'libappl.a' is up to date. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' make[4]: 'libnmath.a' is up to date. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[4]: 'libunix.a' is up to date. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -DR_HOME='"/home/jranke/git/r-backports/bookworm/r-base-4.5.2"' \ -o Rscript ./Rscript.c make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' /home/jranke/git/r-backports/bookworm/r-base-4.5.2/lib/libR.so is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' /home/jranke/git/r-backports/bookworm/r-base-4.5.2/bin/exec/R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' make[5]: 'internet.so' is up to date. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[5]: 'lapack.so' is up to date. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[5]: 'R_X11.so' is up to date. make[5]: 'R_de.so' is up to date. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' /home/jranke/git/r-backports/bookworm/r-base-4.5.2/modules/R_X11.so is unchanged /home/jranke/git/r-backports/bookworm/r-base-4.5.2/modules/R_de.so is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/profile' building system startup profile make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/profile' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/translations' building package 'translations' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/translations' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/translations' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/translations' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' building package 'base' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' building package 'tools' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' all.R is unchanged make[5]: '../../../library/tools/wre.txt' is up to date. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools/src' ../../../../library/tools/libs/tools.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' installing 'sysdata.rda' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' building package 'compiler' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/compiler' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Nothing to be done for 'mklazycomp'. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[4]: Nothing to be done for 'mklazycomp'. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tools' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' building package 'utils' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' all.R is unchanged make[5]: Nothing to be done for 'iconvlist'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils/src' ../../../../library/utils/libs/utils.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' installing 'sysdata.rda' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/utils' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' building package 'grDevices' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src' ../../../../library/grDevices/libs/grDevices.so is unchanged make[8]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[9]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[10]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[10]: 'cairo.so' is up to date. make[10]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[9]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[8]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src/cairo' make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grDevices' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' building package 'graphics' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics/src' ../../../../library/graphics/libs/graphics.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/graphics' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' building package 'stats' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats/src' ../../../../library/stats/libs/stats.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/datasets' building package 'datasets' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/datasets' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/datasets' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/datasets' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' building package 'methods' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods/src' ../../../../library/methods/libs/methods.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[5]: Nothing to be done for 'RfilesLazy'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/methods' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' building package 'grid' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid/src' ../../../../library/grid/libs/grid.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/grid' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' building package 'splines' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines/src' ../../../../library/splines/libs/splines.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/splines' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' building package 'stats4' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/stats4' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' building package 'tcltk' all.R is unchanged make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk/src' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk/src' ../../../../library/tcltk/libs/tcltk.so is unchanged make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk/src' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/tcltk' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' building package 'parallel' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' all.R is unchanged make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[6]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel/src' make[7]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel/src' ../../../../library/parallel/libs/parallel.so is unchanged make[7]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel/src' make[6]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel/src' make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[5]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[5]: Nothing to be done for 'mklazycomp'. make[5]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/parallel' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library/base' installing parsed NAMESPACE files make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tests' make[2]: Nothing to be done for 'R'. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tests' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' configuring Java ... Java interpreter : /usr/lib/jvm/default-java/bin/java Java version : 17.0.16 Java home path : /usr/lib/jvm/default-java Java compiler : /usr/lib/jvm/default-java/bin/javac Java headers gen.: Java archive tool: /usr/lib/jvm/default-java/bin/jar trying to compile and link a JNI program detected JNI cpp flags : -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux detected JNI linker flags : -L$(JAVA_HOME)/lib/server -ljvm using C compiler: 'gcc (Debian 12.2.0-14+deb12u1) 12.2.0' make[3]: Entering directory '/tmp/Rjavareconf.4H0kSz' gcc -I"/home/jranke/git/r-backports/bookworm/r-base-4.5.2/include" -DNDEBUG -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -fpic -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c conftest.c -o conftest.o gcc -shared -L/home/jranke/git/r-backports/bookworm/r-base-4.5.2/lib -Wl,-z,relro -o conftest.so conftest.o -L/usr/lib/jvm/default-java/lib/server -ljvm -L/home/jranke/git/r-backports/bookworm/r-base-4.5.2/lib -lR make[3]: Leaving directory '/tmp/Rjavareconf.4H0kSz' JAVA_HOME : /usr/lib/jvm/default-java Java library path: $(JAVA_HOME)/lib/server JNI cpp flags : -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux JNI linker flags : -L$(JAVA_HOME)/lib/server -ljvm Updating Java configuration in /home/jranke/git/r-backports/bookworm/r-base-4.5.2 Done. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' make[1]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' touch make-arch-stamp debian/rules binary-arch *** install-arch *** dh_testdir dh_testroot dh_prep -a dh_installdirs -A /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core /usr/bin/make DESTDIR=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core install make[1]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/m4' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/m4' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tools' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tools' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc' installing doc ... mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/doc mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/man/man1 make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/html' installing doc/html ... mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/doc/html make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/html' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' installing doc/manual ... mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/doc/manual mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/doc/manual/images make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/etc' mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/R/etc installing etc ... make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/etc' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/share' installing share ... mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/R mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/dictionaries mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/encodings mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/java mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/licenses mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/make mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/Rd mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/Rd/macros mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/sh mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/texmf mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/texmf/bibtex/bib mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/texmf/bibtex/bst mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/texmf/tex/latex make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/share' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/R/bin make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/scripts' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include/R_ext' mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/include/R_ext make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include/R_ext' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/blas' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/blas' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tre' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tzone' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/tzone' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/xdr' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/xdr' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/intl' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra/intl' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/extra' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/appl' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -DR_HOME='"/usr/lib/R"' \ -o Rscript ./Rscript.c mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/pkgconfig make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/R/bin/exec make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/R/lib make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/main' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/R/modules make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/internet' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/lapack' make[4]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[4]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules/X11' make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/modules' make[3]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/R/library installing packages ... building HTML index ... make[3]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/library' make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tests' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/tests' make[1]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' (cd src/unix; \ rm -vf Rscript /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/bin/Rscript; \ /usr/bin/make CFLAGS="`DEB_BUILD_MAINT_OPTIONS=optimize=-lto dpkg-buildflags --get CXXFLAGS` -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT" \ CXXFLAGS="`DEB_BUILD_MAINT_OPTIONS=optimize=-lto dpkg-buildflags --get CXXFLAGS` -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT" \ FFLAGS="-g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2=. -fstack-protector-strong -D_REENTRANT" \ CC=gcc \ CXX=g++ \ F77=gfortran \ RHOME=/usr/lib/R \ DESTDIR=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core \ install-Rscript ) removed 'Rscript' removed '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/bin/Rscript' make[1]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wl,-z,relro -DR_HOME='"/usr/lib/R"' \ -o Rscript ./Rscript.c make[1]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/unix' #ls -ltr /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/bin/ #strings src/unix/Rscript cp -vax src/unix/Rscript /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/bin/ 'src/unix/Rscript' -> '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/bin/Rscript' #ls -ltr /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/bin/ #strings /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/bin/Rscript (cd src/nmath/standalone; \ /usr/bin/make DESTDIR=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core install ) make[1]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include' make[2]: 'Rmath.h' is up to date. make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/include' /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/include/Rmath.h is unchanged make[1]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/src/nmath/standalone' chmod a+x /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/share/sh/echo.sh rm -v /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/R/COPYING removed '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/R/COPYING' (cd /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/R/; \ ln -s ../../share/common-licenses/GPL-2 COPYING) rm -v /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/doc/COPYING removed '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/doc/COPYING' (cd /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/doc; \ ln -s ../../../share/common-licenses/GPL-2 COPYING) (cd /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/texmf/tex/latex && \ ln -s ../../../R/share/texmf R) dh_movefiles --sourcedir=debian/r-base-core -pr-doc-html dh_movefiles --sourcedir=debian/r-base-core -pr-base-html make prefix=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr \ rdocdir=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/R/doc \ install-pdf make[1]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' creating doc/manual/version.tex collecting LaTeX docs for package 'base' ... Converting parsed Rd's to LaTeX ............................................ collecting LaTeX docs for package 'tools' ... Converting parsed Rd's to LaTeX ....... collecting LaTeX docs for package 'utils' ... Converting parsed Rd's to LaTeX ................ collecting LaTeX docs for package 'grDevices' ... Converting parsed Rd's to LaTeX ....... collecting LaTeX docs for package 'graphics' ... Converting parsed Rd's to LaTeX ....... collecting LaTeX docs for package 'stats' ... Converting parsed Rd's to LaTeX ............................... collecting LaTeX docs for package 'datasets' ... Converting parsed Rd's to LaTeX ........ collecting LaTeX docs for package 'methods' ... Converting parsed Rd's to LaTeX ........ collecting LaTeX docs for package 'grid' ... Converting parsed Rd's to LaTeX .......... collecting LaTeX docs for package 'splines' ... Converting parsed Rd's to LaTeX . collecting LaTeX docs for package 'stats4' ... Converting parsed Rd's to LaTeX . collecting LaTeX docs for package 'tcltk' ... Converting parsed Rd's to LaTeX . collecting LaTeX docs for package 'compiler' ... Converting parsed Rd's to LaTeX collecting LaTeX docs for package 'parallel' ... Converting parsed Rd's to LaTeX . PDF/LaTeX documentation: full reference index ... This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./fullrefman.tex LaTeX2e <2022-11-01> patch level 1 L3 programming layer <2023-01-16> (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls Document Class: book 2022/07/02 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo)) (../../share/texmf/tex/latex/Rd.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/bm.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty) (/usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathrsfs.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/zi4.sty `inconsolata-zi4' v1.12, 2019/05/17 Text macros for Inconsolata (msharpe) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex))))) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) Writing index file fullrefman.idx (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) No file fullrefman.aux. (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) (./version.tex) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] No file fullrefman.toc. (./base-pkg.tex Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/t1zi4.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) (/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd) [1] [2] Underfull \hbox (badness 6252) in paragraph at lines 149--157 []\T1/ptm/m/n/10 a small pos-i-tive floating-point num-ber []\T1/zi4/m/n/10 x [ ]\T1/ptm/m/n/10 such that []\T1/zi4/m/n/10 1 - x != 1[]\T1/ptm/m/n/10 . It Underfull \hbox (badness 10000) in paragraph at lines 149--157 \T1/ptm/m/n/10 equals []\T1/zi4/m/n/10 double.base ^ double.neg.ulp.digits []\T 1/ptm/m/n/10 if []\T1/zi4/m/n/10 double.base Underfull \hbox (badness 10000) in paragraph at lines 149--157 []\T1/ptm/m/n/10 is 2 or []\T1/zi4/m/n/10 double.rounding []\T1/ptm/m/n/10 is 0 ; oth-er-wise, it is []\T1/zi4/m/n/10 (double.base Underfull \hbox (badness 10000) in paragraph at lines 149--157 \T1/zi4/m/n/10 ^ double.neg.ulp.digits) / 2[]\T1/ptm/m/n/10 . Nor-mally []\T1/z i4/m/n/10 1.110223e-16[]\T1/ptm/m/n/10 . As Underfull \hbox (badness 4995) in paragraph at lines 149--157 []\T1/zi4/m/n/10 double.neg.ulp.digits []\T1/ptm/m/n/10 is bounded be-low by [] \T1/zi4/m/n/10 -(double.digits + 3)[]\T1/ptm/m/n/10 , [3] [4] [5] Underfull \hbox (badness 1178) in paragraph at lines 337--340 []\T1/ptm/m/n/10 character string, the pre-ferred set-ting for [][][]\T1/zi4/m/ n/10 options[][][]("pkgType")[]\T1/ptm/m/n/10 . Val-ues [6] [7] [8] [9] Underfull \hbox (badness 2556) in paragraph at lines 572--578 []\T1/ptm/m/n/10 a nu-meric vec-tor or list with names par-tially match-ing `[] \T1/zi4/m/n/10 insertions[]\T1/ptm/m/n/10 ', [10] [11] [12] (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/ts1zi4.fd) [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmtt.fd) [24] [25] [26] [27] [28] [29] [30] Underfull \vbox (badness 3803) has occurred while \output is active [31] [32] [33] [34] [35] [36] Overfull \hbox (26.27782pt too wide) in paragraph at lines 2285--2285 []\T1/zi4/m/n/9 ## http://www.mathworks.de/de/help/matlab/matlab_prog/represen t-date-and-times-in-MATLAB.html)[] [37] [38] [39] [40] [41] [42] Overfull \hbox (20.69484pt too wide) in paragraph at lines 2639--2639 []\T1/zi4/m/n/9 if(file.exists(tab)) { # typically on Windows; on Linux when \TS1/cmtt/m/n/9 `\T1/zi4/m/n/9 configure --with-internal-tzcode\TS1/cmtt/m/n/9 `[] [43] [44] [45] [46] [47] Underfull \hbox (badness 1721) in paragraph at lines 2957--2961 [][][]\T1/zi4/m/n/10 assign[][][] []\T1/ptm/m/n/10 (and its in-verse [][][]\T1/ zi4/m/n/10 get[][][][]\T1/ptm/m/n/10 ), for ``sub-assign-ment'' such as []\T1/z i4/m/n/10 x[i] <- v[]\T1/ptm/m/n/10 , see [][][]\T1/zi4/m/n/10 [<-[][][][]\T1/p tm/m/n/10 ; fur-ther, [48] [49] [50] [51] [52] [53] [54] Underfull \hbox (badness 2538) in paragraph at lines 3443--3446 []\T1/zi4/m/n/10 unCfillPOSIXlt(x) []\T1/ptm/m/n/10 is a fast [][]prim-i-tive[] [][] ver-sion of []\T1/zi4/m/n/10 balancePOSIXlt(x, fill.only=TRUE, [55] [56] [57] [58] [59] Underfull \vbox (badness 3803) has occurred while \output is active [60] [61] [62] [63] [64] [65] [66] [67] Underfull \hbox (badness 10000) in paragraph at lines 4239--4241 []\T1/ptm/m/n/10 The num-ber of lines printed for the de-parsed call can be lim -ited by set-ting [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] Underfull \hbox (badness 2521) in paragraph at lines 5587--5589 []\T1/ptm/m/n/10 a char-ac-ter vec-tor, or an ob-ject that can be co-erced to c har-ac-ter by [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] Overfull \hbox (5.27168pt too wide) in paragraph at lines 6870--6870 []\T1/zi4/m/n/9 stopifnot(is.na(NpNA), is.na(NA_complex_), is.na(Re(NA_complex _)), is.na(Im(NA_complex_)))[] [109] [110] [111] [112] [113] [114] [115] [116] Underfull \hbox (badness 2253) in paragraph at lines 7481--7486 []\T1/zi4/m/n/10 file[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 pipe[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 fifo[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 url[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 gzfile[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 bzfile[]\T1/ptm/m/n /10 , []\T1/zi4/m/n/10 xzfile[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 zstdfile[]\T1/ ptm/m/n/10 , []\T1/zi4/m/n/10 unz[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 socketConn ection[]\T1/ptm/m/n/10 , Underfull \hbox (badness 2846) in paragraph at lines 7481--7486 []\T1/zi4/m/n/10 socketAccept []\T1/ptm/m/n/10 and []\T1/zi4/m/n/10 serverSocke t []\T1/ptm/m/n/10 re-turn a con-nec-tion ob-ject which in-her-its from class [117] [118] [119] [120] [121] Underfull \hbox (badness 2261) in paragraph at lines 7797--7802 \T1/zi4/m/n/10 / / github . com / astrand / xclip$[][]\T1/ptm/m/n/10 ) or []\T1 /zi4/m/n/10 xsel []\T1/ptm/m/n/10 ([][]$\T1/zi4/m/n/10 https : / / www . vergen et . net / ~conrad / software / [122] [123] Underfull \vbox (badness 10000) has occurred while \output is active [124] [125] [126] [127] [128] [129] [130] [131] [132] Underfull \hbox (badness 2096) in paragraph at lines 8530--8534 \T1/zi4/m/n/10 status _ codes$[][] \T1/ptm/m/n/10 and [][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / List _ of _ FTP _ server _ return _ codes$ [][]\T1/ptm/m/n/10 . [133] [134] Underfull \hbox (badness 2351) in paragraph at lines 8645--8648 [][][]\T1/zi4/m/n/10 split[][][] []\T1/ptm/m/n/10 for split-ting a vari-able ac -cord-ing to a group fac-tor; [][][]\T1/zi4/m/n/10 factor[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 tabulate[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 t able[][][][]\T1/ptm/m/n/10 , [135] [136] [137] [138] [139] Underfull \hbox (badness 4479) in paragraph at lines 8962--8973 [][][]\T1/zi4/m/n/10 I[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 plot.data.f rame[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 print.data.frame[][][][]\T1/p tm/m/n/10 , [][][]\T1/zi4/m/n/10 row.names[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi 4/m/n/10 names[][][] []\T1/ptm/m/n/10 (for the col-umn names), [140] [141] [142] [143] [144] [145] Underfull \hbox (badness 2698) in paragraph at lines 9375--9381 []\T1/ptm/m/n/10 Further im-ple-mented meth-ods com-prise [][][]\T1/zi4/m/n/10 mean[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 summary[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 unique[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is. finite[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 length<-[][][][]\T1/ptm/m/n /10 , Underfull \hbox (badness 1629) in paragraph at lines 9402--9414 []\T1/ptm/m/n/10 A few times have spe-cific is-sues. First, the leap sec-onds a re ig-nored, and real times Underfull \hbox (badness 2875) in paragraph at lines 9402--9414 []\T1/zi4/m/n/10 NA[]\T1/ptm/m/n/10 , and hence []\T1/zi4/m/n/10 as.POSIXct("19 69-12-31 23:59:59", tz = "UTC") []\T1/ptm/m/n/10 will give []\T1/zi4/m/n/10 "19 69-12-31 [146] [147] [148] Underfull \hbox (badness 3657) in paragraph at lines 9602--9604 [][][]\T1/zi4/m/n/10 weekdays[][][][]\T1/ptm/m/n/10 , for con-ve-nience ex-trac -tion func-tions (also in-clud-ing []\T1/zi4/m/n/10 months()[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 quarters()[]\T1/ptm/m/n/10 , [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] Underfull \hbox (badness 1178) in paragraph at lines 10261--10265 []\T1/ptm/m/n/10 If true, [][][]\T1/zi4/m/n/10 list[][][][]\T1/ptm/m/n/10 s and atomic vec-tors with non-[][][]\T1/zi4/m/n/10 NA[][][] []\T1/ptm/m/n/10 names (see [][][]\T1/zi4/m/n/10 names[][][][]\T1/ptm/m/n/10 ) are de- [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] Underfull \hbox (badness 2744) in paragraph at lines 12609--12611 []\T1/ptm/m/n/10 Changing the cur-rent en-cod-ing from a run-ning R ses-sion ma y lead to con-fu-sion (see [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] Underfull \hbox (badness 2253) in paragraph at lines 14817--14819 []\T1/ptm/m/n/10 character vec-tors con-tain-ing file paths. Tilde-expansion is done: see [228] Underfull \hbox (badness 1490) in paragraph at lines 14852--14855 []\T1/ptm/m/n/10 Junction points and sym-bolic links are fol-lowed, so in-for-m a-tion is given about the [229] Underfull \hbox (badness 1565) in paragraph at lines 14938--14942 [][][]\T1/zi4/m/n/10 Sys.readlink[][][] []\T1/ptm/m/n/10 to find out about sym- bolic links, [][][]\T1/zi4/m/n/10 files[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m /n/10 file.access[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 list.files[][][] []\T1/ptm/m/n/10 , and [230] Underfull \hbox (badness 4927) in paragraph at lines 14989--14991 []\T1/ptm/m/n/10 It can also be used for en-vi-ron-ment paths such as []\T1/zi4 /m/n/10 PATH []\T1/ptm/m/n/10 and []\T1/zi4/m/n/10 R_LIBS []\T1/ptm/m/n/10 with []\T1/zi4/m/n/10 fsep = [231] [232] Underfull \hbox (badness 1466) in paragraph at lines 15140--15143 []\T1/ptm/m/n/10 character vec-tors, con-tain-ing file names or paths. For []\T 1/zi4/m/n/10 file.copy []\T1/ptm/m/n/10 and [233] [234] Underfull \hbox (badness 10000) in paragraph at lines 15271--15275 [][][]\T1/zi4/m/n/10 file.info[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 fil e.access[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 file.path[][][][]\T1/ptm/ m/n/10 , [][][]\T1/zi4/m/n/10 file.show[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m /n/10 list.files[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 unlink[][][][]\T1 /ptm/m/n/10 , [][][]\T1/zi4/m/n/10 basename[][][][]\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 15282--15285 [][][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / Hard _ link$[][ ] \T1/ptm/m/n/10 and [][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wik i / [235] [236] [237] [238] [239] Underfull \hbox (badness 3965) in paragraph at lines 15586--15590 []\T1/ptm/m/n/10 This is the same com-pu-ta-tion as for the em-pir-i-cal dis-tr i-bu-tion func-tion, and in-deed, [240] [241] [242] [243] [244] [245] [246] [247] Underfull \hbox (badness 5260) in paragraph at lines 16095--16095 []\T1/zi4/m/n/10 big.mark[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 big.interval[]\T1/ ptm/m/n/10 , []\T1/zi4/m/n/10 small.mark[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 sma ll.interval[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 decimal.mark[]\T1/ptm/m/n/10 , [248] [249] [250] [251] Underfull \hbox (badness 4429) in paragraph at lines 16385--16388 []\T1/ptm/m/n/10 an atomic nu-mer-i-cal or char-ac-ter ob-ject, pos-si-bly [][] []\T1/zi4/m/n/10 complex[][][] []\T1/ptm/m/n/10 only for [252] [253] Underfull \hbox (badness 10000) in paragraph at lines 16492--16494 []\T1/ptm/m/n/10 This works via []\T1/zi4/m/n/10 prettyNum()[]\T1/ptm/m/n/10 , which calls []\T1/zi4/m/n/10 .format.zeros(*, [254] Underfull \hbox (badness 2035) in paragraph at lines 16565--16569 []\T1/ptm/m/n/10 The de-fault for []\T1/zi4/m/n/10 decimal.mark []\T1/ptm/m/n/1 0 in []\T1/zi4/m/n/10 formatC() []\T1/ptm/m/n/10 was changed in \T1/phv/m/n/10 R \T1/ptm/m/n/10 3.2.0: for use within [255] Underfull \vbox (badness 10000) has occurred while \output is active [256] [257] [258] [259] [260] [261] [262] [263] [264] Underfull \hbox (badness 2452) in paragraph at lines 17188--17192 []\T1/zi4/m/n/10 gctorture2 []\T1/ptm/m/n/10 can also be in-voked via en-vi-ron -ment vari-ables at the start of the \T1/phv/m/n/10 R \T1/ptm/m/n/10 ses- Underfull \hbox (badness 1147) in paragraph at lines 17188--17192 \T1/ptm/m/n/10 sion. []\T1/zi4/m/n/10 R_GCTORTURE []\T1/ptm/m/n/10 cor-re-spond s to the []\T1/zi4/m/n/10 step []\T1/ptm/m/n/10 ar-gu-ment, []\T1/zi4/m/n/10 R_ GCTORTURE_WAIT []\T1/ptm/m/n/10 to []\T1/zi4/m/n/10 wait[]\T1/ptm/m/n/10 , and [265] [266] [267] Underfull \hbox (badness 1092) in paragraph at lines 17380--17385 [][][]\T1/zi4/m/n/10 library.dynam[][][][]\T1/ptm/m/n/10 , or can be found af-t er the DLL has been loaded us-ing [268] [269] [270] [271] Underfull \hbox (badness 6741) in paragraph at lines 17633--17637 \T1/ptm/m/n/10 Additionally, the list will have an ad-di-tional class, be-ing [ ]\T1/zi4/m/n/10 CRoutine[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 CallRoutine[]\T1/pt m/m/n/10 , [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] Underfull \vbox (badness 10000) has occurred while \output is active [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] Underfull \hbox (badness 1769) in paragraph at lines 19138--19141 []\T1/ptm/m/n/10 a char-ac-ter vec-tor, or an ob-ject to be con-verted to a cha r-ac-ter vec-tor [294] [295] [296] [297] [298] Underfull \hbox (badness 10000) in paragraph at lines 19447--19449 []\T1/ptm/m/n/10 the `root' col-la-tion: see [][]$\T1/zi4/m/n/10 https : / / ww w . unicode . org / reports / tr35 / Underfull \hbox (badness 2088) in paragraph at lines 19453--19462 []\T1/ptm/m/n/10 For the spec-i-fi-ca-tions of `real' ICU lo-cales, see [][]$\T 1/zi4/m/n/10 https : / / unicode-[]org . github . io / icu / [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] Underfull \hbox (badness 1442) in paragraph at lines 20061--20063 []\T1/ptm/m/n/10 the choice of de-fault graph-ics de-vice launched when needed and by [][][]\T1/zi4/m/n/10 dev.new[][][][]\T1/ptm/m/n/10 : see [309] Underfull \hbox (badness 2452) in paragraph at lines 20157--20183 [][][]\T1/zi4/m/n/10 as.character[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.complex[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.double[][][][]\T1/pt m/m/n/10 , [][][]\T1/zi4/m/n/10 as.integer[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi 4/m/n/10 as.logical[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.raw[][][][] \T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.vector[][][][]\T1/ptm/m/n/10 , Underfull \hbox (badness 5726) in paragraph at lines 20157--20183 [][][]\T1/zi4/m/n/10 as.call[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.en vironment[][][] [][]is.array[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is.ma trix[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is.na[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 anyNA[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is.nan [][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is.finite[][][] [310] [311] [312] [313] [314] [315] Underfull \hbox (badness 1248) in paragraph at lines 20555--20558 []\T1/zi4/m/n/10 is.atomic []\T1/ptm/m/n/10 is true for the [][]atomic[][][] ty pes ([]\T1/zi4/m/n/10 "logical"[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 "integer"[]\ T1/ptm/m/n/10 , []\T1/zi4/m/n/10 "numeric"[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 " complex"[]\T1/ptm/m/n/10 , [316] [317] [318] [319] [320] Underfull \hbox (badness 4739) in paragraph at lines 20824--20826 []\T1/ptm/m/n/10 numeric scalar >= 0. Smaller dif-fer-ences are not con-sid-ere d, see [321] [322] [323] [324] [325] Underfull \vbox (badness 3803) has occurred while \output is active [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] Underfull \hbox (badness 2469) in paragraph at lines 21999--22004 []\T1/ptm/m/n/10 In late 2017 a []\T1/zi4/m/n/10 libcurl []\T1/ptm/m/n/10 in-st al-la-tion was seen di-vided into two li-braries, []\T1/zi4/m/n/10 libcurl []\T 1/ptm/m/n/10 and [340] [341] Underfull \hbox (badness 1675) in paragraph at lines 22086--22095 []\T1/ptm/m/n/10 At startup, the li-brary search path is ini-tial-ized from the en-vi-ron-ment vari-ables []\T1/zi4/m/n/10 R_LIBS[]\T1/ptm/m/n/10 , Underfull \hbox (badness 3189) in paragraph at lines 22096--22109 []\T1/ptm/m/n/10 First, []\T1/zi4/m/n/10 .Library.site []\T1/ptm/m/n/10 is ini- tial-ized from []\T1/zi4/m/n/10 R_LIBS_SITE[]\T1/ptm/m/n/10 . If this is un-set or empty, the Underfull \hbox (badness 10000) in paragraph at lines 22144--22147 []\T1/zi4/m/n/10 LOCALAPPDATA []\T1/ptm/m/n/10 (usu-ally []\T1/zi4/m/n/10 C:\Us ers\username\AppData\Local[]\T1/ptm/m/n/10 ) on Win-dows is a hid- Underfull \hbox (badness 4752) in paragraph at lines 22144--22147 \T1/ptm/m/n/10 den di-rec-tory and may not be viewed by some soft-ware. It may be opened by [342] [343] Underfull \hbox (badness 1014) in paragraph at lines 22278--22283 []\T1/ptm/m/n/10 Normally []\T1/zi4/m/n/10 library []\T1/ptm/m/n/10 re-turns (i n-vis-i-bly) the list of at-tached pack-ages, but []\T1/zi4/m/n/10 TRUE []\T1/p tm/m/n/10 or []\T1/zi4/m/n/10 FALSE []\T1/ptm/m/n/10 if [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] Underfull \hbox (badness 1264) in paragraph at lines 23125--23133 []\T1/ptm/m/n/10 character string. The fol-low-ing cat-e-gories should al-ways be sup-ported: [357] Underfull \hbox (badness 4441) in paragraph at lines 23160--23163 []\T1/ptm/m/n/10 Note that set-ting cat-e-gory []\T1/zi4/m/n/10 "LC_ALL" []\T1/ ptm/m/n/10 sets only cat-e-gories []\T1/zi4/m/n/10 "LC_COLLATE"[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 "LC_CTYPE"[]\T1/ptm/m/n/10 , [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] Underfull \hbox (badness 5231) in paragraph at lines 23980--23982 []\T1/ptm/m/n/10 The al-go-rithm used by []\T1/zi4/m/n/10 make.unique []\T1/ptm /m/n/10 has the prop-erty that []\T1/zi4/m/n/10 make.unique(c(A, B)) == [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] Underfull \hbox (badness 6380) in paragraph at lines 25097--25103 [][][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / Data _ compress ion$[][] \T1/ptm/m/n/10 for back-ground on data com-pres- Underfull \hbox (badness 1472) in paragraph at lines 25097--25103 [][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / Bzip2$[][]\T1/ptm /m/n/10 , and [][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / XZ _ Utils$[][] [388] [389] [390] [391] [392] [393] [394] [395] Underfull \hbox (badness 2790) in paragraph at lines 25609--25612 []\T1/zi4/m/n/10 packageStartupMessage []\T1/ptm/m/n/10 is a vari-ant whose mes -sages can be sup-pressed sep-a-rately by Underfull \hbox (badness 1571) in paragraph at lines 25609--25612 []\T1/zi4/m/n/10 suppressPackageStartupMessages[]\T1/ptm/m/n/10 . (They are sti ll mes-sages, so can be sup-pressed by [396] [397] [398] [399] [400] Underfull \hbox (badness 1194) in paragraph at lines 25937--25940 []\T1/ptm/m/n/10 The de-fault method for []\T1/zi4/m/n/10 anyNA []\T1/ptm/m/n/1 0 han-dles atomic vec-tors with-out a class and []\T1/zi4/m/n/10 NULL[]\T1/ptm/ m/n/10 . It calls [401] [402] [403] Underfull \hbox (badness 2368) in paragraph at lines 26144--26150 []\T1/ptm/m/n/10 For an [][][]\T1/zi4/m/n/10 environment[][][] env[]\T1/ptm/m/n /10 , []\T1/zi4/m/n/10 names(env) []\T1/ptm/m/n/10 gives the names of the cor-r e-spond-ing list, i.e., [404] [405] [406] [407] [408] [409] Underfull \hbox (badness 10000) in paragraph at lines 26534--26537 []\T1/ptm/m/n/10 optional [][][]\T1/zi4/m/n/10 logical[][][] []\T1/ptm/m/n/10 e ven-tu-ally to be passed to []\T1/zi4/m/n/10 print()[]\T1/ptm/m/n/10 , used by [410] [411] [412] [413] [414] [415] [416] [417] [418] [419] Underfull \hbox (badness 10000) in paragraph at lines 27162--27164 []\T1/zi4/m/n/10 isNamespaceLoaded(pkg) []\T1/ptm/m/n/10 is equiv-a-lent to but more ef-fi-cient than []\T1/zi4/m/n/10 pkg %in% [420] [421] [422] [423] [424] [425] [426] Underfull \hbox (badness 2443) in paragraph at lines 27653--27661 \T1/ptm/m/n/10 suit-able char-ac-ter vec-tors as above, or nu-meric ver-sion ob -jects. For [427] [428] [429] [430] [431] [432] [433] Underfull \hbox (badness 1881) in paragraph at lines 28083--28086 []\T1/ptm/m/n/10 integer value con-trol-ling the print-ing of lan-guage con-str ucts which are Underfull \hbox (badness 6220) in paragraph at lines 28108--28110 []\T1/ptm/m/n/10 Extra command-line ar-gu-ment(s) for non-default meth-ods: see [434] [435] Underfull \hbox (badness 2142) in paragraph at lines 28249--28253 []\T1/ptm/m/n/10 the de-fault pa-per for-mat used by [][][]\T1/zi4/m/n/10 posts cript[][][][]\T1/ptm/m/n/10 ; set by en-vi-ron-ment vari-able Underfull \hbox (badness 1968) in paragraph at lines 28306--28311 []\T1/ptm/m/n/10 the com-mand used by [][][]\T1/zi4/m/n/10 postscript[][][] []\ T1/ptm/m/n/10 for print-ing; set by en-vi-ron-ment vari-able [436] [437] [438] [439] Underfull \hbox (badness 10000) in paragraph at lines 28605--28611 []\T1/ptm/m/n/10 The URL of a Bio-con-duc-tor mir-ror for use by [][][]\T1/zi4/ m/n/10 setRepositories[][][][]\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 28605--28611 \T1/ptm/m/n/10 e.g. the de-fault `[]\T1/zi4/m/n/10 "https://bioconductor.org"[] \T1/ptm/m/n/10 ' or the Eu-ro-pean mir-ror Underfull \hbox (badness 10000) in paragraph at lines 28605--28611 \T1/ptm/m/n/10 `[]\T1/zi4/m/n/10 "https://bioconductor.statistik.tu-dortmund.de "[]\T1/ptm/m/n/10 '. Can be set by Underfull \hbox (badness 5878) in paragraph at lines 28618--28621 []\T1/ptm/m/n/10 default Cc: ad-dress used by [][][]\T1/zi4/m/n/10 create.post[ ][][] []\T1/ptm/m/n/10 (and hence [][][]\T1/zi4/m/n/10 bug.report[][][] []\T1/p tm/m/n/10 and Underfull \hbox (badness 2689) in paragraph at lines 28644--28646 []\T1/ptm/m/n/10 optional in-te-ger vec-tor for set-ting ports of the in-ter-na l HTTP server, see [440] Underfull \hbox (badness 10000) in paragraph at lines 28690--28695 []\T1/ptm/m/n/10 Used by [][][]\T1/zi4/m/n/10 install.packages[][][] []\T1/ptm/ m/n/10 (and in-di-rectly Underfull \hbox (badness 2529) in paragraph at lines 28696--28707 \T1/ptm/m/n/10 in-di-rectly [][][]\T1/zi4/m/n/10 update.packages[][][][]\T1/ptm /m/n/10 ) on plat-forms which sup-port bi-nary pack-ages. Pos-si- Underfull \hbox (badness 2512) in paragraph at lines 28696--28707 \T1/ptm/m/n/10 ble val-ues are []\T1/zi4/m/n/10 "never"[]\T1/ptm/m/n/10 , []\T1 /zi4/m/n/10 "interactive" []\T1/ptm/m/n/10 (which means ask in in-ter-ac-tive u se and Underfull \hbox (badness 7203) in paragraph at lines 28708--28711 []\T1/ptm/m/n/10 default email-ing method used by [][][]\T1/zi4/m/n/10 create.p ost[][][] []\T1/ptm/m/n/10 and hence [][][]\T1/zi4/m/n/10 bug.report[][][] []\T 1/ptm/m/n/10 and [441] [442] [443] [444] [445] Underfull \vbox (badness 3803) has occurred while \output is active [446] Underfull \hbox (badness 10000) in paragraph at lines 29123--29127 \T1/ptm/m/n/10 el-e-ment []\T1/zi4/m/n/10 A[c(arrayindex.x, arrayindex.y)] = FU N(X[arrayindex.x], Y[arrayindex.y], [447] [448] Underfull \hbox (badness 10000) in paragraph at lines 29270--29273 []\T1/zi4/m/n/10 str2expression(s) []\T1/ptm/m/n/10 and []\T1/zi4/m/n/10 str2la ng(s) []\T1/ptm/m/n/10 re-turn spe-cial ver-sions of []\T1/zi4/m/n/10 parse(tex t=s, [449] Underfull \hbox (badness 7925) in paragraph at lines 29351--29355 []\T1/ptm/m/n/10 for a [][][]\T1/zi4/m/n/10 character[][][] []\T1/ptm/m/n/10 ve c-tor []\T1/zi4/m/n/10 s[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 str2expression(s) [ ]\T1/ptm/m/n/10 cor-re-sponds to Underfull \hbox (badness 1253) in paragraph at lines 29351--29355 []\T1/zi4/m/n/10 parse(text = s, keep.source=FALSE)[]\T1/ptm/m/n/10 , which is al-ways of type ([][][]\T1/zi4/m/n/10 typeof[][][][]\T1/ptm/m/n/10 ) and [][][] \T1/zi4/m/n/10 class[][][] Underfull \hbox (badness 2521) in paragraph at lines 29356--29365 []\T1/ptm/m/n/10 for a [][][]\T1/zi4/m/n/10 character[][][] []\T1/ptm/m/n/10 st ring []\T1/zi4/m/n/10 s[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 str2lang(s) []\T1/pt m/m/n/10 cor-re-sponds to []\T1/zi4/m/n/10 parse(text = s, [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] Underfull \hbox (badness 2726) in paragraph at lines 30389--30392 []\T1/ptm/m/n/10 character string (or []\T1/zi4/m/n/10 NULL[]\T1/ptm/m/n/10 ) i n-di-cat-ing [][][]\T1/zi4/m/n/10 NA[][][] []\T1/ptm/m/n/10 val-ues in printed out-put, see [467] [468] [469] [470] [471] [472] [473] [474] [475] [476] [477] [478] [479] [480] [481] [482] [483] [484] [485] Underfull \vbox (badness 3803) has occurred while \output is active [486] [487] [488] [489] [490] [491] [492] Underfull \hbox (badness 1248) in paragraph at lines 32083--32090 \T1/ptm/m/n/10 uni-form pseudo-random num-ber gen-er-a-tor, \T1/ptm/m/it/10 ACM Trans-ac-tions on Mod-el-ing and Com-puter Underfull \hbox (badness 10000) in paragraph at lines 32083--32090 \T1/ptm/m/n/10 Now see [][]$\T1/zi4/m/n/10 https : / / www . math . sci . hiros hima-[]u . ac . jp / ~m-[]mat / MT / VERSIONS / C-[]LANG / [493] [494] Underfull \hbox (badness 1533) in paragraph at lines 32201--32204 []\T1/ptm/m/n/10 As with all com-piled code, mis-specifying these func-tions ca n crash \T1/phv/m/n/10 R\T1/ptm/m/n/10 . Do in-clude the [495] [496] [497] Underfull \hbox (badness 1163) in paragraph at lines 32372--32383 []\T1/ptm/m/n/10 If all com-po-nents are dif-fer-ent (and no []\T1/zi4/m/n/10 N A[]\T1/ptm/m/n/10 s), the ranks are well de-fined, with val-ues in [498] [499] [500] [501] [502] [503] [504] [505] [506] Underfull \hbox (badness 6300) in paragraph at lines 32924--32926 []\T1/ptm/m/n/10 The sec-tion `Pro-cess-ing doc-u-men-ta-tion files' in the `Wr it-ing R Ex-ten-sions' man-ual: [507] [508] [509] [510] [511] [512] [513] [514] [515] [516] [517] [518] [519] [520] [521] [522] [523] Underfull \hbox (badness 10000) in paragraph at lines 34053--34057 []\T1/zi4/m/n/10 regexpr []\T1/ptm/m/n/10 and []\T1/zi4/m/n/10 gregexpr []\T1/p tm/m/n/10 sup-port `named cap-ture'. If groups are named, e.g., Underfull \hbox (badness 1221) in paragraph at lines 34053--34057 []\T1/zi4/m/n/10 "(?[A-Z][a-z]+)" []\T1/ptm/m/n/10 then the po-si-tions of the matches are also re-turned by name. Underfull \hbox (badness 3557) in paragraph at lines 34074--34076 []\T1/ptm/m/n/10 The POSIX 1003.2 stan-dard at [][]$\T1/zi4/m/n/10 https : / / pubs . opengroup . org / onlinepubs / 9699919799 / Underfull \hbox (badness 1122) in paragraph at lines 34077--34081 []\T1/ptm/m/n/10 The []\T1/zi4/m/n/10 pcre2pattern []\T1/ptm/m/n/10 or []\T1/zi 4/m/n/10 pcrepattern man []\T1/ptm/m/n/10 page (found as part of [][]$\T1/zi4/m /n/10 https : / / www . pcre . org / [524] [525] Underfull \vbox (badness 10000) has occurred while \output is active [526] [527] [528] [529] [530] [531] [532] [533] Underfull \hbox (badness 1655) in paragraph at lines 34679--34681 []\T1/ptm/m/n/10 a vec-tor (atomic, not a list) for []\T1/zi4/m/n/10 rle()[]\T1 /ptm/m/n/10 ; an ob-ject of class []\T1/zi4/m/n/10 "rle" []\T1/ptm/m/n/10 for [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] [547] [548] [549] [550] [551] [552] Underfull \hbox (badness 2261) in paragraph at lines 35886--35891 []\T1/ptm/m/n/10 If []\T1/zi4/m/n/10 strip.white []\T1/ptm/m/n/10 is of length 1, it ap-plies to all fields; oth-er-wise, if [553] [554] [555] [556] [557] [558] [559] [560] [561] [562] [563] [564] [565] [566] [567] [568] [569] Underfull \hbox (badness 3668) in paragraph at lines 36963--36967 []\T1/zi4/m/n/10 getAllConnections []\T1/ptm/m/n/10 re-turns a se-quence of in- te-ger con-nec-tion de-scrip-tors for use with [570] Underfull \hbox (badness 10000) in paragraph at lines 37054--37065 \T1/zi4/m/n/10 / / learn . microsoft . com / en-[]us / cpp / c-[]language / par sing-[]c-[]command-[]line-[]arguments ? [571] [572] [573] [574] [575] [576] [577] [578] [579] [580] [581] [582] [583] [584] [585] [586] [587] [588] [589] [590] Underfull \vbox (badness 3803) has occurred while \output is active [591] [592] [593] [594] [595] [596] Underfull \hbox (badness 10000) in paragraph at lines 38693--38695 [][][]$\T1/zi4/m/n/10 https : / / pubs . opengroup . org / onlinepubs / 9699919 799 / functions / snprintf . html$[][] \T1/ptm/m/n/10 for [597] [598] [599] [600] [601] [602] Underfull \hbox (badness 2913) in paragraph at lines 39111--39115 \T1/ptm/m/n/10 ber of nested \T1/phv/m/n/10 R \T1/ptm/m/n/10 ex-pres-sions cur- rently un-der eval-u-a-tion, ex-ceeds the limit set by [603] [604] [605] [606] Underfull \hbox (badness 1072) in paragraph at lines 39357--39361 []\T1/ptm/m/n/10 On front-ends which sup-port it, the com-mands his-tory is rea d from the file spec-i-fied by Underfull \hbox (badness 10000) in paragraph at lines 39362--39366 []\T1/ptm/m/n/10 The command-line op-tion `[]\T1/zi4/m/n/10 --vanilla[]\T1/ptm/ m/n/10 ' im-plies `[]\T1/zi4/m/n/10 --no-site-file[]\T1/ptm/m/n/10 ', `[]\T1/zi 4/m/n/10 --no-init-file[]\T1/ptm/m/n/10 ', Underfull \hbox (badness 10000) in paragraph at lines 39402--39408 []\T1/ptm/m/n/10 On sys-tems with sub-architectures (mainly Win-dows), the file s `\T1/zi4/m/n/10 Renviron.site\T1/ptm/m/n/10 ' Underfull \hbox (badness 10000) in paragraph at lines 39402--39408 \T1/ptm/m/n/10 and `\T1/zi4/m/n/10 Rprofile.site\T1/ptm/m/n/10 ' are looked for first in architecture-specific di-rec-to-ries, Underfull \hbox (badness 1320) in paragraph at lines 39402--39408 \T1/ptm/m/n/10 e.g. `[][]\T1/ptm/m/sl/10 R_HOME[][][]\T1/zi4/m/n/10 /etc/i386/R environ.site\T1/ptm/m/n/10 '. And e.g. `\T1/zi4/m/n/10 .Renviron.i386\T1/ptm/m/ n/10 ' will be used in [607] Underfull \hbox (badness 3009) in paragraph at lines 39417--39424 []\T1/ptm/m/n/10 On Unix ver-sions of \T1/phv/m/n/10 R \T1/ptm/m/n/10 there is also a file `[][]\T1/ptm/m/sl/10 R_HOME[][][]\T1/zi4/m/n/10 /etc/Renviron\T1/pt m/m/n/10 ' which is read Underfull \hbox (badness 1038) in paragraph at lines 39417--39424 \T1/ptm/m/n/10 very early in the start-up pro-cess-ing. It con-tains en-vi-ron- ment vari-ables set by \T1/phv/m/n/10 R \T1/ptm/m/n/10 in the Underfull \hbox (badness 2573) in paragraph at lines 39417--39424 \T1/ptm/m/n/10 con-fig-ure pro-cess. Val-ues in that file can be over-rid-den i n site or user en-vi-ron-ment Underfull \hbox (badness 1917) in paragraph at lines 39417--39424 \T1/ptm/m/n/10 files: do not change `[][]\T1/ptm/m/sl/10 R_HOME[][][]\T1/zi4/m/ n/10 /etc/Renviron\T1/ptm/m/n/10 ' it-self. Note that this is dis-tinct from [608] [609] [610] Underfull \hbox (badness 2644) in paragraph at lines 39652--39656 []\T1/ptm/m/n/10 alternative to []\T1/zi4/m/n/10 exprs []\T1/ptm/m/n/10 or []\T 1/zi4/m/n/10 ...[]\T1/ptm/m/n/10 : an `expression-like' ob-ject, typ-i-cally an [611] [612] [613] [614] [615] [616] [617] [618] [619] Underfull \vbox (badness 10000) has occurred while \output is active [620] [621] [622] [623] [624] [625] [626] [627] [628] [629] [630] [631] [632] [633] [634] [635] Underfull \hbox (badness 4144) in paragraph at lines 41210--41218 []\T1/ptm/m/n/10 (for []\T1/zi4/m/n/10 summary.default[]\T1/ptm/m/n/10 ) or [][ ][]\T1/zi4/m/n/10 format[][][]() []\T1/ptm/m/n/10 (for []\T1/zi4/m/n/10 summary .data.frame[]\T1/ptm/m/n/10 ). In Underfull \hbox (badness 1158) in paragraph at lines 41220--41222 []\T1/ptm/m/n/10 integer code used in []\T1/zi4/m/n/10 quantile(*, type=quantil e.type) []\T1/ptm/m/n/10 for the de-fault [636] [637] [638] [639] [640] [641] [642] [643] [644] [645] Underfull \hbox (badness 1137) in paragraph at lines 41830--41836 []\T1/ptm/m/n/10 This ex-pands tilde (see [][]tilde ex-pan-sion[][][]) and wild -cards in file paths. For pre-cise de-tails Underfull \hbox (badness 4967) in paragraph at lines 41848--41853 []\T1/ptm/m/n/10 If a file-name starts with []\T1/zi4/m/n/10 . []\T1/ptm/m/n/10 this may need to be matched ex-plic-itly: for ex-am-ple [646] [647] Underfull \hbox (badness 1616) in paragraph at lines 41971--41976 []\T1/zi4/m/n/10 system("id") []\T1/ptm/m/n/10 is much more portable on Unix-al ikes, pro-vided only the POSIX op-tions [648] [649] [650] [651] Underfull \vbox (badness 3803) has occurred while \output is active [652] [653] [654] [655] [656] Underfull \hbox (badness 1472) in paragraph at lines 42518--42521 []\T1/ptm/m/n/10 logical. If []\T1/zi4/m/n/10 TRUE[]\T1/ptm/m/n/10 , func-tions keep their source in-clud-ing com-ments, see [657] [658] [659] LaTeX Font Warning: Font shape `T1/zi4/m/sl' undefined (Font) using `T1/zi4/m/n' instead on input line 42730. [660] [661] [662] [663] [664] [665] [666] [667] [668] [669] [670] [671] Underfull \hbox (badness 10000) in paragraph at lines 43469--43473 []\T1/ptm/m/n/10 On 64-bit plat-forms []\T1/zi4/m/sl/10 bin []\T1/ptm/m/n/10 ca n have $\OT1/cmr/m/n/10 2[]$ \T1/ptm/m/n/10 or more el-e-ments (i.e., []\T1/zi4 /m/sl/10 length(bin) > [672] [673] [674] [675] [676] [677] [678] [679] [680] [681] [682] [683] [684] [685] [686] [687] [688] [689] Underfull \hbox (badness 10000) in paragraph at lines 44663--44666 [][][]$\T1/zi4/m/sl/10 https : / / en . wikipedia . org / wiki / Time _ zone$[] [] \T1/ptm/m/n/10 and [][]$\T1/zi4/m/sl/10 https : / / data . iana . org / time -[]zones / [690] [691] [692] [693] [694] [695] Underfull \vbox (badness 10000) has occurred while \output is active [696] [697] [698] [699] [700] [701] [702] [703] Underfull \hbox (badness 1990) in paragraph at lines 45579--45587 []\T1/zi4/m/sl/10 try []\T1/ptm/m/n/10 eval-u-ates an ex-pres-sion and traps an y er-rors that oc-cur dur-ing the eval-u-a-tion. If Underfull \hbox (badness 4846) in paragraph at lines 45579--45587 \T1/ptm/m/n/10 an er-ror oc-curs then the er-ror mes-sage is printed to the [][ ][]\T1/zi4/m/sl/10 stderr[][][] []\T1/ptm/m/n/10 con-nec-tion un-less [704] [705] [706] [707] [708] [709] [710] [711] [712] [713] [714] [715] [716] [717] [718] [719] [720] [721] [722] [723] [724] [725] Underfull \hbox (badness 1014) in paragraph at lines 47020--47023 []\T1/ptm/m/n/10 logical, in-di-cat-ing if the warn-ing should be out-put im-me -di-ately, even if [726] [727] Underfull \hbox (badness 2401) in paragraph at lines 47153--47157 []\T1/ptm/m/n/10 See the de-scrip-tion of [][][]\T1/zi4/m/sl/10 options[][][](" warn") []\T1/ptm/m/n/10 for the cir-cum-stances un-der which there is a [728] [729] Underfull \hbox (badness 3492) in paragraph at lines 47279--47281 []\T1/zi4/m/sl/10 weekdays []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 months []\T1/ ptm/m/n/10 re-turn a char-ac-ter vec-tor of names in the lo-cale in use, i.e., [730] [731] Underfull \hbox (badness 2111) in paragraph at lines 47365--47370 \T1/ptm/m/n/10 If [][][]\T1/zi4/m/sl/10 names[][][](.dimnames) []\T1/ptm/m/n/10 is not empty, these are used as col-umn names. [732] [733] [734] Underfull \hbox (badness 4001) in paragraph at lines 47613--47615 []\T1/ptm/m/n/10 Thomas Lum-ley (2003) \T1/ptm/m/it/10 Stan-dard non-stan-dard eval-u-a-tion rules\T1/ptm/m/n/10 . [][]$\T1/zi4/m/sl/10 https : / / developer . [735] [736] [737] [738] [739] [740] [741] Underfull \hbox (badness 5417) in paragraph at lines 48015--48019 []\T1/zi4/m/sl/10 .packages() []\T1/ptm/m/n/10 re-turns the names of the cur-re ntly at-tached pack-ages \T1/ptm/m/it/10 in-vis-i-bly \T1/ptm/m/n/10 whereas [742] Underfull \hbox (badness 10000) in paragraph at lines 48076--48080 []\T1/zi4/m/sl/10 .standard_regexps []\T1/ptm/m/n/10 re-turns a list of `stan-d ard' reg-exps, in-clud-ing el-e-ments named [743]) (./compiler-pkg.tex [744] Chapter 2. [745] [746] [747] [748]) (./datasets-pkg.tex Chapter 3. [749] [750] [751] [752] [753] [754] [755] [756] [757] [758] [759] [760] [761] [762] [763] [764] [765] Underfull \hbox (badness 1097) in paragraph at lines 1034--1038 []\T1/ptm/m/n/10 MacDonell, W.R. (1902). On crim-i-nal an-thro-pom-e-try and th e iden-ti-fi-ca-tion of crim-i-nals. [766] [767] [768] [769] [770] [771] [772] [773] [774] [775] Overfull \hbox (5.23488pt too wide) in paragraph at lines 1643--1643 []\T1/zi4/m/n/9 matlines(gait[, -1, 1], gait[, -1, 2], type = "l", lty = 1, co l = adjustcolor("thistle", 1/3))[] [776] [777] [778] [779] [780] [781] [782] [783] [784] [785] [786] [787] [788] [789] [790] [791] [792] [793] [794] [795] [796] [797] [798] [799] [800] [801] [802] [803] [804] [805] [806] [807] [808] [809] [810] [811] Overfull \hbox (2.27475pt too wide) in paragraph at lines 3776--3776 []\T1/zi4/m/n/9 ## From https://pubs.usgs.gov/gip/Elevations-Distances/elvadis t.html#Geographic%20Centers[] [812] [813] [814] [815] [816] [817] [818] [819] [820] [821] [822] [823] [824] [825] [826] [827] [828] [829] [830] [831] [832] [833] [834] [835]) (./grDevices-pkg.tex [836] Chapter 4. [837] [838] [839] [840] [841] Underfull \hbox (badness 2221) in paragraph at lines 284--288 []\T1/ptm/m/n/10 numeric vec-tor of length 3, []\T1/zi4/m/sl/10 c(mi, ma, n.)[] \T1/ptm/m/n/10 , with iden-ti-cal mean-ing to Underfull \hbox (badness 10000) in paragraph at lines 299--304 []\T1/ptm/m/n/10 Apart from that, []\T1/zi4/m/sl/10 axisTicks() []\T1/ptm/m/n/1 0 just calls the C func-tion []\T1/zi4/m/sl/10 CreateAtVector() []\T1/ptm/m/n/1 0 in [842] [843] [844] [845] [846] [847] [848] [849] [850] [851] Underfull \hbox (badness 1424) in paragraph at lines 911--913 [][][]\T1/zi4/m/sl/10 NA[][][] []\T1/ptm/m/n/10 (as in-te-ger or char-ac-ter) a nd []\T1/zi4/m/sl/10 "NA" []\T1/ptm/m/n/10 mean trans-par-ent, which can also b e spec-i-fied as [852] Underfull \vbox (badness 10000) has occurred while \output is active [853] [854] [855] [856] Underfull \hbox (badness 5175) in paragraph at lines 1239--1241 []\T1/ptm/m/n/10 There is cur-rently no doc-u-men-ta-tion about the al-go-rithm . The source code is in [857] [858] Underfull \hbox (badness 2512) in paragraph at lines 1358--1360 []\T1/ptm/m/n/10 For the white points [][]$\T1/zi4/m/sl/10 https : / / web . ar chive . org / web / 20190613001950 / http : / / efg2 . com / [859] [860] [861] [862] [863] Underfull \hbox (badness 1490) in paragraph at lines 1658--1663 \T1/ptm/m/n/10 by [][][]\T1/zi4/m/sl/10 rasterImage[][][] []\T1/ptm/m/n/10 and [][][]\T1/zi4/m/sl/10 grid.raster[][][][]\T1/ptm/m/n/10 ? Pos-si-ble val-ues [] \T1/zi4/m/sl/10 "no"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "yes" []\T1/ptm/m/n/10 and Underfull \hbox (badness 3302) in paragraph at lines 1671--1675 []\T1/ptm/m/n/10 character: Does the de-vice sup-port pat-tern fills? One or mo re of [864] [865] [866] [867] [868] [869] Underfull \hbox (badness 1325) in paragraph at lines 2086--2096 []\T1/zi4/m/sl/10 "png48"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "pngmono"[]\T1/pt m/m/n/10 , []\T1/zi4/m/sl/10 "pnggray"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "png alpha"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "bmp16"[]\T1/ptm/m/n/10 , []\T1/zi4/ m/sl/10 "bmp16m" "bmp256"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "bmp32b"[]\T1/ptm /m/n/10 , [870] [871] Underfull \hbox (badness 10000) in paragraph at lines 2198--2200 []\T1/ptm/m/n/10 The de-fault value when a de-vice is opened is taken from the set-ting of [872] [873] [874] Underfull \hbox (badness 6758) in paragraph at lines 2386--2389 []\T1/ptm/m/n/10 Some other op-tions which can be use-ful (see your Ghostscript doc-u-men-ta-tion) are [875] [876] [877] [878] [879] [880] [881] [882] [883] [884] [885] [886] Underfull \hbox (badness 10000) in paragraph at lines 3143--3144 [887] [888] [889] [890] [891] [892] [893] [894] [895] [896] [897] [898] Underfull \vbox (badness 3803) has occurred while \output is active [899] [900] [901] [902] Underfull \vbox (badness 10000) has occurred while \output is active [903] [904] [905] [906] Underfull \hbox (badness 1418) in paragraph at lines 4429--4436 \T1/ptm/m/n/10 it is one of []\T1/zi4/m/sl/10 "AvantGarde"[]\T1/ptm/m/n/10 , [] \T1/zi4/m/sl/10 "Bookman"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "Courier"[]\T1/pt m/m/n/10 , []\T1/zi4/m/sl/10 "Helvetica"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "H elvetica-Narrow"[]\T1/ptm/m/n/10 , [907] [908] [909] [910] Underfull \hbox (badness 1152) in paragraph at lines 4716--4723 []\T1/zi4/m/sl/10 encoding[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 bg[]\T1/ptm/m/n/ 10 , []\T1/zi4/m/sl/10 fg[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 pointsize[]\T1/pt m/m/n/10 , []\T1/zi4/m/sl/10 pagecentre[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 col ormodel[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 useDingbats[]\T1/ptm/m/n/10 , [911] [912] [913] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.symbol}) has been already used, duplicate ignored \relax l.4896 \aliasA{symbol}{plotmath}{symbol} [914] [915] [916] [917] Underfull \vbox (badness 3803) has occurred while \output is active [918] [919] Underfull \hbox (badness 1584) in paragraph at lines 5289--5291 []\T1/ptm/m/n/10 For type []\T1/zi4/m/sl/10 "cairo"[]\T1/ptm/m/n/10 , the []\T1 /zi4/m/sl/10 symbolfamily []\T1/ptm/m/n/10 ar-gu-ment can be sup-plied. See Underfull \hbox (badness 1067) in paragraph at lines 5293--5300 \T1/ptm/m/n/10 The lat-ter will only be avail-able if the sys-tem was com-piled with sup- [920] [921] [922] [923] Underfull \hbox (badness 1377) in paragraph at lines 5595--5600 []\T1/ptm/m/n/10 a char-ac-ter string de-scrib-ing the color model: cur-rently al-lowed val-ues [924] [925] Underfull \hbox (badness 1377) in paragraph at lines 5699--5704 []\T1/ptm/m/n/10 Color mod-els pro-vided for back-wards com-pat-i-bil-ity are [ ]\T1/zi4/m/sl/10 "rgb" []\T1/ptm/m/n/10 (which is RGB+gray) and [926] Underfull \hbox (badness 7344) in paragraph at lines 5768--5770 []\T1/ptm/m/n/10 Support for Com-puter Mod-ern fonts is based on a con-tri-bu-t ion by Brian D'Urso [927] [928] Underfull \hbox (badness 2035) in paragraph at lines 5907--5916 []\T1/ptm/m/n/10 Mappings for a num-ber of stan-dard Adobe fonts (and URW equiv -a-lents) are also pro- Underfull \hbox (badness 10000) in paragraph at lines 5907--5916 \T1/ptm/m/n/10 vided: []\T1/zi4/m/sl/10 "AvantGarde"[]\T1/ptm/m/n/10 , []\T1/zi 4/m/sl/10 "Bookman"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "Courier"[]\T1/ptm/m/n/ 10 , []\T1/zi4/m/sl/10 "Helvetica"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "Helveti ca-Narrow"[]\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 5907--5916 []\T1/zi4/m/sl/10 "NewCenturySchoolbook"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "P alatino" []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 "Times"[]\T1/ptm/m/n/10 ; []\T1 /zi4/m/sl/10 "URWGothic"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "URWBookman"[]\T1/ ptm/m/n/10 , [929] Underfull \hbox (badness 10000) in paragraph at lines 5973--5978 []\T1/zi4/m/sl/10 BousungEG-Light-GB []\T1/ptm/m/n/10 can be found at [][]$\T1/ zi4/m/sl/10 https : / / ftp . gnu . org / pub / non-[]gnu / [930] [931] [932] Underfull \hbox (badness 1546) in paragraph at lines 6114--6122 []\T1/ptm/m/n/10 arguments []\T1/zi4/m/sl/10 onefile[]\T1/ptm/m/n/10 , []\T1/zi 4/m/sl/10 family[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 title[]\T1/ptm/m/n/10 , [] \T1/zi4/m/sl/10 fonts[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 encoding[]\T1/ptm/m/n /10 , []\T1/zi4/m/sl/10 bg[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 fg[]\T1/ptm/m/n/ 10 , []\T1/zi4/m/sl/10 width[]\T1/ptm/m/n/10 , [933] [934] [935] [936] [937] [938] Underfull \hbox (badness 6625) in paragraph at lines 6558--6561 []\T1/ptm/m/n/10 Murrell, P., Ooms, J., Al-laire, J.J. (2015), "Record-ing and Re-play-ing the Graph- [939] [940] Underfull \hbox (badness 10000) in paragraph at lines 6662--6665 []\T1/zi4/m/sl/10 rgb2hsv []\T1/ptm/m/n/10 trans-forms col-ors from RGB space ( red/green/blue) into HSV space [941] [942] [943] [944] Overfull \hbox (9.73488pt too wide) in paragraph at lines 6899--6899 []\T1/zi4/m/n/9 ## but now, x in [-0.5, 20] -- "too far" ==> "wrap around" pro blem (without \TS1/zi4/m/n/9 '\T1/zi4/m/n/9 continuous=TRUE\TS1/zi4/m/n/9 '\T1/ zi4/m/n/9 ):[] [945] [946] [947] [948] [949] [950] [951] [952] [953] [954] Underfull \hbox (badness 1189) in paragraph at lines 7528--7530 []\T1/ptm/m/n/10 for cairo types, the type of anti-aliasing (if any) to be used . One of [955] Underfull \hbox (badness 10000) in paragraph at lines 7633--7635 []\T1/zi4/m/sl/10 "-*-mincho-%s-%s-*-*-%d-*-*-*-*-*-*-*" []\T1/ptm/m/n/10 for C JK lan-guages and [956] [957] [958] [959] [960] [961] [962] [963] [964]) (./graphics-pkg.tex Chapter 5. [965] [966] [967] [968] [969] [970] [971] [972] [973] [974] [975] Underfull \vbox (badness 3803) has occurred while \output is active [976] [977] [978] [979] [980] [981] Overfull \hbox (12.71341pt too wide) in paragraph at lines 1038--1038 [] \T1/zi4/m/n/9 main = "barplot(Freq ~ Class + Survived, *)", ylab = " # {passengers}", legend.text = TRUE)[] [982] [983] [984] [985] [986] [987] Underfull \hbox (badness 4634) in paragraph at lines 1411--1414 [][][]\T1/zi4/m/sl/10 boxplot.default[][][] []\T1/ptm/m/n/10 which al-ready wor ks nowa-days with data.frames; [][][]\T1/zi4/m/sl/10 boxplot.formula[][][][]\T1 /ptm/m/n/10 , [988] [989] [990] [991] [992] [993] [994] [995] [996] [997] [998] [999] [1000] [1001] [1002] [1003] [1004] Underfull \hbox (badness 1728) in paragraph at lines 2389--2391 []\T1/ptm/m/n/10 a string in-di-cat-ing the x-axis style; use []\T1/zi4/m/sl/10 "n" []\T1/ptm/m/n/10 to sup-press and see also [1005] Underfull \hbox (badness 1009) in paragraph at lines 2482--2489 \T1/ptm/m/n/10 be in as-cend-ing or-der. (The rest of this de-scrip-tion does n ot ap-ply to [1006] [1007] [1008] [1009] [1010] [1011] [1012] [1013] [1014] [1015] [1016] [1017] [1018] [1019] [1020] [1021] [1022] [1023] [1024] [1025] [1026] [1027] [1028] [1029] Underfull \vbox (badness 10000) has occurred while \output is active [1030] Underfull \vbox (badness 10000) has occurred while \output is active [1031] [1032] [1033] [1034] [1035] [1036] [1037] [1038] [1039] [1040] [1041] [1042] Underfull \hbox (badness 3229) in paragraph at lines 4755--4760 []\T1/ptm/m/n/10 a char-ac-ter string in-di-cat-ing if log-a-rith-mic axes are to be used, see [1043] [1044] [1045] [1046] [1047] Underfull \hbox (badness 1107) in paragraph at lines 5254--5260 []\T1/ptm/m/n/10 is []\T1/zi4/m/sl/10 par("cin")/par("pin") []\T1/ptm/m/n/10 sc aled to user co-or-di-nates. Note that []\T1/zi4/m/sl/10 c([][]strwidth[][][](c h), [1048] [1049] Underfull \hbox (badness 10000) in paragraph at lines 5383--5386 [1050 ] Underfull \hbox (badness 10000) in paragraph at lines 5444--5446 Underfull \vbox (badness 10000) has occurred while \output is active [1051] [1052 ] [1053] [1054] [1055] [1056] [1057] [1058] [1059] [1060] [1061] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.plot}) ha s been already used, duplicate ignored \relax l.6119 \aliasA{plot}{plot.default}{plot} [1062] [1063] [1064] [1065] [1066] [1067] [1068] [1069] [1070] [1071] [1072] [1073] [1074] [1075] [1076] Overfull \hbox (31.57222pt too wide) in paragraph at lines 7026--7027 [][] [1077 ] [1078] [1079] [1080] [1081] [1082] [1083] [1084] [1085] [1086] [1087] [1088] [1089] [1090] [1091] [1092] [1093] [1094] [1095] [1096] [1097] [1098] [1099] [1100] [1101] [1102] [1103] [1104] [1105] [1106] [1107] [1108] [1109] [1110] [1111] Underfull \hbox (badness 4954) in paragraph at lines 9140--9142 []\T1/ptm/m/n/10 Sub-title (at bot-tom) us-ing font, size and color []\T1/zi4/m /sl/10 par(c("font.sub", Underfull \hbox (badness 1019) in paragraph at lines 9142--9144 []\T1/ptm/m/n/10 X axis la-bel us-ing font, size and color []\T1/zi4/m/sl/10 pa r(c("font.lab", "cex.lab", [1112] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.units}) h as been already used, duplicate ignored \relax l.9222 \HeaderA{units}{Graphical Units}{units} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.units.1}) has been already used, duplicate ignored \relax l.9222 \HeaderA{units}{Graphical Units}{units} [1113] [1114] [1115] [1116]) (./grid-pkg.tex Chapter 6. [1117] [1118] [1119] [1120] [1121] [1122] [1123] [1124] [1125] Underfull \hbox (badness 2680) in paragraph at lines 551--554 []\T1/ptm/m/n/10 Note that []\T1/zi4/m/sl/10 preDrawDetails []\T1/ptm/m/n/10 an d []\T1/zi4/m/sl/10 postDrawDetails []\T1/ptm/m/n/10 are also called in the cal -cu-la-tion of [1126] [1127] [1128] [1129] [1130] [1131] [1132] [1133] [1134] [1135] [1136] Underfull \hbox (badness 4279) in paragraph at lines 1188--1197 [][][]\T1/ptm/m/n/10 Grid[][][], [][][]\T1/zi4/m/sl/10 pushViewport[][][][]\T1/ ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 popViewport[][][][]\T1/ptm/m/n/10 , [][][]\T 1/zi4/m/sl/10 downViewport[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 seekVi ewport[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 upViewport[][][][]\T1/ptm/ m/n/10 , [][][]\T1/zi4/m/sl/10 unit[][][][]\T1/ptm/m/n/10 , [1137] [1138] [1139] [1140] [1141] [1142] [1143] [1144] [1145] [1146] [1147] [1148] [1149] [1150] [1151] [1152] [1153] [1154] [1155] [1156] [1157] [1158] [1159] [1160] [1161] [1162] [1163] [1164] [1165] [1166] [1167] [1168] Underfull \hbox (badness 10000) in paragraph at lines 3103--3105 []\T1/ptm/m/n/10 A func-tion that re-turns an affine trans-for-ma-tion ma-trix; see [1169] [1170] [1171] [1172] [1173] [1174] [1175] [1176] [1177] [1178] [1179] [1180] [1181] [1182] [1183] [1184] Underfull \vbox (badness 10000) has occurred while \output is active [1185] [1186] [1187] [1188] [1189] [1190] [1191] [1192] [1193] [1194] [1195] [1196] [1197] [1198] Underfull \hbox (badness 1067) in paragraph at lines 4843--4846 []\T1/ptm/m/n/10 Both func-tions cre-ate a seg-ments grob (a graph-i-cal ob-jec t de-scrib-ing seg-ments), but only [1199] [1200] [1201] [1202] [1203] [1204] Underfull \hbox (badness 7256) in paragraph at lines 5194--5196 []\T1/ptm/m/n/10 A char-ac-ter or [][]ex-pres-sion[][][] vec-tor. Other ob-ject s are co-erced by [1205] [1206] [1207] [1208] [1209] [1210] [1211] Underfull \hbox (badness 2142) in paragraph at lines 5648--5652 []\T1/ptm/m/n/10 ob-jects. For []\T1/zi4/m/sl/10 gridGTreeCoords []\T1/ptm/m/n/ 10 a list of ei-ther []\T1/zi4/m/sl/10 "GridGrobCoords" []\T1/ptm/m/n/10 or [1212] [1213] Underfull \hbox (badness 4699) in paragraph at lines 5730--5735 []\T1/ptm/m/n/10 Either a []\T1/zi4/m/sl/10 "GridGrobCoords" []\T1/ptm/m/n/10 o b-ject (a list of lists with com-po-nents []\T1/zi4/m/sl/10 x []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 y[]\T1/ptm/m/n/10 ) or a [1214] [1215] [1216] [1217] [1218] [1219] [1220] [1221] [1222] [1223] [1224] [1225] [1226] [1227] [1228] [1229] [1230] [1231] [1232] [1233] [1234] [1235] [1236] [1237] [1238] [1239] [1240] [1241] [1242] [1243] [1244] [1245]) (./methods-pkg.tex [1246] Chapter 7. [1247] [1248] [1249] [1250] [1251] [1252] [1253] [1254] Underfull \vbox (badness 10000) has occurred while \output is active [1255] Underfull \vbox (badness 10000) has occurred while \output is active [1256] [1257] [1258] [1259] [1260] [1261] [1262] [1263] [1264] [1265] Underfull \hbox (badness 2237) in paragraph at lines 1383--1385 []\T1/ptm/m/n/10 The class []\T1/zi4/m/sl/10 "className" []\T1/ptm/m/n/10 ex-te nds []\T1/zi4/m/sl/10 "character" []\T1/ptm/m/n/10 and has a slot []\T1/zi4/m/s l/10 "package"[]\T1/ptm/m/n/10 , also of class [1266] [1267] [1268] [1269] [1270] [1271] [1272] [1273] [1274] Underfull \hbox (badness 10000) in paragraph at lines 1979--1984 []\T1/ptm/m/n/10 The ar-gu-ment to []\T1/zi4/m/sl/10 insertSource []\T1/ptm/m/n /10 can be an ob-ject of class Underfull \hbox (badness 1038) in paragraph at lines 1979--1984 \T1/ptm/m/n/10 file name is passed to []\T1/zi4/m/sl/10 insertSource []\T1/ptm/ m/n/10 it calls []\T1/zi4/m/sl/10 evalSource []\T1/ptm/m/n/10 to ob-tain the [1275] [1276] [1277] Underfull \hbox (badness 2213) in paragraph at lines 2211--2216 []\T1/ptm/m/n/10 To re-strict the search to classes in a par-tic-u-lar pack-age , use []\T1/zi4/m/sl/10 where = [1278] [1279] [1280] [1281] [1282] Underfull \hbox (badness 10000) in paragraph at lines 2572--2575 []\T1/ptm/m/n/10 As you might ex-pect [][][]\T1/zi4/m/sl/10 setGeneric[][][] [] \T1/ptm/m/n/10 and [][][]\T1/zi4/m/sl/10 setGroupGeneric[][][] []\T1/ptm/m/n/10 cre-ate ob-jects of class [1283] [1284] Underfull \hbox (badness 1132) in paragraph at lines 2712--2716 []\T1/ptm/m/n/10 In []\T1/zi4/m/sl/10 getGenerics[]\T1/ptm/m/n/10 , if []\T1/zi 4/m/sl/10 TRUE[]\T1/ptm/m/n/10 , the []\T1/zi4/m/sl/10 package []\T1/ptm/m/n/10 slot of the re-turned re-sult is in [1285] Underfull \hbox (badness 1033) in paragraph at lines 2748--2753 \T1/ptm/m/n/10 In ad-di-tion, []\T1/zi4/m/sl/10 removeGeneric []\T1/ptm/m/n/10 re-moves the func-tion it-self; []\T1/zi4/m/sl/10 removeMethods []\T1/ptm/m/n/1 0 re-stores the [1286] [1287] [1288] [1289] [1290] [1291] [1292] Underfull \hbox (badness 1102) in paragraph at lines 3305--3307 []\T1/zi4/m/sl/10 getPackageName []\T1/ptm/m/n/10 re-turns the character-string name of the pack-age (with-out the ex-tra-ne-ous [1293] [1294] [1295] [1296] [1297] Underfull \hbox (badness 10000) in paragraph at lines 3642--3651 []\T1/ptm/m/n/10 The [1298] [1299] Underfull \hbox (badness 10000) in paragraph at lines 3762--3763 [] \T1/zi4/m/sl/10 Pos <- setClass("Pos", slots = c(latitude = "numeric", longi tude = "numeric", [1300] Underfull \hbox (badness 10000) in paragraph at lines 3846--3847 []\T1/zi4/m/sl/10 Currency <- setClass("Currency", slots = c(unit = "character" ), contains = [1301] [1302] [1303] [1304] [1305] [1306] [1307] [1308] [1309] [1310] Underfull \hbox (badness 1769) in paragraph at lines 4477--4483 []\T1/ptm/m/n/10 class [][][]\T1/zi4/m/sl/10 MethodsList[][][] []\T1/ptm/m/n/10 for the ob-jects defin-ing sets of meth-ods as-so-ci-ated with a par-tic-u-lar Underfull \hbox (badness 1939) in paragraph at lines 4477--4483 []\T1/zi4/m/sl/10 MethodDefinition[]\T1/ptm/m/n/10 , or an ex-ten-sion. Class [ ][][]\T1/zi4/m/sl/10 MethodWithNext[][][] []\T1/ptm/m/n/10 for an ex-ten-sion u sed by [1311] [1312] [1313] [1314] [1315] [1316] [1317] [1318] [1319] Underfull \vbox (badness 10000) has occurred while \output is active [1320] [1321] [1322] Underfull \hbox (badness 4036) in paragraph at lines 5379--5382 []\T1/ptm/m/n/10 Object of class []\T1/zi4/m/sl/10 "PossibleMethod" []\T1/ptm/m /n/10 the method to use in re-sponse to a [1323] [1324] Underfull \hbox (badness 3803) in paragraph at lines 5452--5454 []\T1/ptm/m/n/10 arguments to spec-ify prop-er-ties of the new ob-ject, to be p assed to [1325] [1326] [1327] Underfull \hbox (badness 1087) in paragraph at lines 5683--5688 []\T1/ptm/m/n/10 In ad-di-tion, the cur-rently avail-able gener-ics with meth-o ds for this class are found (us-ing [1328] [1329] [1330] [1331] [1332] [1333] [1334] [1335] [1336] Underfull \hbox (badness 1675) in paragraph at lines 6390--6396 []\T1/ptm/m/n/10 can be con-verted ex-plic-itly as []\T1/zi4/m/sl/10 externalRe fMethod(f)[]\T1/ptm/m/n/10 , which re-turns an ob-ject of class [1337] [1338] [1339] [1340] Underfull \vbox (badness 10000) has occurred while \output is active [1341] [1342] [1343] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.S4}) has been already used, duplicate ignored \relax l.6911 \aliasA{S4}{S3Part}{S4} [1344] [1345] [1346] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Complex}) has been already used, duplicate ignored \relax l.7167 \aliasA{Complex}{S4groupGeneric}{Complex} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Logic}) h as been already used, duplicate ignored \relax l.7169 \aliasA{Logic}{S4groupGeneric}{Logic} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Math}) ha s been already used, duplicate ignored \relax l.7170 \aliasA{Math}{S4groupGeneric}{Math} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.matrixOps }) has been already used, duplicate ignored \relax l.7172 ...sA{matrixOps}{S4groupGeneric}{matrixOps} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Ops}) has been already used, duplicate ignored \relax l.7173 \aliasA{Ops}{S4groupGeneric}{Ops} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Summary}) has been already used, duplicate ignored \relax l.7174 \aliasA{Summary}{S4groupGeneric}{Summary} [1347] Underfull \hbox (badness 2050) in paragraph at lines 7236--7240 []\T1/ptm/m/n/10 The mem-bers of the group de-fined by a par-tic-u-lar generic can be ob-tained by call-ing [1348] [1349] [1350] Underfull \hbox (badness 1286) in paragraph at lines 7424--7426 []\T1/ptm/m/n/10 for []\T1/zi4/m/sl/10 .selectSuperClasses() []\T1/ptm/m/n/10 o nly, a [][][]\T1/zi4/m/sl/10 list[][][] []\T1/ptm/m/n/10 of class ex-ten-sions, typ-i-cally [1351] [1352] [1353] [1354] [1355] [1356] [1357] [1358] [1359] [1360] [1361] [1362] [1363] [1364] [1365] [1366] [1367] [1368] [1369] [1370] [1371] [1372] [1373] [1374] [1375] [1376] [1377] [1378] Underfull \vbox (badness 10000) has occurred while \output is active [1379] [1380] [1381] [1382] [1383] [1384] [1385] [1386] [1387] [1388] [1389] [1390] [1391] [1392] Underfull \hbox (badness 1158) in paragraph at lines 10440--10443 []\T1/ptm/m/n/10 Chambers, John M. (2009) \T1/ptm/m/it/10 Class In-her-i-tance in R [][]$\T1/zi4/m/sl/10 https : / / johnmchambers . su . domains / [1393] Underfull \hbox (badness 1852) in paragraph at lines 10518--10522 []\T1/ptm/m/n/10 Each of the classes ex-tends the cor-re-spond-ing un-traced cl ass, from the data part; e.g., [1394] [1395] [1396] [1397]) (./parallel-pkg.tex [1398] Chapter 8. Underfull \hbox (badness 5490) in paragraph at lines 14--16 []\T1/ptm/m/n/10 There is sup-port for mul-ti-ple RNG streams with the `[]\T1/z i4/m/sl/10 "L\TS1/zi4/m/n/10 '\T1/zi4/m/sl/10 Ecuyer-CMRG"[]\T1/ptm/m/n/10 ' [] []RNG[][][]: see [1399] [1400] [1401] [1402] [1403] Underfull \hbox (badness 1320) in paragraph at lines 300--303 []\T1/ptm/m/n/10 It has meth-ods to do so for Linux, ma-cOS, FreeBSD, OpenBSD, So-laris and Win-dows. [1404] [1405] [1406] [1407] [1408] [1409] [1410] [1411] [1412] [1413] [1414] [1415] [1416] [1417] [1418] [1419] [1420] Underfull \hbox (badness 3386) in paragraph at lines 1416--1419 []\T1/ptm/m/n/10 An in-te-ger vec-tor of length 7 as given by []\T1/zi4/m/sl/10 .Random.seed []\T1/ptm/m/n/10 when the [1421] [1422] [1423]) (./splines-pkg.tex [1424] Chapter 9. Underfull \hbox (badness 10000) in paragraph at lines 22--24 []\T1/ptm/m/n/10 Douglas M. Bates \T1/zi4/m/sl/10 \T1/ptm /m/n/10 and William N. Ven-ables [1425] [1426] [1427] [1428] [1429] [1430] [1431] [1432] [1433] [1434] [1435] [1436] [1437] [1438] [1439] [1440]) (./stats-pkg.tex Chapter 10. [1441] [1442] [1443] [1444] [1445] [1446] [1447] [1448] [1449] [1450] [1451] [1452] [1453] [1454] Underfull \hbox (badness 1412) in paragraph at lines 901--903 []\T1/ptm/m/n/10 A fit-ted model ob-ject, for ex-am-ple from []\T1/zi4/m/sl/10 lm []\T1/ptm/m/n/10 or []\T1/zi4/m/sl/10 aov[]\T1/ptm/m/n/10 , or a for-mula fo r [1455] [1456] [1457] [1458] [1459] [1460] [1461] [1462] Underfull \hbox (badness 2503) in paragraph at lines 1389--1392 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1463] [1464] [1465] [1466] [1467] [1468] [1469] [1470] [1471] [1472] [1473] [1474] [1475] [1476] [1477] [1478] [1479] [1480] [1481] [1482] [1483] [1484] [1485] [1486] [1487] [1488] [1489] [1490] [1491] [1492] [1493] [1494] [1495] [1496] Underfull \hbox (badness 2503) in paragraph at lines 3571--3574 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1497] [1498] Package amsmath Warning: Foreign command \atopwithdelims; (amsmath) \frac or \genfrac should be used instead (amsmath) on input line 3684. [1499] [1500] [1501] [1502] [1503] [1504] [1505] [1506] [1507] [1508] [1509] [1510] [1511] [1512] [1513] [1514] [1515] [1516] Underfull \hbox (badness 3989) in paragraph at lines 4830--4837 []\T1/ptm/m/n/10 a nu-meric vec-tor of length 2, equal to say $\OT1/cmr/m/n/10 (\OML/cmm/m/it/10 g[]; g[]\OT1/cmr/m/n/10 )$\T1/ptm/m/n/10 , where $\OML/cmm/m/ it/10 g[] \OT1/cmr/m/n/10 = [1517] [1518] [1519] [1520] [1521] [1522] [1523] [1524] [1525] [1526] Underfull \hbox (badness 2556) in paragraph at lines 5484--5487 []\T1/ptm/m/n/10 character; par-tially matched to []\T1/zi4/m/sl/10 "circular"[ ]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "open"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "filter"[]\T1/ptm/m/n/10 . For [1527] [1528] [1529] [1530] [1531] [1532] [1533] Underfull \hbox (badness 2503) in paragraph at lines 5896--5900 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1534] [1535] [1536] [1537] [1538] [1539] [1540] [1541] [1542] [1543] [1544] [1545] [1546] Underfull \hbox (badness 7081) in paragraph at lines 6695--6698 []\T1/ptm/m/n/10 Objects of class []\T1/zi4/m/sl/10 "hclust" []\T1/ptm/m/n/10 c an be con-verted to class []\T1/zi4/m/sl/10 "dendrogram" []\T1/ptm/m/n/10 us-in g method Underfull \hbox (badness 10000) in paragraph at lines 6699--6701 []\T1/zi4/m/sl/10 rev.dendrogram []\T1/ptm/m/n/10 sim-ply re-turns the den-dro- gram []\T1/zi4/m/sl/10 x []\T1/ptm/m/n/10 with re-versed nodes, see also [1547] [1548] [1549] [1550] [1551] [1552] Underfull \vbox (badness 10000) has occurred while \output is active [1553] [1554] [1555] Underfull \vbox (badness 10000) has occurred while \output is active [1556] [1557] [1558] [1559] [1560] Underfull \hbox (badness 10000) in paragraph at lines 7595--7598 []\T1/ptm/m/n/10 optionally, the dis-tance method used; re-sult-ing from []\T1/ zi4/m/sl/10 dist()[]\T1/ptm/m/n/10 , the [1561] [1562] [1563] [1564] [1565] [1566] Underfull \vbox (badness 3803) has occurred while \output is active [1567] [1568] [1569] [1570] [1571] [1572] [1573] [1574] [1575] Underfull \hbox (badness 1960) in paragraph at lines 8472--8475 []\T1/ptm/m/n/10 the [][][]\T1/zi4/m/sl/10 na.action[][][] []\T1/ptm/m/n/10 to be used if []\T1/zi4/m/sl/10 x []\T1/ptm/m/n/10 is used as a for-mula, in which case [1576] [1577] [1578] [1579] [1580] [1581] [1582] Underfull \vbox (badness 3803) has occurred while \output is active [1583] [1584] [1585] [1586] [1587] [1588] Underfull \hbox (badness 2626) in paragraph at lines 9295--9298 []\T1/ptm/m/n/10 Either []\T1/zi4/m/sl/10 "convolution" []\T1/ptm/m/n/10 or []\ T1/zi4/m/sl/10 "recursive" []\T1/ptm/m/n/10 (and can be ab-bre-vi-ated). If [1589] Underfull \hbox (badness 2503) in paragraph at lines 9402--9406 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1590] [1591] [1592] [1593] [1594] [1595] [1596] [1597] [1598] [1599] [1600] [1601] [1602] [1603] [1604] [1605] [1606] [1607] [1608] [1609] [1610] Underfull \hbox (badness 4518) in paragraph at lines 10750--10755 []\T1/ptm/m/n/10 an op-tional data frame, list or en-vi-ron-ment (or ob-ject co -ercible by [1611] [1612] [1613] [1614] [1615] Underfull \hbox (badness 2142) in paragraph at lines 11118--11121 []\T1/ptm/m/n/10 positive con-ver-gence tol-er-ance $\OML/cmm/m/it/10 ^^O$\T1/p tm/m/n/10 ; the it-er-a-tions con-verge when $\OMS/cmsy/m/n/10 j\OML/cmm/m/it/1 0 dev \OMS/cmsy/m/n/10 ^^@ Underfull \hbox (badness 1253) in paragraph at lines 11137--11140 []\T1/ptm/m/n/10 When []\T1/zi4/m/sl/10 trace []\T1/ptm/m/n/10 is true, calls t o [][][]\T1/zi4/m/sl/10 cat[][][] []\T1/ptm/m/n/10 pro-duce the out-put for eac h IWLS it-er-a-tion. Hence, [1616] Underfull \hbox (badness 1708) in paragraph at lines 11199--11203 []\T1/ptm/m/n/10 the type of resid-u-als which should be re-turned. The al-ter- na-tives are: [1617] [1618] [1619] [1620] [1621] [1622] Underfull \hbox (badness 1694) in paragraph at lines 11597--11600 []\T1/ptm/m/n/10 character vec-tors with row and col-umn la-bels to use; these de-fault to [1623] [1624] [1625] [1626] [1627] [1628] [1629] [1630] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.hat}) has been already used, duplicate ignored \relax l.12095 \aliasA{hat}{influence.measures}{hat} [1631] [1632] Underfull \hbox (badness 1484) in paragraph at lines 12240--12242 []\T1/ptm/m/n/10 The func-tion []\T1/zi4/m/sl/10 hat() []\T1/ptm/m/n/10 ex-ists mainly for S (ver-sion 2) com-pat-i-bil-ity; we rec-om-mend us-ing [1633] [1634] [1635] [1636] [1637] [1638] [1639] [1640] [1641] [1642] Underfull \hbox (badness 10000) in paragraph at lines 12827--12829 []\T1/ptm/m/n/10 tolerance even-tu-ally passed to [][][]\T1/zi4/m/sl/10 solve.d efault[][][] []\T1/ptm/m/n/10 when []\T1/zi4/m/sl/10 SSinit = [1643] [1644] [1645] [1646] [1647] [1648] Underfull \hbox (badness 2894) in paragraph at lines 13169--13173 []\T1/ptm/m/n/10 logical or in-te-ger num-ber, cur-rently only used in the de-f ault method [1649] [1650] [1651] [1652] [1653] [1654] Underfull \hbox (badness 1496) in paragraph at lines 13597--13603 []\T1/ptm/m/n/10 Gunar Schröer and Di-et-rich Tren-kler (1995). Ex-act and Ran- dom-iza-tion Dis-tri-bu-tions of [1655] [1656] [1657] [1658] [1659] [1660] [1661] Underfull \hbox (badness 4518) in paragraph at lines 14000--14005 []\T1/ptm/m/n/10 an op-tional data frame, list or en-vi-ron-ment (or ob-ject co -ercible by [1662] [1663] [1664] [1665] [1666] [1667] [1668] [1669] [1670] Underfull \hbox (badness 1596) in paragraph at lines 14634--14637 \T1/ptm/m/n/10 to []\T1/zi4/m/sl/10 print(, ...)[]\T1/ptm/m/n/10 , he nce, e.g., []\T1/zi4/m/sl/10 cutoff = []\T1/ptm/m/n/10 ; ig-nored for [1671] Underfull \hbox (badness 4518) in paragraph at lines 14692--14697 []\T1/ptm/m/n/10 an op-tional data frame, list or en-vi-ron-ment (or ob-ject co -ercible by [1672] [1673] [1674] Underfull \hbox (badness 6412) in paragraph at lines 14832--14836 []\T1/ptm/m/n/10 Only for the (de-fault) case []\T1/zi4/m/sl/10 (surface = "int erpolate", statistics = Underfull \hbox (badness 1199) in paragraph at lines 14839--14841 []\T1/ptm/m/n/10 the num-ber of it-er-a-tions used in ro-bust fit-ting, i.e. on ly if []\T1/zi4/m/sl/10 family []\T1/ptm/m/n/10 is [1675] [1676] [1677] [1678] [1679] [1680] [1681] [1682] [1683] [1684] [1685] [1686] [1687] [1688] [1689] [1690] [1691] [1692] Underfull \hbox (badness 2503) in paragraph at lines 15916--15920 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1693] [1694] [1695] [1696] [1697] [1698] [1699] [1700] Underfull \hbox (badness 10000) in paragraph at lines 16429--16435 []\T1/zi4/m/sl/10 model.extract(m, "offset") []\T1/ptm/m/n/10 and []\T1/zi4/m/s l/10 model.extract(m, "response") []\T1/ptm/m/n/10 are equiv-a-lent to Underfull \hbox (badness 1867) in paragraph at lines 16429--16435 []\T1/zi4/m/sl/10 model.offset(m) []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 model. response(m) []\T1/ptm/m/n/10 re-spec-tively. []\T1/zi4/m/sl/10 model.offset []\ T1/ptm/m/n/10 sums any terms [1701] [1702] [1703] [1704] [1705] [1706] [1707] [1708] [1709] [1710] [1711] [1712] [1713] [1714] [1715] [1716] [1717] [1718] [1719] [1720] [1721] [1722] [1723] [1724] [1725] [1726] [1727] Underfull \hbox (badness 1158) in paragraph at lines 18091--18094 []\T1/ptm/m/n/10 the ex-pres-sion that was passed to []\T1/zi4/m/sl/10 nls []\T 1/ptm/m/n/10 as the data ar-gu-ment. The ac- [1728] [1729] Underfull \vbox (badness 10000) has occurred while \output is active [1730] Underfull \vbox (badness 10000) has occurred while \output is active [1731] [1732] [1733] [1734] [1735] [1736] [1737] [1738] [1739] [1740] [1741] [1742] [1743] [1744] Underfull \hbox (badness 1377) in paragraph at lines 19136--19141 []\T1/ptm/m/n/10 A vec-tor of scal-ing val-ues for the pa-ram-e-ters. Op-ti-miz a-tion is per-formed on Underfull \hbox (badness 1735) in paragraph at lines 19141--19144 []\T1/ptm/m/n/10 A vec-tor of step sizes for the finite-difference ap-prox-i-ma -tion to the gra-di-ent, on Underfull \hbox (badness 2343) in paragraph at lines 19154--19158 []\T1/ptm/m/n/10 Relative con-ver-gence tol-er-ance. The al-go-rithm stops if i t is un-able to re-duce Underfull \hbox (badness 3471) in paragraph at lines 19154--19158 \T1/ptm/m/n/10 the value by a fac-tor of []\T1/zi4/m/sl/10 reltol * (abs(val) + reltol) []\T1/ptm/m/n/10 at a step. De-faults to Underfull \hbox (badness 2662) in paragraph at lines 19162--19166 []\T1/ptm/m/n/10 The fre-quency of re-ports for the []\T1/zi4/m/sl/10 "BFGS"[]\ T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "L-BFGS-B" []\T1/ptm/m/n/10 and []\T1/zi4/m/s l/10 "SANN" []\T1/ptm/m/n/10 meth-ods if [1745] [1746] [1747] Underfull \vbox (badness 10000) has occurred while \output is active [1748] Overfull \hbox (15.73795pt too wide) in paragraph at lines 19387--19387 []\T1/zi4/m/n/9 ## 1-D minimization: "Brent" or optimize() being preferred.. b ut NM may be ok and "unavoidable",[] Overfull \hbox (3.75941pt too wide) in paragraph at lines 19390--19390 []\T1/zi4/m/n/9 system.time(ro <- optim(1, function(x) (x-pi)^2, control=list( warn.1d.NelderMead = FALSE)))[] [1749] [1750] [1751] [1752] [1753] [1754] [1755] Underfull \hbox (badness 1337) in paragraph at lines 19852--19855 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1756] [1757] [1758] [1759] [1760] [1761] [1762] [1763] [1764] Underfull \hbox (badness 10000) in paragraph at lines 20321--20327 \T1/zi4/m/sl/10 legend = "Cook\TS1/zi4/m/n/10 '\T1/zi4/m/sl/10 s distance", lty = cook.lty, col = cook.col, text.col [1765] [1766] [1767] [1768] [1769] [1770] [1771] Underfull \hbox (badness 1194) in paragraph at lines 20748--20751 []\T1/ptm/m/n/10 coverage prob-a-bil-ity for con-fi-dence in-ter-val. Plot-ting of the con-fi-dence [1772] [1773] [1774] [1775] [1776] [1777] Underfull \hbox (badness 2503) in paragraph at lines 21126--21129 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , Underfull \hbox (badness 3919) in paragraph at lines 21153--21155 []\T1/ptm/m/n/10 the char-ac-ter string []\T1/zi4/m/sl/10 "Exact Poisson test" []\T1/ptm/m/n/10 or []\T1/zi4/m/sl/10 "Comparison of Poisson [1778] [1779] [1780] [1781] [1782] [1783] [1784] [1785] [1786] [1787] [1788] [1789] [1790] [1791] [1792] [1793] [1794] [1795] Underfull \hbox (badness 10000) in paragraph at lines 22236--22242 []\T1/ptm/m/n/10 For time-series pre-dic-tion, [][][]\T1/zi4/m/sl/10 predict.ar [][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 predict.Arima[][][][]\T1/ptm/m/n /10 , [][][]\T1/zi4/m/sl/10 predict.arima0[][][][]\T1/ptm/m/n/10 , [1796] [1797] [1798] [1799] [1800] [1801] [1802] [1803] [1804] [1805] [1806] [1807] [1808] [1809] [1810] [1811] [1812] [1813] [1814] [1815] [1816] [1817] [1818] [1819] [1820] Underfull \hbox (badness 1337) in paragraph at lines 23712--23718 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1821] [1822] [1823] [1824] [1825] [1826] [1827] [1828] Underfull \hbox (badness 1436) in paragraph at lines 24204--24207 \T1/ptm/m/n/10 per-cent-ages. In \T1/phv/m/n/10 R \T1/ptm/m/n/10 ver-sions up t o 4.0.x, this had been set to []\T1/zi4/m/sl/10 max(2, Underfull \hbox (badness 1009) in paragraph at lines 24207--24210 []\T1/ptm/m/n/10 small non-negative num-ber to pro-tect against round-ing er-ro rs when []\T1/zi4/m/sl/10 j <- [1829] [1830] Underfull \hbox (badness 10000) in paragraph at lines 24359--24360 []\T1/ptm/m/n/10 Wikipedia: [][]$\T1/zi4/m/sl/10 https : / / en . wikipedia . o rg / wiki / Quantile # Estimating _ quantiles _ from _ a _ [1831] [1832] [1833] [1834] [1835] [1836] [1837] [1838] [1839] [1840] [1841] [1842] [1843] [1844] [1845] [1846] Underfull \hbox (badness 1824) in paragraph at lines 25331--25337 []\T1/ptm/m/n/10 Here, all the NAs in []\T1/zi4/m/sl/10 x []\T1/ptm/m/n/10 are first re-placed by al-ter- Underfull \hbox (badness 1033) in paragraph at lines 25331--25337 \T1/ptm/m/n/10 nat-ing $\OMS/cmsy/m/n/10 ^^F\OML/cmm/m/it/10 B$ \T1/ptm/m/n/10 where $\OML/cmm/m/it/10 B$ \T1/ptm/m/n/10 is a ``Big'' num-ber (with $\OT1/cmr/ m/n/10 2\OML/cmm/m/it/10 B < M\OMS/cmsy/m/n/10 ^^C$\T1/ptm/m/n/10 , where Underfull \hbox (badness 10000) in paragraph at lines 25352--25355 []\T1/ptm/m/n/10 Apart from the end val-ues, the re-sult []\T1/zi4/m/sl/10 y = runmed(x, k) []\T1/ptm/m/n/10 sim-ply has []\T1/zi4/m/sl/10 y[j] = [1847] [1848] [1849] [1850] [1851] [1852] [1853] [1854] Underfull \vbox (badness 10000) has occurred while \output is active [1855] [1856] Underfull \hbox (badness 2165) in paragraph at lines 25927--25932 []\T1/ptm/m/n/10 Each of the fol-low-ing are []\T1/zi4/m/sl/10 "selfStart" []\T 1/ptm/m/n/10 mod-els (with ex-am-ples) [][][]\T1/zi4/m/sl/10 SSasymp[][][][]\T1 /ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 SSasympOff[][][][]\T1/ptm/m/n/10 , [1857] [1858] [1859] Underfull \hbox (badness 1867) in paragraph at lines 26137--26139 []\T1/ptm/m/n/10 potentially fur-ther ar-gu-ments passed to and from meth-ods. Passed to Underfull \hbox (badness 10000) in paragraph at lines 26153--26157 []\T1/ptm/m/n/10 where []\T1/zi4/m/sl/10 NN <- [][]nobs[][][](object, use.fallb ack = use.fallback) []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 PP <- [1860] [1861] [1862] [1863] [1864] [1865] [1866] [1867] [1868] [1869] [1870] [1871] [1872] [1873] [1874] [1875] [1876] [1877] [1878] [1879] [1880] [1881] [1882] [1883] [1884] [1885] Underfull \vbox (badness 10000) has occurred while \output is active [1886] Underfull \hbox (badness 3514) in paragraph at lines 27805--27810 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1887] [1888] [1889] [1890] Overfull \hbox (2.23795pt too wide) in paragraph at lines 28039--28039 [] \T1/zi4/m/n/9 quote({f(t[0.5]) == frac(phi[1],2)}~{} %=>% {}~~{t[0.5] == frac(log(2), e^{phi[2]})}),[] [1891] Underfull \hbox (badness 3514) in paragraph at lines 28075--28081 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1892] Overfull \hbox (14.22568pt too wide) in paragraph at lines 28135--28135 [] \T1/zi4/m/n/9 control = list(scaleOffset=1, printEval=TRUE, tol= 1e-11, nDcentral=TRUE), trace=TRUE)[] [1893] [1894] [1895] Underfull \hbox (badness 3514) in paragraph at lines 28308--28313 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1896] [1897] Underfull \hbox (badness 3514) in paragraph at lines 28395--28400 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1898] Underfull \hbox (badness 3514) in paragraph at lines 28460--28465 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1899] [1900] Underfull \hbox (badness 3514) in paragraph at lines 28554--28559 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1901] Underfull \hbox (badness 6691) in paragraph at lines 28646--28651 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 x[] \T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1902] [1903] [1904] [1905] [1906] [1907] [1908] [1909] Underfull \hbox (badness 4024) in paragraph at lines 29133--29136 []\T1/ptm/m/n/10 the span (in lags) of the loess win-dow for trend ex-trac-tion , which [1910] [1911] [1912] [1913] [1914] [1915] [1916] [1917] [1918] [1919] Underfull \hbox (badness 5431) in paragraph at lines 29743--29745 []\T1/ptm/m/n/10 the cor-re-la-tion ma-trix cor-re-spond-ing to the above []\T1 /zi4/m/sl/10 cov.unscaled[]\T1/ptm/m/n/10 , if [1920] [1921] [1922] [1923] Underfull \hbox (badness 5431) in paragraph at lines 29953--29956 []\T1/ptm/m/n/10 the cor-re-la-tion ma-trix cor-re-spond-ing to the above []\T1 /zi4/m/sl/10 cov.unscaled[]\T1/ptm/m/n/10 , if [1924] [1925] [1926] [1927] [1928] Underfull \hbox (badness 1337) in paragraph at lines 30268--30272 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1929] [1930] [1931] Underfull \hbox (badness 1127) in paragraph at lines 30410--30413 []\T1/ptm/m/n/10 non-centrality pa-ram-e-ter $\OML/cmm/m/it/10 ^^N$\T1/ptm/m/n/ 10 ; cur-rently ex-cept for []\T1/zi4/m/sl/10 rt()[]\T1/ptm/m/n/10 , ac-cu-rate only for [1932] [1933] [1934] Underfull \hbox (badness 1616) in paragraph at lines 30616--30619 []\T1/ptm/m/n/10 color, plot-ting char-ac-ter ex-pan-sion and type for par-tial resid-u-als, when [1935] [1936] [1937] [1938] [1939] [1940] [1941] [1942] [1943] [1944] [1945] [1946] [1947] [1948] [1949] [1950] [1951] [1952] [1953] [1954] Underfull \hbox (badness 3557) in paragraph at lines 31848--31852 []\T1/ptm/m/n/10 Setting []\T1/zi4/m/sl/10 extendInt []\T1/ptm/m/n/10 to a non- []\T1/zi4/m/sl/10 "no" []\T1/ptm/m/n/10 string, means search-ing for the cor-re ct []\T1/zi4/m/sl/10 interval = [1955] [1956] [1957] Underfull \vbox (badness 10000) has occurred while \output is active [1958] [1959] [1960] Underfull \hbox (badness 1337) in paragraph at lines 32215--32219 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1961] [1962] [1963] [1964] [1965] [1966] [1967] [1968] [1969] Underfull \hbox (badness 1337) in paragraph at lines 32743--32747 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1970] [1971] [1972] Overfull \hbox (0.71648pt too wide) in paragraph at lines 32951--32951 []\T1/zi4/m/n/9 wilcox.test( 4:2, 3:1, paired=TRUE) # Warning: canno t compute exact p-value with ties[] [1973] [1974] [1975] Overfull \hbox (19.71954pt too wide) in paragraph at lines 33112--33112 [] \T1/zi4/m/sl/10 frequency = NULL, deltat = NULL, extend = FALSE, ts.ep s = getOption("ts.eps"), ...)[] [1976] [1977] [1978] [1979] [1980]) (./stats4-pkg.tex Chapter 11. [1981] [1982] [1983] Underfull \vbox (badness 10000) has occurred while \output is active [1984] Underfull \vbox (badness 10000) has occurred while \output is active [1985] [1986] [1987] [1988] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.show.Rdas h.methods}) has been already used, duplicate ignored \relax l.503 ...Package \pkg{stats4}}{show.Rdash.methods} [1989] [1990] [1991]) (./tcltk-pkg.tex [1992] Chapter 12. [1993] [1994] [1995] [1996] [1997] [1998] [1999] Underfull \vbox (badness 10000) has occurred while \output is active [2000] Underfull \vbox (badness 10000) has occurred while \output is active [2001] Underfull \hbox (badness 1546) in paragraph at lines 683--690 []\T1/zi4/m/sl/10 tcl []\T1/ptm/m/n/10 pro-vides a generic in-ter-face to call- ing any Tk or Tcl com-mand by sim-ply run-ning [2002] [2003] [2004] [2005] [2006] Underfull \vbox (badness 10000) has occurred while \output is active [2007] [2008] [2009] [2010] [2011] [2012] [2013] [2014]) (./tools-pkg.tex Chapter 13. [2015] LaTeX Font Warning: Font shape `T1/zi4/m/it' undefined (Font) using `T1/zi4/m/n' instead on input line 72. [2016] Underfull \hbox (badness 3039) in paragraph at lines 167--170 []\T1/zi4/m/sl/10 assertWarning() []\T1/ptm/m/n/10 as-serts that a warn-ing wil l be sig-nalled, but \T1/ptm/m/it/10 not \T1/ptm/m/n/10 an er-ror, whereas [2017] [2018] [2019] Underfull \hbox (badness 1308) in paragraph at lines 326--339 []\T1/ptm/m/n/10 At a min-i-mum, the en-vi-ron-ment should con-tain rou-tines t o ren-der each of the 12 types Underfull \hbox (badness 4967) in paragraph at lines 326--339 \T1/ptm/m/n/10 of bib-li-o-graphic en-try sup-ported by [][][]\T1/zi4/m/sl/10 b ibentry[][][] []\T1/ptm/m/n/10 as well as sev-eral other rou-tines de- Underfull \hbox (badness 10000) in paragraph at lines 326--339 []\T1/zi4/m/sl/10 formatIncollection[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 format InProceedings[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 formatManual[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 formatMastersthesis[]\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 326--339 []\T1/zi4/m/sl/10 formatMisc[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 formatPhdthesi s[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 formatProceedings[]\T1/ptm/m/n/10 , []\T1 /zi4/m/sl/10 formatTechreport []\T1/ptm/m/n/10 and [2020] [2021] Underfull \hbox (badness 3039) in paragraph at lines 430--432 []\T1/zi4/m/sl/10 NULL []\T1/ptm/m/n/10 or char-ac-ter; name of vi-gnette en-gi ne to use. Over-rides any [2022] Underfull \hbox (badness 1142) in paragraph at lines 502--506 \T1/ptm/m/n/10 If given, vi-gnette source files are by de-fault looked for in s ub-di-rec-tory [2023] [2024] [2025] [2026] [2027] [2028] [2029] [2030] [2031] [2032] [2033] [2034] [2035] Underfull \hbox (badness 1014) in paragraph at lines 1258--1260 []\T1/ptm/m/n/10 a log-i-cal in-di-cat-ing whether to also sum-ma-rize the re-v erse de-pen-den-cies Underfull \hbox (badness 7238) in paragraph at lines 1264--1266 []\T1/ptm/m/n/10 a char-ac-ter string giv-ing the path to the di-rec-tory of a pre-vi-ous [2036] Underfull \hbox (badness 10000) in paragraph at lines 1301--1304 []\T1/ptm/m/n/10 Results and tim-ings can con-ve-niently be sum-ma-rized us-ing Overfull \hbox (15.52087pt too wide) in paragraph at lines 1301--1304 []\T1/zi4/m/sl/10 summarize_check_packages_in_dir_results []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 summarize_check_packages_in_dir_timings[]\T1/ptm/m/n/10 , [2037] [2038] [2039] [2040] [2041] [2042] Underfull \hbox (badness 10000) in paragraph at lines 1696--1707 []\T1/ptm/m/n/10 Functions []\T1/zi4/m/sl/10 CRAN_package_db()[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 CRAN_check_results()[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 CR AN_check_details() []\T1/ptm/m/n/10 and [2043] [2044] Underfull \hbox (badness 4096) in paragraph at lines 1847--1855 \T1/zi4/m/sl/10 "Imports", "LinkingTo", "Suggests", "Enhances")[]\T1/ptm/m/n/10 . Char-ac-ter string [2045] Underfull \hbox (badness 1082) in paragraph at lines 1857--1859 []\T1/ptm/m/n/10 a char-ac-ter vec-tor of \T1/phv/m/n/10 R \T1/ptm/m/n/10 li-br ary trees, or []\T1/zi4/m/sl/10 NULL []\T1/ptm/m/n/10 for all known trees (see [2046] [2047] [2048] [2049] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.GSC}) has been already used, duplicate ignored \relax l.2102 \aliasA{GSC}{find\_gs\_cmd}{GSC} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.R.Rul.GSC MD}) has been already used, duplicate ignored \relax l.2103 ...sA{R\_GSCMD}{find\_gs\_cmd}{R.Rul.GSCMD} [2050] [2051] [2052] [2053] [2054] [2055] [2056] [2057] Underfull \hbox (badness 3386) in paragraph at lines 2644--2647 []\T1/ptm/m/n/10 The de-fault method of []\T1/zi4/m/sl/10 as.Rconcordance []\T1 /ptm/m/n/10 searches for strings match-ing the pat-tern of [2058] [2059] [2060] Underfull \hbox (badness 4096) in paragraph at lines 2791--2799 \T1/zi4/m/sl/10 "Imports", "LinkingTo", "Suggests", "Enhances")[]\T1/ptm/m/n/10 . Char-ac-ter string [2061] [2062] [2063] [2064] [2065] [2066] [2067] [2068] [2069] [2070] [2071] [2072] [2073] [2074] [2075] [2076] Underfull \hbox (badness 1424) in paragraph at lines 3815--3817 []\T1/zi4/m/sl/10 NULL []\T1/ptm/m/n/10 or a named (by top-ics) char-ac-ter vec -tor of links, as re-turned by [2077] [2078] [2079] [2080] [2081] [2082] [2083] [2084] [2085] [2086] [2087] [2088] Underfull \hbox (badness 10000) in paragraph at lines 4591--4593 []\T1/ptm/m/n/10 additional ar-gu-ments use when prepar-ing the files to be run , [2089] [2090] [2091] [2092] [2093] [2094] Overfull \hbox (6.71034pt too wide) in paragraph at lines 4921--4921 []\T1/zi4/m/n/9 toTitleCase("a small fox is jumping") # "a Small Fox is .." (the \TS1/zi4/m/n/9 '\T1/zi4/m/n/9 a\TS1/zi4/m/n/9 ' \T1/zi4/m/n/9 may cha nge)% i.e. BUG[] [2095] [2096] [2097] Underfull \hbox (badness 1796) in paragraph at lines 5130--5135 []\T1/ptm/m/n/10 Users should ex-pect sig-nif-i-cantly smaller speedups over [] \T1/zi4/m/sl/10 write_PACKAGES []\T1/ptm/m/n/10 in the []\T1/zi4/m/sl/10 type = = [2098] Underfull \hbox (badness 1838) in paragraph at lines 5216--5222 []\T1/ptm/m/n/10 The re-main-ing steps are done only if file `\T1/zi4/m/sl/10 p o/\T1/ptm/m/sl/10 pkgname\T1/zi4/m/sl/10 .pot\T1/ptm/m/n/10 ' al-ready ex-ists. The Underfull \hbox (badness 10000) in paragraph at lines 5216--5222 \T1/ptm/m/n/10 `\T1/zi4/m/sl/10 src/*.{c,cc,cpp,m,mm}\T1/ptm/m/n/10 ' files in the pack-age are ex-am-ined to cre-ate a file [2099] [2100] [2101] [2102] [2103] [2104] Underfull \hbox (badness 2197) in paragraph at lines 5568--5578 []\T1/ptm/m/n/10 The de-fault cor-re-sponds to the fields needed by [][][]\T1/z i4/m/sl/10 available.packages[][][][]\T1/ptm/m/n/10 : [2105] Underfull \hbox (badness 1571) in paragraph at lines 5634--5638 []\T1/ptm/m/n/10 For a re-mote repos-i-tory there is a trade-off be-tween down- load speed and time spent by [2106] [2107] [2108] [2109]) (./utils-pkg.tex [2110] Chapter 14. [2111] Underfull \hbox (badness 2556) in paragraph at lines 47--52 []\T1/ptm/m/n/10 a nu-meric vec-tor or list with names par-tially match-ing `[] \T1/zi4/m/sl/10 insertions[]\T1/ptm/m/n/10 ', [2112] [2113] [2114] [2115] [2116] [2117] [2118] [2119] [2120] [2121] Underfull \hbox (badness 10000) in paragraph at lines 728--734 []\T1/ptm/m/n/10 Functions []\T1/zi4/m/sl/10 aspell_package_Rd_files[]\T1/ptm/m /n/10 , []\T1/zi4/m/sl/10 aspell_package_vignettes[]\T1/ptm/m/n/10 , Underfull \hbox (badness 3343) in paragraph at lines 728--734 []\T1/zi4/m/sl/10 aspell_package_R_files []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 aspell_package_C_files []\T1/ptm/m/n/10 per-form spell check-ing on the [2122] [2123] [2124] Underfull \hbox (badness 3861) in paragraph at lines 943--948 []\T1/ptm/m/n/10 Where pro-vided by the repos-i-tory, fields []\T1/zi4/m/sl/10 "OS_type"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "License"[]\T1/ptm/m/n/10 , []\T1 /zi4/m/sl/10 "License_is_FOSS"[]\T1/ptm/m/n/10 , [2125] [2126] [2127] Underfull \hbox (badness 10000) in paragraph at lines 1148--1150 []\T1/ptm/m/n/10 logical in-di-cat-ing if biben-tries should be sorted, us-ing [2128] [2129] [2130] Underfull \vbox (badness 3803) has occurred while \output is active [2131] [2132] [2133] [2134] [2135] [2136] Underfull \hbox (badness 1371) in paragraph at lines 1675--1677 []\T1/ptm/m/n/10 additional named ar-gu-ments such as []\T1/zi4/m/sl/10 method []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 ccaddress []\T1/ptm/m/n/10 to pass to [2137] [2138] [2139] [2140] [2141] [2142] [2143] [2144] [2145] [2146] [2147] Underfull \hbox (badness 2057) in paragraph at lines 2395--2397 []\T1/ptm/m/n/10 None for []\T1/zi4/m/sl/10 chooseCRANmirror()[]\T1/ptm/m/n/10 , this func-tion is in-voked for its side ef-fect of up-dat-ing [2148] [2149] Underfull \hbox (badness 2150) in paragraph at lines 2481--2488 []\T1/ptm/m/n/10 If the ob-ject re-turned by []\T1/zi4/m/sl/10 citation() []\T1 /ptm/m/n/10 con-tains only one ref-er-ence, the as-so-ci-ated print Underfull \hbox (badness 1400) in paragraph at lines 2481--2488 \T1/ptm/m/n/10 method shows both a text ver-sion and a Bib-TeX en-try for it. I f a pack-age has more [2150] [2151] [2152] [2153] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.clipboard }) has been already used, duplicate ignored \relax l.2758 ... the Clipboard in MS Windows}{clipboard} [2154] [2155] [2156] [2157] [2158] [2159] [2160] [2161] [2162] [2163] [2164] [2165] [2166] [2167] [2168] [2169] [2170] [2171] [2172] [2173] [2174] Underfull \hbox (badness 6842) in paragraph at lines 4068--4073 []\T1/ptm/m/n/10 Support for method []\T1/zi4/m/sl/10 "libcurl" []\T1/ptm/m/n/1 0 was op-tional on Win-dows prior to \T1/phv/m/n/10 R \T1/ptm/m/n/10 4.2.0: use [2175] Underfull \hbox (badness 1430) in paragraph at lines 4131--4135 []\T1/ptm/m/n/10 The level of de-tail pro-vided dur-ing trans-fer can be set by the []\T1/zi4/m/sl/10 quiet []\T1/ptm/m/n/10 ar-gu-ment and the [2176] Underfull \hbox (badness 1184) in paragraph at lines 4207--4223 []\T1/ptm/m/n/10 On Win-dows with []\T1/zi4/m/sl/10 method = "libcurl"[]\T1/ptm /m/n/10 , the CA root cer-tifi-cates are pro-vided by the OS Underfull \hbox (badness 1019) in paragraph at lines 4207--4223 \T1/ptm/m/n/10 con-tain-ing `[]\T1/zi4/m/sl/10 "Schannel"[]\T1/ptm/m/n/10 '. If it does not, for ver-i-fi-ca-tion to be on the en-vi-ron-ment vari- Underfull \hbox (badness 1668) in paragraph at lines 4207--4223 \T1/ptm/m/n/10 able []\T1/zi4/m/sl/10 CURL_CA_BUNDLE []\T1/ptm/m/n/10 must be s et to a path to a cer-tifi-cate bun-dle file, usu-ally named [2177] [2178] Underfull \hbox (badness 10000) in paragraph at lines 4357--4359 []\T1/ptm/m/n/10 additional ar-gu-ments to be passed to [][][]\T1/zi4/m/sl/10 d ownload.file[][][] []\T1/ptm/m/n/10 and [2179] [2180] [2181] [2182] [2183] [2184] [2185] [2186] [2187] [2188] [2189] [2190] [2191] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.format}) has been already used, duplicate ignored \relax l.5136 ...mat Unordered and Ordered Lists}{format} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.format.1} ) has been already used, duplicate ignored \relax l.5136 ...mat Unordered and Ordered Lists}{format} [2192] [2193] [2194] [2195] [2196] [2197] [2198] [2199] Underfull \hbox (badness 1622) in paragraph at lines 5659--5663 []\T1/ptm/m/n/10 This func-tion will search for Win-dows han-dles, for pass-ing to ex-ter-nal GUIs or to the [2200] [2201] [2202] [2203] [2204] [2205] Underfull \hbox (badness 1448) in paragraph at lines 6044--6049 []\T1/ptm/m/n/10 External pointer ob-jects are com-pared as ref-er-ence ob-ject s, cor-re-spond-ing to call-ing [2206] [2207] [2208] [2209] [2210] [2211] [2212] [2213] Underfull \hbox (badness 1371) in paragraph at lines 6602--6604 []\T1/ptm/m/n/10 additional named ar-gu-ments such as []\T1/zi4/m/sl/10 method []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 ccaddress []\T1/ptm/m/n/10 to pass to [2214] [2215] Underfull \hbox (badness 1502) in paragraph at lines 6691--6697 []\T1/ptm/m/n/10 a char-ac-ter string to be matched in the help page `key-words '. `Key- Underfull \hbox (badness 2103) in paragraph at lines 6691--6697 \T1/ptm/m/n/10 words' are re-ally cat-e-gories: the stan-dard cat-e-gories are listed in file [2216] [2217] [2218] Underfull \hbox (badness 10000) in paragraph at lines 6871--6880 []\T1/ptm/m/n/10 One of the links on the in-dex page is the HTML pack-age in-de x, Underfull \hbox (badness 3354) in paragraph at lines 6871--6880 \T1/ptm/m/n/10 `\T1/ptm/m/sl/10 R_DOC_DIR\T1/zi4/m/sl/10 /html/packages.html\T1 /ptm/m/n/10 ', which can be re-made by [][][]\T1/zi4/m/sl/10 make.packages.html [][][]()[]\T1/ptm/m/n/10 . [2219] Underfull \hbox (badness 2150) in paragraph at lines 6933--6936 []\T1/ptm/m/n/10 a char-ac-ter vec-tor list-ing the types of doc-u-men-ta-tion to search. See [2220] [2221] Underfull \hbox (badness 3118) in paragraph at lines 7072--7074 []\T1/ptm/m/n/10 For de-tails of the lock-ing which is done, see the sec-tion ` Lock-ing' in the help for [2222] [2223] Underfull \hbox (badness 1325) in paragraph at lines 7251--7255 []\T1/ptm/m/n/10 a ma-trix as re-turned by [][][]\T1/zi4/m/sl/10 available.pack ages[][][] []\T1/ptm/m/n/10 list-ing pack-ages avail-able [2224] Underfull \hbox (badness 1424) in paragraph at lines 7343--7346 []\T1/ptm/m/n/10 logical: if true, re-duce the amount of out-put. This is \T1/p tm/m/it/10 not \T1/ptm/m/n/10 passed to [2225] Underfull \hbox (badness 3219) in paragraph at lines 7424--7431 []\T1/ptm/m/n/10 An al-ter-na-tive (and the cur-rent de-fault) is []\T1/zi4/m/s l/10 "both" []\T1/ptm/m/n/10 which means `use bi-nary if avail- Underfull \hbox (badness 5175) in paragraph at lines 7424--7431 \T1/ptm/m/n/10 able and cur-rent, oth-er-wise try source'. The ac-tion if there are source pack-ages Underfull \hbox (badness 1342) in paragraph at lines 7424--7431 \T1/ptm/m/n/10 which are pre-ferred but may con-tain code which needs to be com -piled is con-trolled by Underfull \hbox (badness 1596) in paragraph at lines 7424--7431 [][][]\T1/zi4/m/sl/10 getOption[][][]("install.packages.compile.from.source")[] \T1/ptm/m/n/10 . []\T1/zi4/m/sl/10 type = "both" []\T1/ptm/m/n/10 will be silen tly [2226] Underfull \hbox (badness 2932) in paragraph at lines 7432--7435 []\T1/ptm/m/n/10 Using pack-ages with []\T1/zi4/m/sl/10 type = "source" []\T1/p tm/m/n/10 al-ways works pro-vided the pack-age con-tains no [2227] Underfull \hbox (badness 1024) in paragraph at lines 7555--7558 []\T1/ptm/m/n/10 For other repos-i-to-ries, us-ing []\T1/zi4/m/sl/10 available. packages(filters = "OS_type")[\T1/ptm/m/sl/10 pkgname\T1/zi4/m/sl/10 , ] []\T1/ ptm/m/n/10 will Underfull \hbox (badness 10000) in paragraph at lines 7588--7593 [][][]\T1/zi4/m/sl/10 update.packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/s l/10 available.packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 download. packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 installed.packages[][][] []\T1/ptm/m/n/10 , [2228] Underfull \hbox (badness 5133) in paragraph at lines 7654--7658 []\T1/ptm/m/n/10 a char-ac-ter vec-tor giv-ing the fields to ex-tract from each pack-age's [2229] [2230] [2231] [2232] [2233] [2234] [2235] [2236] [2237] [2238] [2239] Underfull \hbox (badness 10000) in paragraph at lines 8321--8323 []\T1/ptm/m/n/10 typically the re-sult of []\T1/zi4/m/sl/10 methods(..)[]\T1/pt m/m/n/10 , an \T1/phv/m/n/10 R \T1/ptm/m/n/10 ob-ject of S3 class [2240] [2241] [2242] [2243] [2244] [2245] [2246] [2247] [2248] [2249] [2250] [2251] [2252] Underfull \hbox (badness 2310) in paragraph at lines 9108--9113 []\T1/ptm/m/n/10 If a `\T1/zi4/m/sl/10 DESCRIPTION\T1/ptm/m/n/10 ' file for the given pack-age is found and can suc-cess-fully be read, [2253] [2254] [2255] [2256] [2257] [2258] [2259] [2260] [2261] Underfull \hbox (badness 1248) in paragraph at lines 9686--9690 []\T1/zi4/m/sl/10 R CMD build []\T1/ptm/m/n/10 builds \T1/phv/m/n/10 R \T1/ptm/ m/n/10 source tar-balls. The name(s) of the pack-ages are taken from the [2262] Underfull \hbox (badness 1789) in paragraph at lines 9764--9766 []\T1/ptm/m/n/10 See `Writ-ing R Ex-ten-sions' and the `R for Win-dows FAQ' for more dis-cus-sion of the [2263] [2264] [2265] [2266] Underfull \hbox (badness 2600) in paragraph at lines 9988--9991 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the name of the help topic; de-faults to [2267] [2268] [2269] [2270] [2271] [2272] [2273] [2274] [2275] Underfull \hbox (badness 1097) in paragraph at lines 10625--10628 []\T1/ptm/m/n/10 The name []\T1/zi4/m/sl/10 "clipboard" []\T1/ptm/m/n/10 may al so be used on Win-dows, in which case [2276] [2277] Underfull \hbox (badness 3000) in paragraph at lines 10761--10766 [][][]\T1/zi4/m/sl/10 scan[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 type.c onvert[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 read.fwf[][][] []\T1/ptm/m /n/10 for read-ing \T1/ptm/m/it/10 f\T1/ptm/m/n/10 ixed \T1/ptm/m/it/10 w\T1/pt m/m/n/10 idth \T1/ptm/m/it/10 f\T1/ptm/m/n/10 ormatted in-put; [][][]\T1/zi4/m/ sl/10 read.table[][][][]\T1/ptm/m/n/10 ; [2278] [2279] [2280] [2281] [2282] [2283] [2284] [2285] [2286] Underfull \hbox (badness 2134) in paragraph at lines 11356--11361 [][][]\T1/zi4/m/sl/10 scan[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 type.c onvert[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 read.fwf[][][] []\T1/ptm/m /n/10 for read-ing \T1/ptm/m/it/10 f\T1/ptm/m/n/10 ixed \T1/ptm/m/it/10 w\T1/pt m/m/n/10 idth \T1/ptm/m/it/10 f\T1/ptm/m/n/10 ormatted in-put; [][][]\T1/zi4/m/ sl/10 write.table[][][][]\T1/ptm/m/n/10 ; [2287] Underfull \hbox (badness 10000) in paragraph at lines 11412--11417 []\T1/ptm/m/n/10 The `hive' con-tain-ing the key. The ab-bre-vi-a-tions are for Underfull \hbox (badness 10000) in paragraph at lines 11412--11417 []\T1/zi4/m/sl/10 HKEY_LOCAL_MACHINE[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 HKEY_C LASSES_ROOT[]\T1/ptm/m/n/10 . []\T1/zi4/m/sl/10 HKEY_CURRENT_USER[]\T1/ptm/m/n/ 10 , [2288] [2289] [2290] [2291] [2292] [2293] [2294] [2295] Underfull \hbox (badness 1824) in paragraph at lines 11910--11914 \T1/zi4/m/sl/10 / / en . wikipedia . org / w / index . php ? title = Roman _ nu merals & oldid = 1188781837$[][]\T1/ptm/m/n/10 . Ac-cessed [2296] [2297] [2298] [2299] [2300] [2301] [2302] Underfull \hbox (badness 4060) in paragraph at lines 12356--12359 []\T1/ptm/m/n/10 If `[]\T1/zi4/m/sl/10 --default-packages[]\T1/ptm/m/n/10 ' is not used, then []\T1/zi4/m/sl/10 Rscript []\T1/ptm/m/n/10 checks the en-vi-ron- ment vari-able Overfull \hbox (18.77168pt too wide) in paragraph at lines 12379--12379 []\T1/zi4/m/n/9 Rscript --default-packages=methods,datasets,utils,grDevices,gr aphics,stats -e \TS1/zi4/m/n/9 '\T1/zi4/m/n/9 sessionInfo()\TS1/zi4/m/n/9 '[] [2303] [2304] [2305] [2306] Underfull \hbox (badness 2150) in paragraph at lines 12634--12636 [][][]$\T1/zi4/m/sl/10 https : / / en . wikipedia . org / wiki / Ctags$[][]\T1/ ptm/m/n/10 , [][]$\T1/zi4/m/sl/10 https : / / www . gnu . org / software / emac s / manual / [2307] [2308] [2309] [2310] Underfull \hbox (badness 10000) in paragraph at lines 12854--12858 []\T1/ptm/m/n/10 The de-fault for []\T1/zi4/m/sl/10 stylepath []\T1/ptm/m/n/10 is now taken from the en-vi-ron-ment vari-able Underfull \hbox (badness 10000) in paragraph at lines 12887--12893 []\T1/ptm/m/n/10 If you wish to over-ride this de-fault be-hav-ior en-tirely, y ou can add a [2311] Underfull \hbox (badness 2762) in paragraph at lines 12902--12908 \T1/ptm/m/n/10 UTF-8 lo-cales (note that pdf-TeX as-sumes UTF-8 by de-fault sin ce 2018). Ei-ther set [2312] [2313] Underfull \hbox (badness 1009) in paragraph at lines 13077--13089 []\T1/ptm/m/n/10 Before each code chunk is eval-u-ated, zero or more hook func- tions can be ex-e-cuted. If Underfull \hbox (badness 4779) in paragraph at lines 13117--13119 []\T1/ptm/m/n/10 The file `\T1/zi4/m/sl/10 Rconsole\T1/ptm/m/n/10 ' con-fig-ure s the R GUI ([]\T1/zi4/m/sl/10 Rgui[]\T1/ptm/m/n/10 ) con-sole un-der MS Win-do ws and [2314] Underfull \hbox (badness 1077) in paragraph at lines 13147--13154 \T1/ptm/m/n/10 (strip-ping any trail-ing slash), oth-er-wise to the Win-dows `p er-sonal' di-rec-tory, oth-er-wise to [2315] [2316] [2317] [2318] [2319] [2320] Underfull \hbox (badness 3780) in paragraph at lines 13572--13578 []\T1/ptm/m/n/10 A Bio-con-duc-tor mir-ror can be se-lected by set-ting [][][]\ T1/zi4/m/sl/10 options[][][]("BioC_mirror")[]\T1/ptm/m/n/10 , e.g. via [2321] Underfull \hbox (badness 2635) in paragraph at lines 13590--13593 []\T1/ptm/m/n/10 Repository `[]\T1/zi4/m/sl/10 CRAN[]\T1/ptm/m/n/10 ' is treate d spe-cially: the value is taken from the cur-rent set-ting of [2322] [2323] [2324] Underfull \hbox (badness 2302) in paragraph at lines 13800--13802 []\T1/ptm/m/n/10 Convert file paths to the short form. This is an in-ter-face t o the Win-dows API call [2325] [2326] [2327] [2328] [2329] Underfull \hbox (badness 4441) in paragraph at lines 14099--14104 []\T1/ptm/m/n/10 logical; if []\T1/zi4/m/sl/10 TRUE []\T1/ptm/m/n/10 (de-fault) , [][][]\T1/zi4/m/sl/10 deparse[][][](control = \T1/ptm/m/sl/10 control\T1/zi4/ m/sl/10 ) []\T1/ptm/m/n/10 will not have Underfull \hbox (badness 5970) in paragraph at lines 14108--14111 []\T1/ptm/m/n/10 the page width to be used. The de-fault is the cur-rently ac-t ive [2330] [2331] [2332] [2333] [2334] [2335] [2336] Underfull \hbox (badness 2932) in paragraph at lines 14539--14546 []\T1/ptm/m/n/10 If []\T1/zi4/m/sl/10 syntax = NULL []\T1/ptm/m/n/10 (the de-fa ult) then the avail-able syn-tax ob-jects are con-sulted in turn, Underfull \hbox (badness 1688) in paragraph at lines 14539--14546 \T1/ptm/m/n/10 and se-lected if their []\T1/zi4/m/sl/10 extension []\T1/ptm/m/n /10 com-po-nent matches (as a reg-exp) the file name. Ob- [2337] [2338] [2339] [2340] [2341] Underfull \hbox (badness 6510) in paragraph at lines 14867--14871 []\T1/ptm/m/n/10 When ar-gu-ment []\T1/zi4/m/sl/10 tar []\T1/ptm/m/n/10 is set to the com-mand []\T1/zi4/m/sl/10 tar []\T1/ptm/m/n/10 on ma-cOS, en-vi-ron-men t vari-able Underfull \hbox (badness 10000) in paragraph at lines 14874--14877 [][][]$\T1/zi4/m/sl/10 https : / / en . wikipedia . org / wiki / Tar _ (file _ format)$[][]\T1/ptm/m/n/10 , [][]$\T1/zi4/m/sl/10 https : / / pubs . opengroup . org / Underfull \hbox (badness 2245) in paragraph at lines 14874--14877 \T1/zi4/m/sl/10 onlinepubs / 9699919799 / utilities / pax . html # tag _ 20 _ 9 2 _ 13 _ 06$[][] \T1/ptm/m/n/10 for the way the POSIX [2342] [2343] [2344] [2345] [2346] [2347] [2348] [2349] [2350] [2351] Underfull \hbox (badness 10000) in paragraph at lines 15556--15561 []\T1/ptm/m/n/10 Arguments such as []\T1/zi4/m/sl/10 destdir []\T1/ptm/m/n/10 a nd []\T1/zi4/m/sl/10 dependencies []\T1/ptm/m/n/10 to be passed to Underfull \hbox (badness 3861) in paragraph at lines 15556--15561 [][][]\T1/zi4/m/sl/10 install.packages[][][] []\T1/ptm/m/n/10 and []\T1/zi4/m/s l/10 ignore_repo_cache[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 max_repo_cache_age [ ]\T1/ptm/m/n/10 and Underfull \hbox (badness 1052) in paragraph at lines 15562--15564 []\T1/ptm/m/n/10 character, in-di-cat-ing the type of pack-age to down-load and in-stall. See [2352] Underfull \hbox (badness 10000) in paragraph at lines 15621--15624 [][][]\T1/zi4/m/sl/10 install.packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/ sl/10 available.packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 download .packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 installed.packages[][][ ][]\T1/ptm/m/n/10 , [2353] [2354] [2355] [2356] [2357] [2358] [2359] [2360] [2361] [2362] [2363] [2364] [2365] [2366] [2367] [2368]) No file fullrefman.ind. (./fullrefman.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. Package rerunfilecheck Warning: File `fullrefman.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information) pdfTeX warning (dest): name{Rfn.write.matrix} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.lmList} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.knitr} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.de.restore} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.de.setup} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.de.ncols} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.mathjaxr} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.dgTMatrix} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.glht} has been referenced but does not exist, r eplaced by a fixed one pdfTeX warning (dest): name{Rfn.survreg} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.coxph} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.stepAIC} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.rinvGauss} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.gamma.shape} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.cov.mcd} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.cov.mve} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.Insurance} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.sparse.model.matrix} has been referenced but do es not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.lqs} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.logLik.lme} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.logLik.gls} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.lmrob} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.rlm} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.wilcox.Rul.test} has been referenced but does n ot exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.loglm} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.nlsList} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.daisy} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.spearman.test} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.pSpearman} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.pKendall} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.Kendall} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.cor.fk} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.dMatrix} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.dgCMatrix} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.sammon} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.isoMDS} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.width.SJ} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.bcv} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.ucv} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.bandwidth.nrd} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.agnes} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.diana} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.lme} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.ansari.Rul.test} has been referenced but does n ot exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.rpart} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.sparseMatrix} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.showDefault} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getGroupMembers} has been referenced but does n ot exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.resetGeneric} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.MethodsList.Rdash.class} has been referenced bu t does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.linearizeMlist} has been referenced but does no t exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getGeneric} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getMethodsForDispatch} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.setDataPart} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getDataPart} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.possibleExtends} has been referenced but does n ot exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.panel.identify} has been referenced but does no t exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.trellis.focus} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.mosaic} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.levelplot} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.contourplot} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.assoc} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.dpih} has been referenced but does not exist, r eplaced by a fixed one pdfTeX warning (dest): name{Rfn.truehist} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.xfig} has been referenced but does not exist, r eplaced by a fixed one pdfTeX warning (dest): name{Rfn.bkde2D} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.which.is.max} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.roundX} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getNamespace} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.asNamespace} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.formalArgs} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.base.Rdash.deprecated} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.base.Rdash.defunct} has been referenced but doe s not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.isRematched} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.chron} has been referenced but does not exist, replaced by a fixed one {/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc} {/usr/share/texlive/texmf-dist /fonts/enc/dvips/inconsolata/i4-ts1.enc}{/usr/share/texlive/texmf-dist/fonts/en c/dvips/inconsolata/i4-t1-0.enc} Output written on fullrefman.pdf (2369 pages, 5995808 bytes). Transcript written on fullrefman.log. This is makeindex, version 2.16 [TeX Live 2022] (kpathsea + Thai support). Scanning input file fullrefman.idx...................done (15308 entries accepted, 41 rejected). Sorting entries.................................................................................................................................................................done (235625 comparisons). Generating output file fullrefman.ind..................done (15273 lines written, 49 warnings). Output written in fullrefman.ind. Transcript written in fullrefman.ilg. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./fullrefman.tex LaTeX2e <2022-11-01> patch level 1 L3 programming layer <2023-01-16> (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls Document Class: book 2022/07/02 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo)) (../../share/texmf/tex/latex/Rd.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/bm.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty) (/usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathrsfs.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/zi4.sty `inconsolata-zi4' v1.12, 2019/05/17 Text macros for Inconsolata (msharpe) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex))))) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) Writing index file fullrefman.idx (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./fullrefman.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (./fullrefman.out) (./fullrefman.out) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) (./version.tex) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] (./fullrefman.toc (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/t1zi4.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) (/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30]) [31] [32] (./base-pkg.tex Chapter 1. [1] [2] Underfull \hbox (badness 6252) in paragraph at lines 149--157 []\T1/ptm/m/n/10 a small pos-i-tive floating-point num-ber []\T1/zi4/m/n/10 x [ ]\T1/ptm/m/n/10 such that []\T1/zi4/m/n/10 1 - x != 1[]\T1/ptm/m/n/10 . It Underfull \hbox (badness 10000) in paragraph at lines 149--157 \T1/ptm/m/n/10 equals []\T1/zi4/m/n/10 double.base ^ double.neg.ulp.digits []\T 1/ptm/m/n/10 if []\T1/zi4/m/n/10 double.base Underfull \hbox (badness 10000) in paragraph at lines 149--157 []\T1/ptm/m/n/10 is 2 or []\T1/zi4/m/n/10 double.rounding []\T1/ptm/m/n/10 is 0 ; oth-er-wise, it is []\T1/zi4/m/n/10 (double.base Underfull \hbox (badness 10000) in paragraph at lines 149--157 \T1/zi4/m/n/10 ^ double.neg.ulp.digits) / 2[]\T1/ptm/m/n/10 . Nor-mally []\T1/z i4/m/n/10 1.110223e-16[]\T1/ptm/m/n/10 . As Underfull \hbox (badness 4995) in paragraph at lines 149--157 []\T1/zi4/m/n/10 double.neg.ulp.digits []\T1/ptm/m/n/10 is bounded be-low by [] \T1/zi4/m/n/10 -(double.digits + 3)[]\T1/ptm/m/n/10 , [3] [4] [5] Underfull \hbox (badness 1178) in paragraph at lines 337--340 []\T1/ptm/m/n/10 character string, the pre-ferred set-ting for [][][]\T1/zi4/m/ n/10 options[][][]("pkgType")[]\T1/ptm/m/n/10 . Val-ues [6] [7] [8] [9] Underfull \hbox (badness 2556) in paragraph at lines 572--578 []\T1/ptm/m/n/10 a nu-meric vec-tor or list with names par-tially match-ing `[] \T1/zi4/m/n/10 insertions[]\T1/ptm/m/n/10 ', [10] [11] [12] (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/ts1zi4.fd) [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmtt.fd) [24] [25] [26] [27] [28] [29] [30] Underfull \vbox (badness 3803) has occurred while \output is active [31] [32] [33] [34] [35] [36] Overfull \hbox (26.27782pt too wide) in paragraph at lines 2285--2285 []\T1/zi4/m/n/9 ## http://www.mathworks.de/de/help/matlab/matlab_prog/represen t-date-and-times-in-MATLAB.html)[] [37] [38] [39] [40] [41] [42] Overfull \hbox (20.69484pt too wide) in paragraph at lines 2639--2639 []\T1/zi4/m/n/9 if(file.exists(tab)) { # typically on Windows; on Linux when \TS1/cmtt/m/n/9 `\T1/zi4/m/n/9 configure --with-internal-tzcode\TS1/cmtt/m/n/9 `[] [43] [44] [45] [46] [47] Underfull \hbox (badness 1721) in paragraph at lines 2957--2961 [][][]\T1/zi4/m/n/10 assign[][][] []\T1/ptm/m/n/10 (and its in-verse [][][]\T1/ zi4/m/n/10 get[][][][]\T1/ptm/m/n/10 ), for ``sub-assign-ment'' such as []\T1/z i4/m/n/10 x[i] <- v[]\T1/ptm/m/n/10 , see [][][]\T1/zi4/m/n/10 [<-[][][][]\T1/p tm/m/n/10 ; fur-ther, [48] [49] [50] [51] [52] [53] [54] Underfull \hbox (badness 2538) in paragraph at lines 3443--3446 []\T1/zi4/m/n/10 unCfillPOSIXlt(x) []\T1/ptm/m/n/10 is a fast [][]prim-i-tive[] [][] ver-sion of []\T1/zi4/m/n/10 balancePOSIXlt(x, fill.only=TRUE, [55] [56] [57] [58] [59] Underfull \vbox (badness 3803) has occurred while \output is active [60] [61] [62] [63] [64] [65] [66] [67] Underfull \hbox (badness 10000) in paragraph at lines 4239--4241 []\T1/ptm/m/n/10 The num-ber of lines printed for the de-parsed call can be lim -ited by set-ting [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] Underfull \hbox (badness 2521) in paragraph at lines 5587--5589 []\T1/ptm/m/n/10 a char-ac-ter vec-tor, or an ob-ject that can be co-erced to c har-ac-ter by [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] Overfull \hbox (5.27168pt too wide) in paragraph at lines 6870--6870 []\T1/zi4/m/n/9 stopifnot(is.na(NpNA), is.na(NA_complex_), is.na(Re(NA_complex _)), is.na(Im(NA_complex_)))[] [109] [110] [111] [112] [113] [114] [115] [116] Underfull \hbox (badness 2253) in paragraph at lines 7481--7486 []\T1/zi4/m/n/10 file[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 pipe[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 fifo[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 url[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 gzfile[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 bzfile[]\T1/ptm/m/n /10 , []\T1/zi4/m/n/10 xzfile[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 zstdfile[]\T1/ ptm/m/n/10 , []\T1/zi4/m/n/10 unz[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 socketConn ection[]\T1/ptm/m/n/10 , Underfull \hbox (badness 2846) in paragraph at lines 7481--7486 []\T1/zi4/m/n/10 socketAccept []\T1/ptm/m/n/10 and []\T1/zi4/m/n/10 serverSocke t []\T1/ptm/m/n/10 re-turn a con-nec-tion ob-ject which in-her-its from class [117] [118] [119] [120] [121] Underfull \hbox (badness 2261) in paragraph at lines 7797--7802 \T1/zi4/m/n/10 / / github . com / astrand / xclip$[][]\T1/ptm/m/n/10 ) or []\T1 /zi4/m/n/10 xsel []\T1/ptm/m/n/10 ([][]$\T1/zi4/m/n/10 https : / / www . vergen et . net / ~conrad / software / [122] [123] Underfull \vbox (badness 10000) has occurred while \output is active [124] [125] [126] [127] [128] [129] [130] [131] [132] Underfull \hbox (badness 2096) in paragraph at lines 8530--8534 \T1/zi4/m/n/10 status _ codes$[][] \T1/ptm/m/n/10 and [][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / List _ of _ FTP _ server _ return _ codes$ [][]\T1/ptm/m/n/10 . [133] [134] Underfull \hbox (badness 2351) in paragraph at lines 8645--8648 [][][]\T1/zi4/m/n/10 split[][][] []\T1/ptm/m/n/10 for split-ting a vari-able ac -cord-ing to a group fac-tor; [][][]\T1/zi4/m/n/10 factor[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 tabulate[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 t able[][][][]\T1/ptm/m/n/10 , [135] [136] [137] [138] [139] Underfull \hbox (badness 4479) in paragraph at lines 8962--8973 [][][]\T1/zi4/m/n/10 I[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 plot.data.f rame[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 print.data.frame[][][][]\T1/p tm/m/n/10 , [][][]\T1/zi4/m/n/10 row.names[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi 4/m/n/10 names[][][] []\T1/ptm/m/n/10 (for the col-umn names), [140] [141] [142] [143] [144] [145] Underfull \hbox (badness 2698) in paragraph at lines 9375--9381 []\T1/ptm/m/n/10 Further im-ple-mented meth-ods com-prise [][][]\T1/zi4/m/n/10 mean[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 summary[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 unique[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is. finite[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 length<-[][][][]\T1/ptm/m/n /10 , Underfull \hbox (badness 1629) in paragraph at lines 9402--9414 []\T1/ptm/m/n/10 A few times have spe-cific is-sues. First, the leap sec-onds a re ig-nored, and real times Underfull \hbox (badness 2875) in paragraph at lines 9402--9414 []\T1/zi4/m/n/10 NA[]\T1/ptm/m/n/10 , and hence []\T1/zi4/m/n/10 as.POSIXct("19 69-12-31 23:59:59", tz = "UTC") []\T1/ptm/m/n/10 will give []\T1/zi4/m/n/10 "19 69-12-31 [146] [147] [148] Underfull \hbox (badness 3657) in paragraph at lines 9602--9604 [][][]\T1/zi4/m/n/10 weekdays[][][][]\T1/ptm/m/n/10 , for con-ve-nience ex-trac -tion func-tions (also in-clud-ing []\T1/zi4/m/n/10 months()[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 quarters()[]\T1/ptm/m/n/10 , [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] Underfull \hbox (badness 1178) in paragraph at lines 10261--10265 []\T1/ptm/m/n/10 If true, [][][]\T1/zi4/m/n/10 list[][][][]\T1/ptm/m/n/10 s and atomic vec-tors with non-[][][]\T1/zi4/m/n/10 NA[][][] []\T1/ptm/m/n/10 names (see [][][]\T1/zi4/m/n/10 names[][][][]\T1/ptm/m/n/10 ) are de- [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] Underfull \hbox (badness 2744) in paragraph at lines 12609--12611 []\T1/ptm/m/n/10 Changing the cur-rent en-cod-ing from a run-ning R ses-sion ma y lead to con-fu-sion (see [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] Underfull \hbox (badness 2253) in paragraph at lines 14817--14819 []\T1/ptm/m/n/10 character vec-tors con-tain-ing file paths. Tilde-expansion is done: see [228] Underfull \hbox (badness 1490) in paragraph at lines 14852--14855 []\T1/ptm/m/n/10 Junction points and sym-bolic links are fol-lowed, so in-for-m a-tion is given about the [229] Underfull \hbox (badness 1565) in paragraph at lines 14938--14942 [][][]\T1/zi4/m/n/10 Sys.readlink[][][] []\T1/ptm/m/n/10 to find out about sym- bolic links, [][][]\T1/zi4/m/n/10 files[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m /n/10 file.access[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 list.files[][][] []\T1/ptm/m/n/10 , and [230] Underfull \hbox (badness 4927) in paragraph at lines 14989--14991 []\T1/ptm/m/n/10 It can also be used for en-vi-ron-ment paths such as []\T1/zi4 /m/n/10 PATH []\T1/ptm/m/n/10 and []\T1/zi4/m/n/10 R_LIBS []\T1/ptm/m/n/10 with []\T1/zi4/m/n/10 fsep = [231] [232] Underfull \hbox (badness 1466) in paragraph at lines 15140--15143 []\T1/ptm/m/n/10 character vec-tors, con-tain-ing file names or paths. For []\T 1/zi4/m/n/10 file.copy []\T1/ptm/m/n/10 and [233] [234] Underfull \hbox (badness 10000) in paragraph at lines 15271--15275 [][][]\T1/zi4/m/n/10 file.info[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 fil e.access[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 file.path[][][][]\T1/ptm/ m/n/10 , [][][]\T1/zi4/m/n/10 file.show[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m /n/10 list.files[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 unlink[][][][]\T1 /ptm/m/n/10 , [][][]\T1/zi4/m/n/10 basename[][][][]\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 15282--15285 [][][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / Hard _ link$[][ ] \T1/ptm/m/n/10 and [][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wik i / [235] [236] [237] [238] [239] Underfull \hbox (badness 3965) in paragraph at lines 15586--15590 []\T1/ptm/m/n/10 This is the same com-pu-ta-tion as for the em-pir-i-cal dis-tr i-bu-tion func-tion, and in-deed, [240] [241] [242] [243] [244] [245] [246] [247] Underfull \hbox (badness 5260) in paragraph at lines 16095--16095 []\T1/zi4/m/n/10 big.mark[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 big.interval[]\T1/ ptm/m/n/10 , []\T1/zi4/m/n/10 small.mark[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 sma ll.interval[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 decimal.mark[]\T1/ptm/m/n/10 , [248] [249] [250] [251] Underfull \hbox (badness 4429) in paragraph at lines 16385--16388 []\T1/ptm/m/n/10 an atomic nu-mer-i-cal or char-ac-ter ob-ject, pos-si-bly [][] []\T1/zi4/m/n/10 complex[][][] []\T1/ptm/m/n/10 only for [252] [253] Underfull \hbox (badness 10000) in paragraph at lines 16492--16494 []\T1/ptm/m/n/10 This works via []\T1/zi4/m/n/10 prettyNum()[]\T1/ptm/m/n/10 , which calls []\T1/zi4/m/n/10 .format.zeros(*, [254] Underfull \hbox (badness 2035) in paragraph at lines 16565--16569 []\T1/ptm/m/n/10 The de-fault for []\T1/zi4/m/n/10 decimal.mark []\T1/ptm/m/n/1 0 in []\T1/zi4/m/n/10 formatC() []\T1/ptm/m/n/10 was changed in \T1/phv/m/n/10 R \T1/ptm/m/n/10 3.2.0: for use within [255] Underfull \vbox (badness 10000) has occurred while \output is active [256] [257] [258] [259] [260] [261] [262] [263] [264] Underfull \hbox (badness 2452) in paragraph at lines 17188--17192 []\T1/zi4/m/n/10 gctorture2 []\T1/ptm/m/n/10 can also be in-voked via en-vi-ron -ment vari-ables at the start of the \T1/phv/m/n/10 R \T1/ptm/m/n/10 ses- Underfull \hbox (badness 1147) in paragraph at lines 17188--17192 \T1/ptm/m/n/10 sion. []\T1/zi4/m/n/10 R_GCTORTURE []\T1/ptm/m/n/10 cor-re-spond s to the []\T1/zi4/m/n/10 step []\T1/ptm/m/n/10 ar-gu-ment, []\T1/zi4/m/n/10 R_ GCTORTURE_WAIT []\T1/ptm/m/n/10 to []\T1/zi4/m/n/10 wait[]\T1/ptm/m/n/10 , and [265] [266] [267] Underfull \hbox (badness 1092) in paragraph at lines 17380--17385 [][][]\T1/zi4/m/n/10 library.dynam[][][][]\T1/ptm/m/n/10 , or can be found af-t er the DLL has been loaded us-ing [268] [269] [270] [271] Underfull \hbox (badness 6741) in paragraph at lines 17633--17637 \T1/ptm/m/n/10 Additionally, the list will have an ad-di-tional class, be-ing [ ]\T1/zi4/m/n/10 CRoutine[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 CallRoutine[]\T1/pt m/m/n/10 , [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] Underfull \vbox (badness 10000) has occurred while \output is active [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] Underfull \hbox (badness 1769) in paragraph at lines 19138--19141 []\T1/ptm/m/n/10 a char-ac-ter vec-tor, or an ob-ject to be con-verted to a cha r-ac-ter vec-tor [294] [295] [296] [297] [298] Underfull \hbox (badness 10000) in paragraph at lines 19447--19449 []\T1/ptm/m/n/10 the `root' col-la-tion: see [][]$\T1/zi4/m/n/10 https : / / ww w . unicode . org / reports / tr35 / Underfull \hbox (badness 2088) in paragraph at lines 19453--19462 []\T1/ptm/m/n/10 For the spec-i-fi-ca-tions of `real' ICU lo-cales, see [][]$\T 1/zi4/m/n/10 https : / / unicode-[]org . github . io / icu / [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] Underfull \hbox (badness 1442) in paragraph at lines 20061--20063 []\T1/ptm/m/n/10 the choice of de-fault graph-ics de-vice launched when needed and by [][][]\T1/zi4/m/n/10 dev.new[][][][]\T1/ptm/m/n/10 : see [309] Underfull \hbox (badness 2452) in paragraph at lines 20157--20183 [][][]\T1/zi4/m/n/10 as.character[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.complex[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.double[][][][]\T1/pt m/m/n/10 , [][][]\T1/zi4/m/n/10 as.integer[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi 4/m/n/10 as.logical[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.raw[][][][] \T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.vector[][][][]\T1/ptm/m/n/10 , Underfull \hbox (badness 5726) in paragraph at lines 20157--20183 [][][]\T1/zi4/m/n/10 as.call[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.en vironment[][][] [][]is.array[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is.ma trix[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is.na[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 anyNA[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is.nan [][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is.finite[][][] [310] [311] [312] [313] [314] [315] Underfull \hbox (badness 1248) in paragraph at lines 20555--20558 []\T1/zi4/m/n/10 is.atomic []\T1/ptm/m/n/10 is true for the [][]atomic[][][] ty pes ([]\T1/zi4/m/n/10 "logical"[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 "integer"[]\ T1/ptm/m/n/10 , []\T1/zi4/m/n/10 "numeric"[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 " complex"[]\T1/ptm/m/n/10 , [316] [317] [318] [319] [320] Underfull \hbox (badness 4739) in paragraph at lines 20824--20826 []\T1/ptm/m/n/10 numeric scalar >= 0. Smaller dif-fer-ences are not con-sid-ere d, see [321] [322] [323] [324] [325] Underfull \vbox (badness 3803) has occurred while \output is active [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] Underfull \hbox (badness 2469) in paragraph at lines 21999--22004 []\T1/ptm/m/n/10 In late 2017 a []\T1/zi4/m/n/10 libcurl []\T1/ptm/m/n/10 in-st al-la-tion was seen di-vided into two li-braries, []\T1/zi4/m/n/10 libcurl []\T 1/ptm/m/n/10 and [340] [341] Underfull \hbox (badness 1675) in paragraph at lines 22086--22095 []\T1/ptm/m/n/10 At startup, the li-brary search path is ini-tial-ized from the en-vi-ron-ment vari-ables []\T1/zi4/m/n/10 R_LIBS[]\T1/ptm/m/n/10 , Underfull \hbox (badness 3189) in paragraph at lines 22096--22109 []\T1/ptm/m/n/10 First, []\T1/zi4/m/n/10 .Library.site []\T1/ptm/m/n/10 is ini- tial-ized from []\T1/zi4/m/n/10 R_LIBS_SITE[]\T1/ptm/m/n/10 . If this is un-set or empty, the Underfull \hbox (badness 10000) in paragraph at lines 22144--22147 []\T1/zi4/m/n/10 LOCALAPPDATA []\T1/ptm/m/n/10 (usu-ally []\T1/zi4/m/n/10 C:\Us ers\username\AppData\Local[]\T1/ptm/m/n/10 ) on Win-dows is a hid- Underfull \hbox (badness 4752) in paragraph at lines 22144--22147 \T1/ptm/m/n/10 den di-rec-tory and may not be viewed by some soft-ware. It may be opened by [342] [343] Underfull \hbox (badness 1014) in paragraph at lines 22278--22283 []\T1/ptm/m/n/10 Normally []\T1/zi4/m/n/10 library []\T1/ptm/m/n/10 re-turns (i n-vis-i-bly) the list of at-tached pack-ages, but []\T1/zi4/m/n/10 TRUE []\T1/p tm/m/n/10 or []\T1/zi4/m/n/10 FALSE []\T1/ptm/m/n/10 if [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] Underfull \hbox (badness 1264) in paragraph at lines 23125--23133 []\T1/ptm/m/n/10 character string. The fol-low-ing cat-e-gories should al-ways be sup-ported: [357] Underfull \hbox (badness 4441) in paragraph at lines 23160--23163 []\T1/ptm/m/n/10 Note that set-ting cat-e-gory []\T1/zi4/m/n/10 "LC_ALL" []\T1/ ptm/m/n/10 sets only cat-e-gories []\T1/zi4/m/n/10 "LC_COLLATE"[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 "LC_CTYPE"[]\T1/ptm/m/n/10 , [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] Underfull \hbox (badness 5231) in paragraph at lines 23980--23982 []\T1/ptm/m/n/10 The al-go-rithm used by []\T1/zi4/m/n/10 make.unique []\T1/ptm /m/n/10 has the prop-erty that []\T1/zi4/m/n/10 make.unique(c(A, B)) == [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] Underfull \hbox (badness 6380) in paragraph at lines 25097--25103 [][][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / Data _ compress ion$[][] \T1/ptm/m/n/10 for back-ground on data com-pres- Underfull \hbox (badness 1472) in paragraph at lines 25097--25103 [][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / Bzip2$[][]\T1/ptm /m/n/10 , and [][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / XZ _ Utils$[][] [388] [389] [390] [391] [392] [393] [394] [395] Underfull \hbox (badness 2790) in paragraph at lines 25609--25612 []\T1/zi4/m/n/10 packageStartupMessage []\T1/ptm/m/n/10 is a vari-ant whose mes -sages can be sup-pressed sep-a-rately by Underfull \hbox (badness 1571) in paragraph at lines 25609--25612 []\T1/zi4/m/n/10 suppressPackageStartupMessages[]\T1/ptm/m/n/10 . (They are sti ll mes-sages, so can be sup-pressed by [396] [397] [398] [399] [400] Underfull \hbox (badness 1194) in paragraph at lines 25937--25940 []\T1/ptm/m/n/10 The de-fault method for []\T1/zi4/m/n/10 anyNA []\T1/ptm/m/n/1 0 han-dles atomic vec-tors with-out a class and []\T1/zi4/m/n/10 NULL[]\T1/ptm/ m/n/10 . It calls [401] [402] [403] Underfull \hbox (badness 2368) in paragraph at lines 26144--26150 []\T1/ptm/m/n/10 For an [][][]\T1/zi4/m/n/10 environment[][][] env[]\T1/ptm/m/n /10 , []\T1/zi4/m/n/10 names(env) []\T1/ptm/m/n/10 gives the names of the cor-r e-spond-ing list, i.e., [404] [405] [406] [407] [408] [409] Underfull \hbox (badness 10000) in paragraph at lines 26534--26537 []\T1/ptm/m/n/10 optional [][][]\T1/zi4/m/n/10 logical[][][] []\T1/ptm/m/n/10 e ven-tu-ally to be passed to []\T1/zi4/m/n/10 print()[]\T1/ptm/m/n/10 , used by [410] [411] [412] [413] [414] [415] [416] [417] [418] [419] Underfull \hbox (badness 10000) in paragraph at lines 27162--27164 []\T1/zi4/m/n/10 isNamespaceLoaded(pkg) []\T1/ptm/m/n/10 is equiv-a-lent to but more ef-fi-cient than []\T1/zi4/m/n/10 pkg %in% [420] [421] [422] [423] [424] [425] [426] Underfull \hbox (badness 2443) in paragraph at lines 27653--27661 \T1/ptm/m/n/10 suit-able char-ac-ter vec-tors as above, or nu-meric ver-sion ob -jects. For [427] [428] [429] [430] [431] [432] [433] Underfull \hbox (badness 1881) in paragraph at lines 28083--28086 []\T1/ptm/m/n/10 integer value con-trol-ling the print-ing of lan-guage con-str ucts which are Underfull \hbox (badness 6220) in paragraph at lines 28108--28110 []\T1/ptm/m/n/10 Extra command-line ar-gu-ment(s) for non-default meth-ods: see [434] [435] Underfull \hbox (badness 2142) in paragraph at lines 28249--28253 []\T1/ptm/m/n/10 the de-fault pa-per for-mat used by [][][]\T1/zi4/m/n/10 posts cript[][][][]\T1/ptm/m/n/10 ; set by en-vi-ron-ment vari-able Underfull \hbox (badness 1968) in paragraph at lines 28306--28311 []\T1/ptm/m/n/10 the com-mand used by [][][]\T1/zi4/m/n/10 postscript[][][] []\ T1/ptm/m/n/10 for print-ing; set by en-vi-ron-ment vari-able [436] [437] [438] [439] Underfull \hbox (badness 10000) in paragraph at lines 28605--28611 []\T1/ptm/m/n/10 The URL of a Bio-con-duc-tor mir-ror for use by [][][]\T1/zi4/ m/n/10 setRepositories[][][][]\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 28605--28611 \T1/ptm/m/n/10 e.g. the de-fault `[]\T1/zi4/m/n/10 "https://bioconductor.org"[] \T1/ptm/m/n/10 ' or the Eu-ro-pean mir-ror Underfull \hbox (badness 10000) in paragraph at lines 28605--28611 \T1/ptm/m/n/10 `[]\T1/zi4/m/n/10 "https://bioconductor.statistik.tu-dortmund.de "[]\T1/ptm/m/n/10 '. Can be set by Underfull \hbox (badness 5878) in paragraph at lines 28618--28621 []\T1/ptm/m/n/10 default Cc: ad-dress used by [][][]\T1/zi4/m/n/10 create.post[ ][][] []\T1/ptm/m/n/10 (and hence [][][]\T1/zi4/m/n/10 bug.report[][][] []\T1/p tm/m/n/10 and Underfull \hbox (badness 2689) in paragraph at lines 28644--28646 []\T1/ptm/m/n/10 optional in-te-ger vec-tor for set-ting ports of the in-ter-na l HTTP server, see [440] Underfull \hbox (badness 10000) in paragraph at lines 28690--28695 []\T1/ptm/m/n/10 Used by [][][]\T1/zi4/m/n/10 install.packages[][][] []\T1/ptm/ m/n/10 (and in-di-rectly Underfull \hbox (badness 2529) in paragraph at lines 28696--28707 \T1/ptm/m/n/10 in-di-rectly [][][]\T1/zi4/m/n/10 update.packages[][][][]\T1/ptm /m/n/10 ) on plat-forms which sup-port bi-nary pack-ages. Pos-si- Underfull \hbox (badness 2512) in paragraph at lines 28696--28707 \T1/ptm/m/n/10 ble val-ues are []\T1/zi4/m/n/10 "never"[]\T1/ptm/m/n/10 , []\T1 /zi4/m/n/10 "interactive" []\T1/ptm/m/n/10 (which means ask in in-ter-ac-tive u se and Underfull \hbox (badness 7203) in paragraph at lines 28708--28711 []\T1/ptm/m/n/10 default email-ing method used by [][][]\T1/zi4/m/n/10 create.p ost[][][] []\T1/ptm/m/n/10 and hence [][][]\T1/zi4/m/n/10 bug.report[][][] []\T 1/ptm/m/n/10 and [441] [442] [443] [444] [445] Underfull \vbox (badness 3803) has occurred while \output is active [446] Underfull \hbox (badness 10000) in paragraph at lines 29123--29127 \T1/ptm/m/n/10 el-e-ment []\T1/zi4/m/n/10 A[c(arrayindex.x, arrayindex.y)] = FU N(X[arrayindex.x], Y[arrayindex.y], [447] [448] Underfull \hbox (badness 10000) in paragraph at lines 29270--29273 []\T1/zi4/m/n/10 str2expression(s) []\T1/ptm/m/n/10 and []\T1/zi4/m/n/10 str2la ng(s) []\T1/ptm/m/n/10 re-turn spe-cial ver-sions of []\T1/zi4/m/n/10 parse(tex t=s, [449] Underfull \hbox (badness 7925) in paragraph at lines 29351--29355 []\T1/ptm/m/n/10 for a [][][]\T1/zi4/m/n/10 character[][][] []\T1/ptm/m/n/10 ve c-tor []\T1/zi4/m/n/10 s[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 str2expression(s) [ ]\T1/ptm/m/n/10 cor-re-sponds to Underfull \hbox (badness 1253) in paragraph at lines 29351--29355 []\T1/zi4/m/n/10 parse(text = s, keep.source=FALSE)[]\T1/ptm/m/n/10 , which is al-ways of type ([][][]\T1/zi4/m/n/10 typeof[][][][]\T1/ptm/m/n/10 ) and [][][] \T1/zi4/m/n/10 class[][][] Underfull \hbox (badness 2521) in paragraph at lines 29356--29365 []\T1/ptm/m/n/10 for a [][][]\T1/zi4/m/n/10 character[][][] []\T1/ptm/m/n/10 st ring []\T1/zi4/m/n/10 s[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 str2lang(s) []\T1/pt m/m/n/10 cor-re-sponds to []\T1/zi4/m/n/10 parse(text = s, [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] Underfull \hbox (badness 2726) in paragraph at lines 30389--30392 []\T1/ptm/m/n/10 character string (or []\T1/zi4/m/n/10 NULL[]\T1/ptm/m/n/10 ) i n-di-cat-ing [][][]\T1/zi4/m/n/10 NA[][][] []\T1/ptm/m/n/10 val-ues in printed out-put, see [467] [468] [469] [470] [471] [472] [473] [474] [475] [476] [477] [478] [479] [480] [481] [482] [483] [484] [485] Underfull \vbox (badness 3803) has occurred while \output is active [486] [487] [488] [489] [490] [491] [492] Underfull \hbox (badness 1248) in paragraph at lines 32083--32090 \T1/ptm/m/n/10 uni-form pseudo-random num-ber gen-er-a-tor, \T1/ptm/m/it/10 ACM Trans-ac-tions on Mod-el-ing and Com-puter Underfull \hbox (badness 10000) in paragraph at lines 32083--32090 \T1/ptm/m/n/10 Now see [][]$\T1/zi4/m/n/10 https : / / www . math . sci . hiros hima-[]u . ac . jp / ~m-[]mat / MT / VERSIONS / C-[]LANG / [493] [494] Underfull \hbox (badness 1533) in paragraph at lines 32201--32204 []\T1/ptm/m/n/10 As with all com-piled code, mis-specifying these func-tions ca n crash \T1/phv/m/n/10 R\T1/ptm/m/n/10 . Do in-clude the [495] [496] [497] Underfull \hbox (badness 1163) in paragraph at lines 32372--32383 []\T1/ptm/m/n/10 If all com-po-nents are dif-fer-ent (and no []\T1/zi4/m/n/10 N A[]\T1/ptm/m/n/10 s), the ranks are well de-fined, with val-ues in [498] [499] [500] [501] [502] [503] [504] [505] [506] Underfull \hbox (badness 6300) in paragraph at lines 32924--32926 []\T1/ptm/m/n/10 The sec-tion `Pro-cess-ing doc-u-men-ta-tion files' in the `Wr it-ing R Ex-ten-sions' man-ual: [507] [508] [509] [510] [511] [512] [513] [514] [515] [516] [517] [518] [519] [520] [521] [522] [523] Underfull \hbox (badness 10000) in paragraph at lines 34053--34057 []\T1/zi4/m/n/10 regexpr []\T1/ptm/m/n/10 and []\T1/zi4/m/n/10 gregexpr []\T1/p tm/m/n/10 sup-port `named cap-ture'. If groups are named, e.g., Underfull \hbox (badness 1221) in paragraph at lines 34053--34057 []\T1/zi4/m/n/10 "(?[A-Z][a-z]+)" []\T1/ptm/m/n/10 then the po-si-tions of the matches are also re-turned by name. Underfull \hbox (badness 3557) in paragraph at lines 34074--34076 []\T1/ptm/m/n/10 The POSIX 1003.2 stan-dard at [][]$\T1/zi4/m/n/10 https : / / pubs . opengroup . org / onlinepubs / 9699919799 / Underfull \hbox (badness 1122) in paragraph at lines 34077--34081 []\T1/ptm/m/n/10 The []\T1/zi4/m/n/10 pcre2pattern []\T1/ptm/m/n/10 or []\T1/zi 4/m/n/10 pcrepattern man []\T1/ptm/m/n/10 page (found as part of [][]$\T1/zi4/m /n/10 https : / / www . pcre . org / [524] [525] Underfull \vbox (badness 10000) has occurred while \output is active [526] [527] [528] [529] [530] [531] [532] [533] Underfull \hbox (badness 1655) in paragraph at lines 34679--34681 []\T1/ptm/m/n/10 a vec-tor (atomic, not a list) for []\T1/zi4/m/n/10 rle()[]\T1 /ptm/m/n/10 ; an ob-ject of class []\T1/zi4/m/n/10 "rle" []\T1/ptm/m/n/10 for [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] [547] [548] [549] [550] [551] [552] Underfull \hbox (badness 2261) in paragraph at lines 35886--35891 []\T1/ptm/m/n/10 If []\T1/zi4/m/n/10 strip.white []\T1/ptm/m/n/10 is of length 1, it ap-plies to all fields; oth-er-wise, if [553] [554] [555] [556] [557] [558] [559] [560] [561] [562] [563] [564] [565] [566] [567] [568] [569] Underfull \hbox (badness 3668) in paragraph at lines 36963--36967 []\T1/zi4/m/n/10 getAllConnections []\T1/ptm/m/n/10 re-turns a se-quence of in- te-ger con-nec-tion de-scrip-tors for use with [570] Underfull \hbox (badness 10000) in paragraph at lines 37054--37065 \T1/zi4/m/n/10 / / learn . microsoft . com / en-[]us / cpp / c-[]language / par sing-[]c-[]command-[]line-[]arguments ? [571] [572] [573] [574] [575] [576] [577] [578] [579] [580] [581] [582] [583] [584] [585] [586] [587] [588] [589] [590] Underfull \vbox (badness 3803) has occurred while \output is active [591] [592] [593] [594] [595] [596] Underfull \hbox (badness 10000) in paragraph at lines 38693--38695 [][][]$\T1/zi4/m/n/10 https : / / pubs . opengroup . org / onlinepubs / 9699919 799 / functions / snprintf . html$[][] \T1/ptm/m/n/10 for [597] [598] [599] [600] [601] [602] Underfull \hbox (badness 2913) in paragraph at lines 39111--39115 \T1/ptm/m/n/10 ber of nested \T1/phv/m/n/10 R \T1/ptm/m/n/10 ex-pres-sions cur- rently un-der eval-u-a-tion, ex-ceeds the limit set by [603] [604] [605] [606] Underfull \hbox (badness 1072) in paragraph at lines 39357--39361 []\T1/ptm/m/n/10 On front-ends which sup-port it, the com-mands his-tory is rea d from the file spec-i-fied by Underfull \hbox (badness 10000) in paragraph at lines 39362--39366 []\T1/ptm/m/n/10 The command-line op-tion `[]\T1/zi4/m/n/10 --vanilla[]\T1/ptm/ m/n/10 ' im-plies `[]\T1/zi4/m/n/10 --no-site-file[]\T1/ptm/m/n/10 ', `[]\T1/zi 4/m/n/10 --no-init-file[]\T1/ptm/m/n/10 ', Underfull \hbox (badness 10000) in paragraph at lines 39402--39408 []\T1/ptm/m/n/10 On sys-tems with sub-architectures (mainly Win-dows), the file s `\T1/zi4/m/n/10 Renviron.site\T1/ptm/m/n/10 ' Underfull \hbox (badness 10000) in paragraph at lines 39402--39408 \T1/ptm/m/n/10 and `\T1/zi4/m/n/10 Rprofile.site\T1/ptm/m/n/10 ' are looked for first in architecture-specific di-rec-to-ries, Underfull \hbox (badness 1320) in paragraph at lines 39402--39408 \T1/ptm/m/n/10 e.g. `[][]\T1/ptm/m/sl/10 R_HOME[][][]\T1/zi4/m/n/10 /etc/i386/R environ.site\T1/ptm/m/n/10 '. And e.g. `\T1/zi4/m/n/10 .Renviron.i386\T1/ptm/m/ n/10 ' will be used in [607] Underfull \hbox (badness 3009) in paragraph at lines 39417--39424 []\T1/ptm/m/n/10 On Unix ver-sions of \T1/phv/m/n/10 R \T1/ptm/m/n/10 there is also a file `[][]\T1/ptm/m/sl/10 R_HOME[][][]\T1/zi4/m/n/10 /etc/Renviron\T1/pt m/m/n/10 ' which is read Underfull \hbox (badness 1038) in paragraph at lines 39417--39424 \T1/ptm/m/n/10 very early in the start-up pro-cess-ing. It con-tains en-vi-ron- ment vari-ables set by \T1/phv/m/n/10 R \T1/ptm/m/n/10 in the Underfull \hbox (badness 2573) in paragraph at lines 39417--39424 \T1/ptm/m/n/10 con-fig-ure pro-cess. Val-ues in that file can be over-rid-den i n site or user en-vi-ron-ment Underfull \hbox (badness 1917) in paragraph at lines 39417--39424 \T1/ptm/m/n/10 files: do not change `[][]\T1/ptm/m/sl/10 R_HOME[][][]\T1/zi4/m/ n/10 /etc/Renviron\T1/ptm/m/n/10 ' it-self. Note that this is dis-tinct from [608] [609] [610] Underfull \hbox (badness 2644) in paragraph at lines 39652--39656 []\T1/ptm/m/n/10 alternative to []\T1/zi4/m/n/10 exprs []\T1/ptm/m/n/10 or []\T 1/zi4/m/n/10 ...[]\T1/ptm/m/n/10 : an `expression-like' ob-ject, typ-i-cally an [611] [612] [613] [614] [615] [616] [617] [618] [619] Underfull \vbox (badness 10000) has occurred while \output is active [620] [621] [622] [623] [624] [625] [626] [627] [628] [629] [630] [631] [632] [633] [634] [635] Underfull \hbox (badness 4144) in paragraph at lines 41210--41218 []\T1/ptm/m/n/10 (for []\T1/zi4/m/n/10 summary.default[]\T1/ptm/m/n/10 ) or [][ ][]\T1/zi4/m/n/10 format[][][]() []\T1/ptm/m/n/10 (for []\T1/zi4/m/n/10 summary .data.frame[]\T1/ptm/m/n/10 ). In Underfull \hbox (badness 1158) in paragraph at lines 41220--41222 []\T1/ptm/m/n/10 integer code used in []\T1/zi4/m/n/10 quantile(*, type=quantil e.type) []\T1/ptm/m/n/10 for the de-fault [636] [637] [638] [639] [640] [641] [642] [643] [644] [645] Underfull \hbox (badness 1137) in paragraph at lines 41830--41836 []\T1/ptm/m/n/10 This ex-pands tilde (see [][]tilde ex-pan-sion[][][]) and wild -cards in file paths. For pre-cise de-tails Underfull \hbox (badness 4967) in paragraph at lines 41848--41853 []\T1/ptm/m/n/10 If a file-name starts with []\T1/zi4/m/n/10 . []\T1/ptm/m/n/10 this may need to be matched ex-plic-itly: for ex-am-ple [646] [647] Underfull \hbox (badness 1616) in paragraph at lines 41971--41976 []\T1/zi4/m/n/10 system("id") []\T1/ptm/m/n/10 is much more portable on Unix-al ikes, pro-vided only the POSIX op-tions [648] [649] [650] [651] Underfull \vbox (badness 3803) has occurred while \output is active [652] [653] [654] [655] [656] Underfull \hbox (badness 1472) in paragraph at lines 42518--42521 []\T1/ptm/m/n/10 logical. If []\T1/zi4/m/n/10 TRUE[]\T1/ptm/m/n/10 , func-tions keep their source in-clud-ing com-ments, see [657] [658] [659] LaTeX Font Warning: Font shape `T1/zi4/m/sl' undefined (Font) using `T1/zi4/m/n' instead on input line 42730. [660] [661] [662] [663] [664] [665] [666] [667] [668] [669] [670] [671] Underfull \hbox (badness 10000) in paragraph at lines 43469--43473 []\T1/ptm/m/n/10 On 64-bit plat-forms []\T1/zi4/m/sl/10 bin []\T1/ptm/m/n/10 ca n have $\OT1/cmr/m/n/10 2[]$ \T1/ptm/m/n/10 or more el-e-ments (i.e., []\T1/zi4 /m/sl/10 length(bin) > [672] [673] [674] [675] [676] [677] [678] [679] [680] [681] [682] [683] [684] [685] [686] [687] [688] [689] Underfull \hbox (badness 10000) in paragraph at lines 44663--44666 [][][]$\T1/zi4/m/sl/10 https : / / en . wikipedia . org / wiki / Time _ zone$[] [] \T1/ptm/m/n/10 and [][]$\T1/zi4/m/sl/10 https : / / data . iana . org / time -[]zones / [690] [691] [692] [693] [694] [695] Underfull \vbox (badness 10000) has occurred while \output is active [696] [697] [698] [699] [700] [701] [702] [703] Underfull \hbox (badness 1990) in paragraph at lines 45579--45587 []\T1/zi4/m/sl/10 try []\T1/ptm/m/n/10 eval-u-ates an ex-pres-sion and traps an y er-rors that oc-cur dur-ing the eval-u-a-tion. If Underfull \hbox (badness 4846) in paragraph at lines 45579--45587 \T1/ptm/m/n/10 an er-ror oc-curs then the er-ror mes-sage is printed to the [][ ][]\T1/zi4/m/sl/10 stderr[][][] []\T1/ptm/m/n/10 con-nec-tion un-less [704] [705] [706] [707] [708] [709] [710] [711] [712] [713] [714] [715] [716] [717] [718] [719] [720] [721] [722] [723] [724] [725] Underfull \hbox (badness 1014) in paragraph at lines 47020--47023 []\T1/ptm/m/n/10 logical, in-di-cat-ing if the warn-ing should be out-put im-me -di-ately, even if [726] [727] Underfull \hbox (badness 2401) in paragraph at lines 47153--47157 []\T1/ptm/m/n/10 See the de-scrip-tion of [][][]\T1/zi4/m/sl/10 options[][][](" warn") []\T1/ptm/m/n/10 for the cir-cum-stances un-der which there is a [728] [729] Underfull \hbox (badness 3492) in paragraph at lines 47279--47281 []\T1/zi4/m/sl/10 weekdays []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 months []\T1/ ptm/m/n/10 re-turn a char-ac-ter vec-tor of names in the lo-cale in use, i.e., [730] [731] Underfull \hbox (badness 2111) in paragraph at lines 47365--47370 \T1/ptm/m/n/10 If [][][]\T1/zi4/m/sl/10 names[][][](.dimnames) []\T1/ptm/m/n/10 is not empty, these are used as col-umn names. [732] [733] [734] Underfull \hbox (badness 4001) in paragraph at lines 47613--47615 []\T1/ptm/m/n/10 Thomas Lum-ley (2003) \T1/ptm/m/it/10 Stan-dard non-stan-dard eval-u-a-tion rules\T1/ptm/m/n/10 . [][]$\T1/zi4/m/sl/10 https : / / developer . [735] [736] [737] [738] [739] [740] [741] Underfull \hbox (badness 5417) in paragraph at lines 48015--48019 []\T1/zi4/m/sl/10 .packages() []\T1/ptm/m/n/10 re-turns the names of the cur-re ntly at-tached pack-ages \T1/ptm/m/it/10 in-vis-i-bly \T1/ptm/m/n/10 whereas [742] Underfull \hbox (badness 10000) in paragraph at lines 48076--48080 []\T1/zi4/m/sl/10 .standard_regexps []\T1/ptm/m/n/10 re-turns a list of `stan-d ard' reg-exps, in-clud-ing el-e-ments named [743]) (./compiler-pkg.tex [744] Chapter 2. [745] [746] [747] [748]) (./datasets-pkg.tex Chapter 3. [749] [750] [751] [752] [753] [754] [755] [756] [757] [758] [759] [760] [761] [762] [763] [764] [765] Underfull \hbox (badness 1097) in paragraph at lines 1034--1038 []\T1/ptm/m/n/10 MacDonell, W.R. (1902). On crim-i-nal an-thro-pom-e-try and th e iden-ti-fi-ca-tion of crim-i-nals. [766] [767] [768] [769] [770] [771] [772] [773] [774] [775] Overfull \hbox (5.23488pt too wide) in paragraph at lines 1643--1643 []\T1/zi4/m/n/9 matlines(gait[, -1, 1], gait[, -1, 2], type = "l", lty = 1, co l = adjustcolor("thistle", 1/3))[] [776] [777] [778] [779] [780] [781] [782] [783] [784] [785] [786] [787] [788] [789] [790] [791] [792] [793] [794] [795] [796] [797] [798] [799] [800] [801] [802] [803] [804] [805] [806] [807] [808] [809] [810] [811] Overfull \hbox (2.27475pt too wide) in paragraph at lines 3776--3776 []\T1/zi4/m/n/9 ## From https://pubs.usgs.gov/gip/Elevations-Distances/elvadis t.html#Geographic%20Centers[] [812] [813] [814] [815] [816] [817] [818] [819] [820] [821] [822] [823] [824] [825] [826] [827] [828] [829] [830] [831] [832] [833] [834] [835]) (./grDevices-pkg.tex [836] Chapter 4. [837] [838] [839] [840] [841] Underfull \hbox (badness 2221) in paragraph at lines 284--288 []\T1/ptm/m/n/10 numeric vec-tor of length 3, []\T1/zi4/m/sl/10 c(mi, ma, n.)[] \T1/ptm/m/n/10 , with iden-ti-cal mean-ing to Underfull \hbox (badness 10000) in paragraph at lines 299--304 []\T1/ptm/m/n/10 Apart from that, []\T1/zi4/m/sl/10 axisTicks() []\T1/ptm/m/n/1 0 just calls the C func-tion []\T1/zi4/m/sl/10 CreateAtVector() []\T1/ptm/m/n/1 0 in [842] [843] [844] [845] [846] [847] [848] [849] [850] [851] Underfull \hbox (badness 1424) in paragraph at lines 911--913 [][][]\T1/zi4/m/sl/10 NA[][][] []\T1/ptm/m/n/10 (as in-te-ger or char-ac-ter) a nd []\T1/zi4/m/sl/10 "NA" []\T1/ptm/m/n/10 mean trans-par-ent, which can also b e spec-i-fied as [852] Underfull \vbox (badness 10000) has occurred while \output is active [853] [854] [855] [856] Underfull \hbox (badness 5175) in paragraph at lines 1239--1241 []\T1/ptm/m/n/10 There is cur-rently no doc-u-men-ta-tion about the al-go-rithm . The source code is in [857] [858] Underfull \hbox (badness 2512) in paragraph at lines 1358--1360 []\T1/ptm/m/n/10 For the white points [][]$\T1/zi4/m/sl/10 https : / / web . ar chive . org / web / 20190613001950 / http : / / efg2 . com / [859] [860] [861] [862] [863] Underfull \hbox (badness 1490) in paragraph at lines 1658--1663 \T1/ptm/m/n/10 by [][][]\T1/zi4/m/sl/10 rasterImage[][][] []\T1/ptm/m/n/10 and [][][]\T1/zi4/m/sl/10 grid.raster[][][][]\T1/ptm/m/n/10 ? Pos-si-ble val-ues [] \T1/zi4/m/sl/10 "no"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "yes" []\T1/ptm/m/n/10 and Underfull \hbox (badness 3302) in paragraph at lines 1671--1675 []\T1/ptm/m/n/10 character: Does the de-vice sup-port pat-tern fills? One or mo re of [864] [865] [866] [867] [868] [869] Underfull \hbox (badness 1325) in paragraph at lines 2086--2096 []\T1/zi4/m/sl/10 "png48"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "pngmono"[]\T1/pt m/m/n/10 , []\T1/zi4/m/sl/10 "pnggray"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "png alpha"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "bmp16"[]\T1/ptm/m/n/10 , []\T1/zi4/ m/sl/10 "bmp16m" "bmp256"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "bmp32b"[]\T1/ptm /m/n/10 , [870] [871] Underfull \hbox (badness 10000) in paragraph at lines 2198--2200 []\T1/ptm/m/n/10 The de-fault value when a de-vice is opened is taken from the set-ting of [872] [873] [874] Underfull \hbox (badness 6758) in paragraph at lines 2386--2389 []\T1/ptm/m/n/10 Some other op-tions which can be use-ful (see your Ghostscript doc-u-men-ta-tion) are [875] [876] [877] [878] [879] [880] [881] [882] [883] [884] [885] [886] Underfull \hbox (badness 10000) in paragraph at lines 3143--3144 [887] [888] [889] [890] [891] [892] [893] [894] [895] [896] [897] [898] Underfull \vbox (badness 3803) has occurred while \output is active [899] [900] [901] [902] Underfull \vbox (badness 10000) has occurred while \output is active [903] [904] [905] [906] Underfull \hbox (badness 1418) in paragraph at lines 4429--4436 \T1/ptm/m/n/10 it is one of []\T1/zi4/m/sl/10 "AvantGarde"[]\T1/ptm/m/n/10 , [] \T1/zi4/m/sl/10 "Bookman"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "Courier"[]\T1/pt m/m/n/10 , []\T1/zi4/m/sl/10 "Helvetica"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "H elvetica-Narrow"[]\T1/ptm/m/n/10 , [907] [908] [909] [910] Underfull \hbox (badness 1152) in paragraph at lines 4716--4723 []\T1/zi4/m/sl/10 encoding[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 bg[]\T1/ptm/m/n/ 10 , []\T1/zi4/m/sl/10 fg[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 pointsize[]\T1/pt m/m/n/10 , []\T1/zi4/m/sl/10 pagecentre[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 col ormodel[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 useDingbats[]\T1/ptm/m/n/10 , [911] [912] [913] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.symbol}) has been already used, duplicate ignored \relax l.4896 \aliasA{symbol}{plotmath}{symbol} [914] [915] [916] [917] Underfull \vbox (badness 3803) has occurred while \output is active [918] [919] Underfull \hbox (badness 1584) in paragraph at lines 5289--5291 []\T1/ptm/m/n/10 For type []\T1/zi4/m/sl/10 "cairo"[]\T1/ptm/m/n/10 , the []\T1 /zi4/m/sl/10 symbolfamily []\T1/ptm/m/n/10 ar-gu-ment can be sup-plied. See Underfull \hbox (badness 1067) in paragraph at lines 5293--5300 \T1/ptm/m/n/10 The lat-ter will only be avail-able if the sys-tem was com-piled with sup- [920] [921] [922] [923] Underfull \hbox (badness 1377) in paragraph at lines 5595--5600 []\T1/ptm/m/n/10 a char-ac-ter string de-scrib-ing the color model: cur-rently al-lowed val-ues [924] [925] Underfull \hbox (badness 1377) in paragraph at lines 5699--5704 []\T1/ptm/m/n/10 Color mod-els pro-vided for back-wards com-pat-i-bil-ity are [ ]\T1/zi4/m/sl/10 "rgb" []\T1/ptm/m/n/10 (which is RGB+gray) and [926] Underfull \hbox (badness 7344) in paragraph at lines 5768--5770 []\T1/ptm/m/n/10 Support for Com-puter Mod-ern fonts is based on a con-tri-bu-t ion by Brian D'Urso [927] [928] Underfull \hbox (badness 2035) in paragraph at lines 5907--5916 []\T1/ptm/m/n/10 Mappings for a num-ber of stan-dard Adobe fonts (and URW equiv -a-lents) are also pro- Underfull \hbox (badness 10000) in paragraph at lines 5907--5916 \T1/ptm/m/n/10 vided: []\T1/zi4/m/sl/10 "AvantGarde"[]\T1/ptm/m/n/10 , []\T1/zi 4/m/sl/10 "Bookman"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "Courier"[]\T1/ptm/m/n/ 10 , []\T1/zi4/m/sl/10 "Helvetica"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "Helveti ca-Narrow"[]\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 5907--5916 []\T1/zi4/m/sl/10 "NewCenturySchoolbook"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "P alatino" []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 "Times"[]\T1/ptm/m/n/10 ; []\T1 /zi4/m/sl/10 "URWGothic"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "URWBookman"[]\T1/ ptm/m/n/10 , [929] Underfull \hbox (badness 10000) in paragraph at lines 5973--5978 []\T1/zi4/m/sl/10 BousungEG-Light-GB []\T1/ptm/m/n/10 can be found at [][]$\T1/ zi4/m/sl/10 https : / / ftp . gnu . org / pub / non-[]gnu / [930] [931] [932] Underfull \hbox (badness 1546) in paragraph at lines 6114--6122 []\T1/ptm/m/n/10 arguments []\T1/zi4/m/sl/10 onefile[]\T1/ptm/m/n/10 , []\T1/zi 4/m/sl/10 family[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 title[]\T1/ptm/m/n/10 , [] \T1/zi4/m/sl/10 fonts[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 encoding[]\T1/ptm/m/n /10 , []\T1/zi4/m/sl/10 bg[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 fg[]\T1/ptm/m/n/ 10 , []\T1/zi4/m/sl/10 width[]\T1/ptm/m/n/10 , [933] [934] [935] [936] [937] [938] Underfull \hbox (badness 6625) in paragraph at lines 6558--6561 []\T1/ptm/m/n/10 Murrell, P., Ooms, J., Al-laire, J.J. (2015), "Record-ing and Re-play-ing the Graph- [939] [940] Underfull \hbox (badness 10000) in paragraph at lines 6662--6665 []\T1/zi4/m/sl/10 rgb2hsv []\T1/ptm/m/n/10 trans-forms col-ors from RGB space ( red/green/blue) into HSV space [941] [942] [943] [944] Overfull \hbox (9.73488pt too wide) in paragraph at lines 6899--6899 []\T1/zi4/m/n/9 ## but now, x in [-0.5, 20] -- "too far" ==> "wrap around" pro blem (without \TS1/zi4/m/n/9 '\T1/zi4/m/n/9 continuous=TRUE\TS1/zi4/m/n/9 '\T1/ zi4/m/n/9 ):[] [945] [946] [947] [948] [949] [950] [951] [952] [953] [954] Underfull \hbox (badness 1189) in paragraph at lines 7528--7530 []\T1/ptm/m/n/10 for cairo types, the type of anti-aliasing (if any) to be used . One of [955] Underfull \hbox (badness 10000) in paragraph at lines 7633--7635 []\T1/zi4/m/sl/10 "-*-mincho-%s-%s-*-*-%d-*-*-*-*-*-*-*" []\T1/ptm/m/n/10 for C JK lan-guages and [956] [957] [958] [959] [960] [961] [962] [963] [964]) (./graphics-pkg.tex Chapter 5. [965] [966] [967] [968] [969] [970] [971] [972] [973] [974] [975] Underfull \vbox (badness 3803) has occurred while \output is active [976] [977] [978] [979] [980] [981] Overfull \hbox (12.71341pt too wide) in paragraph at lines 1038--1038 [] \T1/zi4/m/n/9 main = "barplot(Freq ~ Class + Survived, *)", ylab = " # {passengers}", legend.text = TRUE)[] [982] [983] [984] [985] [986] [987] Underfull \hbox (badness 4634) in paragraph at lines 1411--1414 [][][]\T1/zi4/m/sl/10 boxplot.default[][][] []\T1/ptm/m/n/10 which al-ready wor ks nowa-days with data.frames; [][][]\T1/zi4/m/sl/10 boxplot.formula[][][][]\T1 /ptm/m/n/10 , [988] [989] [990] [991] [992] [993] [994] [995] [996] [997] [998] [999] [1000] [1001] [1002] [1003] [1004] Underfull \hbox (badness 1728) in paragraph at lines 2389--2391 []\T1/ptm/m/n/10 a string in-di-cat-ing the x-axis style; use []\T1/zi4/m/sl/10 "n" []\T1/ptm/m/n/10 to sup-press and see also [1005] Underfull \hbox (badness 1009) in paragraph at lines 2482--2489 \T1/ptm/m/n/10 be in as-cend-ing or-der. (The rest of this de-scrip-tion does n ot ap-ply to [1006] [1007] [1008] [1009] [1010] [1011] [1012] [1013] [1014] [1015] [1016] [1017] [1018] [1019] [1020] [1021] [1022] [1023] [1024] [1025] [1026] [1027] [1028] [1029] Underfull \vbox (badness 10000) has occurred while \output is active [1030] Underfull \vbox (badness 10000) has occurred while \output is active [1031] [1032] [1033] [1034] [1035] [1036] [1037] [1038] [1039] [1040] [1041] [1042] Underfull \hbox (badness 3229) in paragraph at lines 4755--4760 []\T1/ptm/m/n/10 a char-ac-ter string in-di-cat-ing if log-a-rith-mic axes are to be used, see [1043] [1044] [1045] [1046] [1047] Underfull \hbox (badness 1107) in paragraph at lines 5254--5260 []\T1/ptm/m/n/10 is []\T1/zi4/m/sl/10 par("cin")/par("pin") []\T1/ptm/m/n/10 sc aled to user co-or-di-nates. Note that []\T1/zi4/m/sl/10 c([][]strwidth[][][](c h), [1048] [1049] Underfull \hbox (badness 10000) in paragraph at lines 5383--5386 [1050 ] Underfull \hbox (badness 10000) in paragraph at lines 5444--5446 Underfull \vbox (badness 10000) has occurred while \output is active [1051] [1052 ] [1053] [1054] [1055] [1056] [1057] [1058] [1059] [1060] [1061] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.plot}) ha s been already used, duplicate ignored \relax l.6119 \aliasA{plot}{plot.default}{plot} [1062] [1063] [1064] [1065] [1066] [1067] [1068] [1069] [1070] [1071] [1072] [1073] [1074] [1075] [1076] Overfull \hbox (31.57222pt too wide) in paragraph at lines 7026--7027 [][] [1077 ] [1078] [1079] [1080] [1081] [1082] [1083] [1084] [1085] [1086] [1087] [1088] [1089] [1090] [1091] [1092] [1093] [1094] [1095] [1096] [1097] [1098] [1099] [1100] [1101] [1102] [1103] [1104] [1105] [1106] [1107] [1108] [1109] [1110] [1111] Underfull \hbox (badness 4954) in paragraph at lines 9140--9142 []\T1/ptm/m/n/10 Sub-title (at bot-tom) us-ing font, size and color []\T1/zi4/m /sl/10 par(c("font.sub", Underfull \hbox (badness 1019) in paragraph at lines 9142--9144 []\T1/ptm/m/n/10 X axis la-bel us-ing font, size and color []\T1/zi4/m/sl/10 pa r(c("font.lab", "cex.lab", [1112] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.units}) h as been already used, duplicate ignored \relax l.9222 \HeaderA{units}{Graphical Units}{units} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.units.1}) has been already used, duplicate ignored \relax l.9222 \HeaderA{units}{Graphical Units}{units} [1113] [1114] [1115] [1116]) (./grid-pkg.tex Chapter 6. [1117] [1118] [1119] [1120] [1121] [1122] [1123] [1124] [1125] Underfull \hbox (badness 2680) in paragraph at lines 551--554 []\T1/ptm/m/n/10 Note that []\T1/zi4/m/sl/10 preDrawDetails []\T1/ptm/m/n/10 an d []\T1/zi4/m/sl/10 postDrawDetails []\T1/ptm/m/n/10 are also called in the cal -cu-la-tion of [1126] [1127] [1128] [1129] [1130] [1131] [1132] [1133] [1134] [1135] [1136] Underfull \hbox (badness 4279) in paragraph at lines 1188--1197 [][][]\T1/ptm/m/n/10 Grid[][][], [][][]\T1/zi4/m/sl/10 pushViewport[][][][]\T1/ ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 popViewport[][][][]\T1/ptm/m/n/10 , [][][]\T 1/zi4/m/sl/10 downViewport[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 seekVi ewport[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 upViewport[][][][]\T1/ptm/ m/n/10 , [][][]\T1/zi4/m/sl/10 unit[][][][]\T1/ptm/m/n/10 , [1137] [1138] [1139] [1140] [1141] [1142] [1143] [1144] [1145] [1146] [1147] [1148] [1149] [1150] [1151] [1152] [1153] [1154] [1155] [1156] [1157] [1158] [1159] [1160] [1161] [1162] [1163] [1164] [1165] [1166] [1167] [1168] Underfull \hbox (badness 10000) in paragraph at lines 3103--3105 []\T1/ptm/m/n/10 A func-tion that re-turns an affine trans-for-ma-tion ma-trix; see [1169] [1170] [1171] [1172] [1173] [1174] [1175] [1176] [1177] [1178] [1179] [1180] [1181] [1182] [1183] [1184] Underfull \vbox (badness 10000) has occurred while \output is active [1185] [1186] [1187] [1188] [1189] [1190] [1191] [1192] [1193] [1194] [1195] [1196] [1197] [1198] Underfull \hbox (badness 1067) in paragraph at lines 4843--4846 []\T1/ptm/m/n/10 Both func-tions cre-ate a seg-ments grob (a graph-i-cal ob-jec t de-scrib-ing seg-ments), but only [1199] [1200] [1201] [1202] [1203] [1204] Underfull \hbox (badness 7256) in paragraph at lines 5194--5196 []\T1/ptm/m/n/10 A char-ac-ter or [][]ex-pres-sion[][][] vec-tor. Other ob-ject s are co-erced by [1205] [1206] [1207] [1208] [1209] [1210] [1211] Underfull \hbox (badness 2142) in paragraph at lines 5648--5652 []\T1/ptm/m/n/10 ob-jects. For []\T1/zi4/m/sl/10 gridGTreeCoords []\T1/ptm/m/n/ 10 a list of ei-ther []\T1/zi4/m/sl/10 "GridGrobCoords" []\T1/ptm/m/n/10 or [1212] [1213] Underfull \hbox (badness 4699) in paragraph at lines 5730--5735 []\T1/ptm/m/n/10 Either a []\T1/zi4/m/sl/10 "GridGrobCoords" []\T1/ptm/m/n/10 o b-ject (a list of lists with com-po-nents []\T1/zi4/m/sl/10 x []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 y[]\T1/ptm/m/n/10 ) or a [1214] [1215] [1216] [1217] [1218] [1219] [1220] [1221] [1222] [1223] [1224] [1225] [1226] [1227] [1228] [1229] [1230] [1231] [1232] [1233] [1234] [1235] [1236] [1237] [1238] [1239] [1240] [1241] [1242] [1243] [1244] [1245]) (./methods-pkg.tex [1246] Chapter 7. [1247] [1248] [1249] [1250] [1251] [1252] [1253] [1254] Underfull \vbox (badness 10000) has occurred while \output is active [1255] Underfull \vbox (badness 10000) has occurred while \output is active [1256] [1257] [1258] [1259] [1260] [1261] [1262] [1263] [1264] [1265] Underfull \hbox (badness 2237) in paragraph at lines 1383--1385 []\T1/ptm/m/n/10 The class []\T1/zi4/m/sl/10 "className" []\T1/ptm/m/n/10 ex-te nds []\T1/zi4/m/sl/10 "character" []\T1/ptm/m/n/10 and has a slot []\T1/zi4/m/s l/10 "package"[]\T1/ptm/m/n/10 , also of class [1266] [1267] [1268] [1269] [1270] [1271] [1272] [1273] [1274] Underfull \hbox (badness 10000) in paragraph at lines 1979--1984 []\T1/ptm/m/n/10 The ar-gu-ment to []\T1/zi4/m/sl/10 insertSource []\T1/ptm/m/n /10 can be an ob-ject of class Underfull \hbox (badness 1038) in paragraph at lines 1979--1984 \T1/ptm/m/n/10 file name is passed to []\T1/zi4/m/sl/10 insertSource []\T1/ptm/ m/n/10 it calls []\T1/zi4/m/sl/10 evalSource []\T1/ptm/m/n/10 to ob-tain the [1275] [1276] [1277] Underfull \hbox (badness 2213) in paragraph at lines 2211--2216 []\T1/ptm/m/n/10 To re-strict the search to classes in a par-tic-u-lar pack-age , use []\T1/zi4/m/sl/10 where = [1278] [1279] [1280] [1281] [1282] Underfull \hbox (badness 10000) in paragraph at lines 2572--2575 []\T1/ptm/m/n/10 As you might ex-pect [][][]\T1/zi4/m/sl/10 setGeneric[][][] [] \T1/ptm/m/n/10 and [][][]\T1/zi4/m/sl/10 setGroupGeneric[][][] []\T1/ptm/m/n/10 cre-ate ob-jects of class [1283] [1284] Underfull \hbox (badness 1132) in paragraph at lines 2712--2716 []\T1/ptm/m/n/10 In []\T1/zi4/m/sl/10 getGenerics[]\T1/ptm/m/n/10 , if []\T1/zi 4/m/sl/10 TRUE[]\T1/ptm/m/n/10 , the []\T1/zi4/m/sl/10 package []\T1/ptm/m/n/10 slot of the re-turned re-sult is in [1285] Underfull \hbox (badness 1033) in paragraph at lines 2748--2753 \T1/ptm/m/n/10 In ad-di-tion, []\T1/zi4/m/sl/10 removeGeneric []\T1/ptm/m/n/10 re-moves the func-tion it-self; []\T1/zi4/m/sl/10 removeMethods []\T1/ptm/m/n/1 0 re-stores the [1286] [1287] [1288] [1289] [1290] [1291] [1292] Underfull \hbox (badness 1102) in paragraph at lines 3305--3307 []\T1/zi4/m/sl/10 getPackageName []\T1/ptm/m/n/10 re-turns the character-string name of the pack-age (with-out the ex-tra-ne-ous [1293] [1294] [1295] [1296] [1297] Underfull \hbox (badness 10000) in paragraph at lines 3642--3651 []\T1/ptm/m/n/10 The [1298] [1299] Underfull \hbox (badness 10000) in paragraph at lines 3762--3763 [] \T1/zi4/m/sl/10 Pos <- setClass("Pos", slots = c(latitude = "numeric", longi tude = "numeric", [1300] Underfull \hbox (badness 10000) in paragraph at lines 3846--3847 []\T1/zi4/m/sl/10 Currency <- setClass("Currency", slots = c(unit = "character" ), contains = [1301] [1302] [1303] [1304] [1305] [1306] [1307] [1308] [1309] [1310] Underfull \hbox (badness 1769) in paragraph at lines 4477--4483 []\T1/ptm/m/n/10 class [][][]\T1/zi4/m/sl/10 MethodsList[][][] []\T1/ptm/m/n/10 for the ob-jects defin-ing sets of meth-ods as-so-ci-ated with a par-tic-u-lar Underfull \hbox (badness 1939) in paragraph at lines 4477--4483 []\T1/zi4/m/sl/10 MethodDefinition[]\T1/ptm/m/n/10 , or an ex-ten-sion. Class [ ][][]\T1/zi4/m/sl/10 MethodWithNext[][][] []\T1/ptm/m/n/10 for an ex-ten-sion u sed by [1311] [1312] [1313] [1314] [1315] [1316] [1317] [1318] [1319] Underfull \vbox (badness 10000) has occurred while \output is active [1320] [1321] [1322] Underfull \hbox (badness 4036) in paragraph at lines 5379--5382 []\T1/ptm/m/n/10 Object of class []\T1/zi4/m/sl/10 "PossibleMethod" []\T1/ptm/m /n/10 the method to use in re-sponse to a [1323] [1324] Underfull \hbox (badness 3803) in paragraph at lines 5452--5454 []\T1/ptm/m/n/10 arguments to spec-ify prop-er-ties of the new ob-ject, to be p assed to [1325] [1326] [1327] Underfull \hbox (badness 1087) in paragraph at lines 5683--5688 []\T1/ptm/m/n/10 In ad-di-tion, the cur-rently avail-able gener-ics with meth-o ds for this class are found (us-ing [1328] [1329] [1330] [1331] [1332] [1333] [1334] [1335] [1336] Underfull \hbox (badness 1675) in paragraph at lines 6390--6396 []\T1/ptm/m/n/10 can be con-verted ex-plic-itly as []\T1/zi4/m/sl/10 externalRe fMethod(f)[]\T1/ptm/m/n/10 , which re-turns an ob-ject of class [1337] [1338] [1339] [1340] Underfull \vbox (badness 10000) has occurred while \output is active [1341] [1342] [1343] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.S4}) has been already used, duplicate ignored \relax l.6911 \aliasA{S4}{S3Part}{S4} [1344] [1345] [1346] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Complex}) has been already used, duplicate ignored \relax l.7167 \aliasA{Complex}{S4groupGeneric}{Complex} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Logic}) h as been already used, duplicate ignored \relax l.7169 \aliasA{Logic}{S4groupGeneric}{Logic} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Math}) ha s been already used, duplicate ignored \relax l.7170 \aliasA{Math}{S4groupGeneric}{Math} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.matrixOps }) has been already used, duplicate ignored \relax l.7172 ...sA{matrixOps}{S4groupGeneric}{matrixOps} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Ops}) has been already used, duplicate ignored \relax l.7173 \aliasA{Ops}{S4groupGeneric}{Ops} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Summary}) has been already used, duplicate ignored \relax l.7174 \aliasA{Summary}{S4groupGeneric}{Summary} [1347] Underfull \hbox (badness 2050) in paragraph at lines 7236--7240 []\T1/ptm/m/n/10 The mem-bers of the group de-fined by a par-tic-u-lar generic can be ob-tained by call-ing [1348] [1349] [1350] Underfull \hbox (badness 1286) in paragraph at lines 7424--7426 []\T1/ptm/m/n/10 for []\T1/zi4/m/sl/10 .selectSuperClasses() []\T1/ptm/m/n/10 o nly, a [][][]\T1/zi4/m/sl/10 list[][][] []\T1/ptm/m/n/10 of class ex-ten-sions, typ-i-cally [1351] [1352] [1353] [1354] [1355] [1356] [1357] [1358] [1359] [1360] [1361] [1362] [1363] [1364] [1365] [1366] [1367] [1368] [1369] [1370] [1371] [1372] [1373] [1374] [1375] [1376] [1377] [1378] Underfull \vbox (badness 10000) has occurred while \output is active [1379] [1380] [1381] [1382] [1383] [1384] [1385] [1386] [1387] [1388] [1389] [1390] [1391] [1392] Underfull \hbox (badness 1158) in paragraph at lines 10440--10443 []\T1/ptm/m/n/10 Chambers, John M. (2009) \T1/ptm/m/it/10 Class In-her-i-tance in R [][]$\T1/zi4/m/sl/10 https : / / johnmchambers . su . domains / [1393] Underfull \hbox (badness 1852) in paragraph at lines 10518--10522 []\T1/ptm/m/n/10 Each of the classes ex-tends the cor-re-spond-ing un-traced cl ass, from the data part; e.g., [1394] [1395] [1396] [1397]) (./parallel-pkg.tex [1398] Chapter 8. Underfull \hbox (badness 5490) in paragraph at lines 14--16 []\T1/ptm/m/n/10 There is sup-port for mul-ti-ple RNG streams with the `[]\T1/z i4/m/sl/10 "L\TS1/zi4/m/n/10 '\T1/zi4/m/sl/10 Ecuyer-CMRG"[]\T1/ptm/m/n/10 ' [] []RNG[][][]: see [1399] [1400] [1401] [1402] [1403] Underfull \hbox (badness 1320) in paragraph at lines 300--303 []\T1/ptm/m/n/10 It has meth-ods to do so for Linux, ma-cOS, FreeBSD, OpenBSD, So-laris and Win-dows. [1404] [1405] [1406] [1407] [1408] [1409] [1410] [1411] [1412] [1413] [1414] [1415] [1416] [1417] [1418] [1419] [1420] Underfull \hbox (badness 3386) in paragraph at lines 1416--1419 []\T1/ptm/m/n/10 An in-te-ger vec-tor of length 7 as given by []\T1/zi4/m/sl/10 .Random.seed []\T1/ptm/m/n/10 when the [1421] [1422] [1423]) (./splines-pkg.tex [1424] Chapter 9. Underfull \hbox (badness 10000) in paragraph at lines 22--24 []\T1/ptm/m/n/10 Douglas M. Bates \T1/zi4/m/sl/10 \T1/ptm /m/n/10 and William N. Ven-ables [1425] [1426] [1427] [1428] [1429] [1430] [1431] [1432] [1433] [1434] [1435] [1436] [1437] [1438] [1439] [1440]) (./stats-pkg.tex Chapter 10. [1441] [1442] [1443] [1444] [1445] [1446] [1447] [1448] [1449] [1450] [1451] [1452] [1453] [1454] Underfull \hbox (badness 1412) in paragraph at lines 901--903 []\T1/ptm/m/n/10 A fit-ted model ob-ject, for ex-am-ple from []\T1/zi4/m/sl/10 lm []\T1/ptm/m/n/10 or []\T1/zi4/m/sl/10 aov[]\T1/ptm/m/n/10 , or a for-mula fo r [1455] [1456] [1457] [1458] [1459] [1460] [1461] [1462] Underfull \hbox (badness 2503) in paragraph at lines 1389--1392 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1463] [1464] [1465] [1466] [1467] [1468] [1469] [1470] [1471] [1472] [1473] [1474] [1475] [1476] [1477] [1478] [1479] [1480] [1481] [1482] [1483] [1484] [1485] [1486] [1487] [1488] [1489] [1490] [1491] [1492] [1493] [1494] [1495] [1496] Underfull \hbox (badness 2503) in paragraph at lines 3571--3574 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1497] [1498] Package amsmath Warning: Foreign command \atopwithdelims; (amsmath) \frac or \genfrac should be used instead (amsmath) on input line 3684. [1499] [1500] [1501] [1502] [1503] [1504] [1505] [1506] [1507] [1508] [1509] [1510] [1511] [1512] [1513] [1514] [1515] [1516] Underfull \hbox (badness 3989) in paragraph at lines 4830--4837 []\T1/ptm/m/n/10 a nu-meric vec-tor of length 2, equal to say $\OT1/cmr/m/n/10 (\OML/cmm/m/it/10 g[]; g[]\OT1/cmr/m/n/10 )$\T1/ptm/m/n/10 , where $\OML/cmm/m/ it/10 g[] \OT1/cmr/m/n/10 = [1517] [1518] [1519] [1520] [1521] [1522] [1523] [1524] [1525] [1526] Underfull \hbox (badness 2556) in paragraph at lines 5484--5487 []\T1/ptm/m/n/10 character; par-tially matched to []\T1/zi4/m/sl/10 "circular"[ ]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "open"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "filter"[]\T1/ptm/m/n/10 . For [1527] [1528] [1529] [1530] [1531] [1532] [1533] Underfull \hbox (badness 2503) in paragraph at lines 5896--5900 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1534] [1535] [1536] [1537] [1538] [1539] [1540] [1541] [1542] [1543] [1544] [1545] [1546] Underfull \hbox (badness 7081) in paragraph at lines 6695--6698 []\T1/ptm/m/n/10 Objects of class []\T1/zi4/m/sl/10 "hclust" []\T1/ptm/m/n/10 c an be con-verted to class []\T1/zi4/m/sl/10 "dendrogram" []\T1/ptm/m/n/10 us-in g method Underfull \hbox (badness 10000) in paragraph at lines 6699--6701 []\T1/zi4/m/sl/10 rev.dendrogram []\T1/ptm/m/n/10 sim-ply re-turns the den-dro- gram []\T1/zi4/m/sl/10 x []\T1/ptm/m/n/10 with re-versed nodes, see also [1547] [1548] [1549] [1550] [1551] [1552] Underfull \vbox (badness 10000) has occurred while \output is active [1553] [1554] [1555] Underfull \vbox (badness 10000) has occurred while \output is active [1556] [1557] [1558] [1559] [1560] Underfull \hbox (badness 10000) in paragraph at lines 7595--7598 []\T1/ptm/m/n/10 optionally, the dis-tance method used; re-sult-ing from []\T1/ zi4/m/sl/10 dist()[]\T1/ptm/m/n/10 , the [1561] [1562] [1563] [1564] [1565] [1566] Underfull \vbox (badness 3803) has occurred while \output is active [1567] [1568] [1569] [1570] [1571] [1572] [1573] [1574] [1575] Underfull \hbox (badness 1960) in paragraph at lines 8472--8475 []\T1/ptm/m/n/10 the [][][]\T1/zi4/m/sl/10 na.action[][][] []\T1/ptm/m/n/10 to be used if []\T1/zi4/m/sl/10 x []\T1/ptm/m/n/10 is used as a for-mula, in which case [1576] [1577] [1578] [1579] [1580] [1581] [1582] Underfull \vbox (badness 3803) has occurred while \output is active [1583] [1584] [1585] [1586] [1587] [1588] Underfull \hbox (badness 2626) in paragraph at lines 9295--9298 []\T1/ptm/m/n/10 Either []\T1/zi4/m/sl/10 "convolution" []\T1/ptm/m/n/10 or []\ T1/zi4/m/sl/10 "recursive" []\T1/ptm/m/n/10 (and can be ab-bre-vi-ated). If [1589] Underfull \hbox (badness 2503) in paragraph at lines 9402--9406 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1590] [1591] [1592] [1593] [1594] [1595] [1596] [1597] [1598] [1599] [1600] [1601] [1602] [1603] [1604] [1605] [1606] [1607] [1608] [1609] [1610] Underfull \hbox (badness 4518) in paragraph at lines 10750--10755 []\T1/ptm/m/n/10 an op-tional data frame, list or en-vi-ron-ment (or ob-ject co -ercible by [1611] [1612] [1613] [1614] [1615] Underfull \hbox (badness 2142) in paragraph at lines 11118--11121 []\T1/ptm/m/n/10 positive con-ver-gence tol-er-ance $\OML/cmm/m/it/10 ^^O$\T1/p tm/m/n/10 ; the it-er-a-tions con-verge when $\OMS/cmsy/m/n/10 j\OML/cmm/m/it/1 0 dev \OMS/cmsy/m/n/10 ^^@ Underfull \hbox (badness 1253) in paragraph at lines 11137--11140 []\T1/ptm/m/n/10 When []\T1/zi4/m/sl/10 trace []\T1/ptm/m/n/10 is true, calls t o [][][]\T1/zi4/m/sl/10 cat[][][] []\T1/ptm/m/n/10 pro-duce the out-put for eac h IWLS it-er-a-tion. Hence, [1616] Underfull \hbox (badness 1708) in paragraph at lines 11199--11203 []\T1/ptm/m/n/10 the type of resid-u-als which should be re-turned. The al-ter- na-tives are: [1617] [1618] [1619] [1620] [1621] [1622] Underfull \hbox (badness 1694) in paragraph at lines 11597--11600 []\T1/ptm/m/n/10 character vec-tors with row and col-umn la-bels to use; these de-fault to [1623] [1624] [1625] [1626] [1627] [1628] [1629] [1630] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.hat}) has been already used, duplicate ignored \relax l.12095 \aliasA{hat}{influence.measures}{hat} [1631] [1632] Underfull \hbox (badness 1484) in paragraph at lines 12240--12242 []\T1/ptm/m/n/10 The func-tion []\T1/zi4/m/sl/10 hat() []\T1/ptm/m/n/10 ex-ists mainly for S (ver-sion 2) com-pat-i-bil-ity; we rec-om-mend us-ing [1633] [1634] [1635] [1636] [1637] [1638] [1639] [1640] [1641] [1642] Underfull \hbox (badness 10000) in paragraph at lines 12827--12829 []\T1/ptm/m/n/10 tolerance even-tu-ally passed to [][][]\T1/zi4/m/sl/10 solve.d efault[][][] []\T1/ptm/m/n/10 when []\T1/zi4/m/sl/10 SSinit = [1643] [1644] [1645] [1646] [1647] [1648] Underfull \hbox (badness 2894) in paragraph at lines 13169--13173 []\T1/ptm/m/n/10 logical or in-te-ger num-ber, cur-rently only used in the de-f ault method [1649] [1650] [1651] [1652] [1653] [1654] Underfull \hbox (badness 1496) in paragraph at lines 13597--13603 []\T1/ptm/m/n/10 Gunar Schröer and Di-et-rich Tren-kler (1995). Ex-act and Ran- dom-iza-tion Dis-tri-bu-tions of [1655] [1656] [1657] [1658] [1659] [1660] [1661] Underfull \hbox (badness 4518) in paragraph at lines 14000--14005 []\T1/ptm/m/n/10 an op-tional data frame, list or en-vi-ron-ment (or ob-ject co -ercible by [1662] [1663] [1664] [1665] [1666] [1667] [1668] [1669] [1670] Underfull \hbox (badness 1596) in paragraph at lines 14634--14637 \T1/ptm/m/n/10 to []\T1/zi4/m/sl/10 print(, ...)[]\T1/ptm/m/n/10 , he nce, e.g., []\T1/zi4/m/sl/10 cutoff = []\T1/ptm/m/n/10 ; ig-nored for [1671] Underfull \hbox (badness 4518) in paragraph at lines 14692--14697 []\T1/ptm/m/n/10 an op-tional data frame, list or en-vi-ron-ment (or ob-ject co -ercible by [1672] [1673] [1674] Underfull \hbox (badness 6412) in paragraph at lines 14832--14836 []\T1/ptm/m/n/10 Only for the (de-fault) case []\T1/zi4/m/sl/10 (surface = "int erpolate", statistics = Underfull \hbox (badness 1199) in paragraph at lines 14839--14841 []\T1/ptm/m/n/10 the num-ber of it-er-a-tions used in ro-bust fit-ting, i.e. on ly if []\T1/zi4/m/sl/10 family []\T1/ptm/m/n/10 is [1675] [1676] [1677] [1678] [1679] [1680] [1681] [1682] [1683] [1684] [1685] [1686] [1687] [1688] [1689] [1690] [1691] [1692] Underfull \hbox (badness 2503) in paragraph at lines 15916--15920 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1693] [1694] [1695] [1696] [1697] [1698] [1699] [1700] Underfull \hbox (badness 10000) in paragraph at lines 16429--16435 []\T1/zi4/m/sl/10 model.extract(m, "offset") []\T1/ptm/m/n/10 and []\T1/zi4/m/s l/10 model.extract(m, "response") []\T1/ptm/m/n/10 are equiv-a-lent to Underfull \hbox (badness 1867) in paragraph at lines 16429--16435 []\T1/zi4/m/sl/10 model.offset(m) []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 model. response(m) []\T1/ptm/m/n/10 re-spec-tively. []\T1/zi4/m/sl/10 model.offset []\ T1/ptm/m/n/10 sums any terms [1701] [1702] [1703] [1704] [1705] [1706] [1707] [1708] [1709] [1710] [1711] [1712] [1713] [1714] [1715] [1716] [1717] [1718] [1719] [1720] [1721] [1722] [1723] [1724] [1725] [1726] [1727] Underfull \hbox (badness 1158) in paragraph at lines 18091--18094 []\T1/ptm/m/n/10 the ex-pres-sion that was passed to []\T1/zi4/m/sl/10 nls []\T 1/ptm/m/n/10 as the data ar-gu-ment. The ac- [1728] [1729] Underfull \vbox (badness 10000) has occurred while \output is active [1730] Underfull \vbox (badness 10000) has occurred while \output is active [1731] [1732] [1733] [1734] [1735] [1736] [1737] [1738] [1739] [1740] [1741] [1742] [1743] [1744] Underfull \hbox (badness 1377) in paragraph at lines 19136--19141 []\T1/ptm/m/n/10 A vec-tor of scal-ing val-ues for the pa-ram-e-ters. Op-ti-miz a-tion is per-formed on Underfull \hbox (badness 1735) in paragraph at lines 19141--19144 []\T1/ptm/m/n/10 A vec-tor of step sizes for the finite-difference ap-prox-i-ma -tion to the gra-di-ent, on Underfull \hbox (badness 2343) in paragraph at lines 19154--19158 []\T1/ptm/m/n/10 Relative con-ver-gence tol-er-ance. The al-go-rithm stops if i t is un-able to re-duce Underfull \hbox (badness 3471) in paragraph at lines 19154--19158 \T1/ptm/m/n/10 the value by a fac-tor of []\T1/zi4/m/sl/10 reltol * (abs(val) + reltol) []\T1/ptm/m/n/10 at a step. De-faults to Underfull \hbox (badness 2662) in paragraph at lines 19162--19166 []\T1/ptm/m/n/10 The fre-quency of re-ports for the []\T1/zi4/m/sl/10 "BFGS"[]\ T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "L-BFGS-B" []\T1/ptm/m/n/10 and []\T1/zi4/m/s l/10 "SANN" []\T1/ptm/m/n/10 meth-ods if [1745] [1746] [1747] Underfull \vbox (badness 10000) has occurred while \output is active [1748] Overfull \hbox (15.73795pt too wide) in paragraph at lines 19387--19387 []\T1/zi4/m/n/9 ## 1-D minimization: "Brent" or optimize() being preferred.. b ut NM may be ok and "unavoidable",[] Overfull \hbox (3.75941pt too wide) in paragraph at lines 19390--19390 []\T1/zi4/m/n/9 system.time(ro <- optim(1, function(x) (x-pi)^2, control=list( warn.1d.NelderMead = FALSE)))[] [1749] [1750] [1751] [1752] [1753] [1754] [1755] Underfull \hbox (badness 1337) in paragraph at lines 19852--19855 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1756] [1757] [1758] [1759] [1760] [1761] [1762] [1763] [1764] Underfull \hbox (badness 10000) in paragraph at lines 20321--20327 \T1/zi4/m/sl/10 legend = "Cook\TS1/zi4/m/n/10 '\T1/zi4/m/sl/10 s distance", lty = cook.lty, col = cook.col, text.col [1765] [1766] [1767] [1768] [1769] [1770] [1771] Underfull \hbox (badness 1194) in paragraph at lines 20748--20751 []\T1/ptm/m/n/10 coverage prob-a-bil-ity for con-fi-dence in-ter-val. Plot-ting of the con-fi-dence [1772] [1773] [1774] [1775] [1776] [1777] Underfull \hbox (badness 2503) in paragraph at lines 21126--21129 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , Underfull \hbox (badness 3919) in paragraph at lines 21153--21155 []\T1/ptm/m/n/10 the char-ac-ter string []\T1/zi4/m/sl/10 "Exact Poisson test" []\T1/ptm/m/n/10 or []\T1/zi4/m/sl/10 "Comparison of Poisson [1778] [1779] [1780] [1781] [1782] [1783] [1784] [1785] [1786] [1787] [1788] [1789] [1790] [1791] [1792] [1793] [1794] [1795] Underfull \hbox (badness 10000) in paragraph at lines 22236--22242 []\T1/ptm/m/n/10 For time-series pre-dic-tion, [][][]\T1/zi4/m/sl/10 predict.ar [][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 predict.Arima[][][][]\T1/ptm/m/n /10 , [][][]\T1/zi4/m/sl/10 predict.arima0[][][][]\T1/ptm/m/n/10 , [1796] [1797] [1798] [1799] [1800] [1801] [1802] [1803] [1804] [1805] [1806] [1807] [1808] [1809] [1810] [1811] [1812] [1813] [1814] [1815] [1816] [1817] [1818] [1819] [1820] Underfull \hbox (badness 1337) in paragraph at lines 23712--23718 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1821] [1822] [1823] [1824] [1825] [1826] [1827] [1828] Underfull \hbox (badness 1436) in paragraph at lines 24204--24207 \T1/ptm/m/n/10 per-cent-ages. In \T1/phv/m/n/10 R \T1/ptm/m/n/10 ver-sions up t o 4.0.x, this had been set to []\T1/zi4/m/sl/10 max(2, Underfull \hbox (badness 1009) in paragraph at lines 24207--24210 []\T1/ptm/m/n/10 small non-negative num-ber to pro-tect against round-ing er-ro rs when []\T1/zi4/m/sl/10 j <- [1829] [1830] Underfull \hbox (badness 10000) in paragraph at lines 24359--24360 []\T1/ptm/m/n/10 Wikipedia: [][]$\T1/zi4/m/sl/10 https : / / en . wikipedia . o rg / wiki / Quantile # Estimating _ quantiles _ from _ a _ [1831] [1832] [1833] [1834] [1835] [1836] [1837] [1838] [1839] [1840] [1841] [1842] [1843] [1844] [1845] [1846] Underfull \hbox (badness 1824) in paragraph at lines 25331--25337 []\T1/ptm/m/n/10 Here, all the NAs in []\T1/zi4/m/sl/10 x []\T1/ptm/m/n/10 are first re-placed by al-ter- Underfull \hbox (badness 1033) in paragraph at lines 25331--25337 \T1/ptm/m/n/10 nat-ing $\OMS/cmsy/m/n/10 ^^F\OML/cmm/m/it/10 B$ \T1/ptm/m/n/10 where $\OML/cmm/m/it/10 B$ \T1/ptm/m/n/10 is a ``Big'' num-ber (with $\OT1/cmr/ m/n/10 2\OML/cmm/m/it/10 B < M\OMS/cmsy/m/n/10 ^^C$\T1/ptm/m/n/10 , where Underfull \hbox (badness 10000) in paragraph at lines 25352--25355 []\T1/ptm/m/n/10 Apart from the end val-ues, the re-sult []\T1/zi4/m/sl/10 y = runmed(x, k) []\T1/ptm/m/n/10 sim-ply has []\T1/zi4/m/sl/10 y[j] = [1847] [1848] [1849] [1850] [1851] [1852] [1853] [1854] Underfull \vbox (badness 10000) has occurred while \output is active [1855] [1856] Underfull \hbox (badness 2165) in paragraph at lines 25927--25932 []\T1/ptm/m/n/10 Each of the fol-low-ing are []\T1/zi4/m/sl/10 "selfStart" []\T 1/ptm/m/n/10 mod-els (with ex-am-ples) [][][]\T1/zi4/m/sl/10 SSasymp[][][][]\T1 /ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 SSasympOff[][][][]\T1/ptm/m/n/10 , [1857] [1858] [1859] Underfull \hbox (badness 1867) in paragraph at lines 26137--26139 []\T1/ptm/m/n/10 potentially fur-ther ar-gu-ments passed to and from meth-ods. Passed to Underfull \hbox (badness 10000) in paragraph at lines 26153--26157 []\T1/ptm/m/n/10 where []\T1/zi4/m/sl/10 NN <- [][]nobs[][][](object, use.fallb ack = use.fallback) []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 PP <- [1860] [1861] [1862] [1863] [1864] [1865] [1866] [1867] [1868] [1869] [1870] [1871] [1872] [1873] [1874] [1875] [1876] [1877] [1878] [1879] [1880] [1881] [1882] [1883] [1884] [1885] Underfull \vbox (badness 10000) has occurred while \output is active [1886] Underfull \hbox (badness 3514) in paragraph at lines 27805--27810 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1887] [1888] [1889] [1890] Overfull \hbox (2.23795pt too wide) in paragraph at lines 28039--28039 [] \T1/zi4/m/n/9 quote({f(t[0.5]) == frac(phi[1],2)}~{} %=>% {}~~{t[0.5] == frac(log(2), e^{phi[2]})}),[] [1891] Underfull \hbox (badness 3514) in paragraph at lines 28075--28081 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1892] Overfull \hbox (14.22568pt too wide) in paragraph at lines 28135--28135 [] \T1/zi4/m/n/9 control = list(scaleOffset=1, printEval=TRUE, tol= 1e-11, nDcentral=TRUE), trace=TRUE)[] [1893] [1894] [1895] Underfull \hbox (badness 3514) in paragraph at lines 28308--28313 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1896] [1897] Underfull \hbox (badness 3514) in paragraph at lines 28395--28400 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1898] Underfull \hbox (badness 3514) in paragraph at lines 28460--28465 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1899] [1900] Underfull \hbox (badness 3514) in paragraph at lines 28554--28559 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1901] Underfull \hbox (badness 6691) in paragraph at lines 28646--28651 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 x[] \T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1902] [1903] [1904] [1905] [1906] [1907] [1908] [1909] Underfull \hbox (badness 4024) in paragraph at lines 29133--29136 []\T1/ptm/m/n/10 the span (in lags) of the loess win-dow for trend ex-trac-tion , which [1910] [1911] [1912] [1913] [1914] [1915] [1916] [1917] [1918] [1919] Underfull \hbox (badness 5431) in paragraph at lines 29743--29745 []\T1/ptm/m/n/10 the cor-re-la-tion ma-trix cor-re-spond-ing to the above []\T1 /zi4/m/sl/10 cov.unscaled[]\T1/ptm/m/n/10 , if [1920] [1921] [1922] [1923] Underfull \hbox (badness 5431) in paragraph at lines 29953--29956 []\T1/ptm/m/n/10 the cor-re-la-tion ma-trix cor-re-spond-ing to the above []\T1 /zi4/m/sl/10 cov.unscaled[]\T1/ptm/m/n/10 , if [1924] [1925] [1926] [1927] [1928] Underfull \hbox (badness 1337) in paragraph at lines 30268--30272 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1929] [1930] [1931] Underfull \hbox (badness 1127) in paragraph at lines 30410--30413 []\T1/ptm/m/n/10 non-centrality pa-ram-e-ter $\OML/cmm/m/it/10 ^^N$\T1/ptm/m/n/ 10 ; cur-rently ex-cept for []\T1/zi4/m/sl/10 rt()[]\T1/ptm/m/n/10 , ac-cu-rate only for [1932] [1933] [1934] Underfull \hbox (badness 1616) in paragraph at lines 30616--30619 []\T1/ptm/m/n/10 color, plot-ting char-ac-ter ex-pan-sion and type for par-tial resid-u-als, when [1935] [1936] [1937] [1938] [1939] [1940] [1941] [1942] [1943] [1944] [1945] [1946] [1947] [1948] [1949] [1950] [1951] [1952] [1953] [1954] Underfull \hbox (badness 3557) in paragraph at lines 31848--31852 []\T1/ptm/m/n/10 Setting []\T1/zi4/m/sl/10 extendInt []\T1/ptm/m/n/10 to a non- []\T1/zi4/m/sl/10 "no" []\T1/ptm/m/n/10 string, means search-ing for the cor-re ct []\T1/zi4/m/sl/10 interval = [1955] [1956] [1957] Underfull \vbox (badness 10000) has occurred while \output is active [1958] [1959] [1960] Underfull \hbox (badness 1337) in paragraph at lines 32215--32219 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1961] [1962] [1963] [1964] [1965] [1966] [1967] [1968] [1969] Underfull \hbox (badness 1337) in paragraph at lines 32743--32747 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1970] [1971] [1972] Overfull \hbox (0.71648pt too wide) in paragraph at lines 32951--32951 []\T1/zi4/m/n/9 wilcox.test( 4:2, 3:1, paired=TRUE) # Warning: canno t compute exact p-value with ties[] [1973] [1974] [1975] Overfull \hbox (19.71954pt too wide) in paragraph at lines 33112--33112 [] \T1/zi4/m/sl/10 frequency = NULL, deltat = NULL, extend = FALSE, ts.ep s = getOption("ts.eps"), ...)[] [1976] [1977] [1978] [1979] [1980]) (./stats4-pkg.tex Chapter 11. [1981] [1982] [1983] Underfull \vbox (badness 10000) has occurred while \output is active [1984] Underfull \vbox (badness 10000) has occurred while \output is active [1985] [1986] [1987] [1988] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.show.Rdas h.methods}) has been already used, duplicate ignored \relax l.503 ...Package \pkg{stats4}}{show.Rdash.methods} [1989] [1990] [1991]) (./tcltk-pkg.tex [1992] Chapter 12. [1993] [1994] [1995] [1996] [1997] [1998] [1999] Underfull \vbox (badness 10000) has occurred while \output is active [2000] Underfull \vbox (badness 10000) has occurred while \output is active [2001] Underfull \hbox (badness 1546) in paragraph at lines 683--690 []\T1/zi4/m/sl/10 tcl []\T1/ptm/m/n/10 pro-vides a generic in-ter-face to call- ing any Tk or Tcl com-mand by sim-ply run-ning [2002] [2003] [2004] [2005] [2006] Underfull \vbox (badness 10000) has occurred while \output is active [2007] [2008] [2009] [2010] [2011] [2012] [2013] [2014]) (./tools-pkg.tex Chapter 13. [2015] LaTeX Font Warning: Font shape `T1/zi4/m/it' undefined (Font) using `T1/zi4/m/n' instead on input line 72. [2016] Underfull \hbox (badness 3039) in paragraph at lines 167--170 []\T1/zi4/m/sl/10 assertWarning() []\T1/ptm/m/n/10 as-serts that a warn-ing wil l be sig-nalled, but \T1/ptm/m/it/10 not \T1/ptm/m/n/10 an er-ror, whereas [2017] [2018] [2019] Underfull \hbox (badness 1308) in paragraph at lines 326--339 []\T1/ptm/m/n/10 At a min-i-mum, the en-vi-ron-ment should con-tain rou-tines t o ren-der each of the 12 types Underfull \hbox (badness 4967) in paragraph at lines 326--339 \T1/ptm/m/n/10 of bib-li-o-graphic en-try sup-ported by [][][]\T1/zi4/m/sl/10 b ibentry[][][] []\T1/ptm/m/n/10 as well as sev-eral other rou-tines de- Underfull \hbox (badness 10000) in paragraph at lines 326--339 []\T1/zi4/m/sl/10 formatIncollection[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 format InProceedings[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 formatManual[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 formatMastersthesis[]\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 326--339 []\T1/zi4/m/sl/10 formatMisc[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 formatPhdthesi s[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 formatProceedings[]\T1/ptm/m/n/10 , []\T1 /zi4/m/sl/10 formatTechreport []\T1/ptm/m/n/10 and [2020] [2021] Underfull \hbox (badness 3039) in paragraph at lines 430--432 []\T1/zi4/m/sl/10 NULL []\T1/ptm/m/n/10 or char-ac-ter; name of vi-gnette en-gi ne to use. Over-rides any [2022] Underfull \hbox (badness 1142) in paragraph at lines 502--506 \T1/ptm/m/n/10 If given, vi-gnette source files are by de-fault looked for in s ub-di-rec-tory [2023] [2024] [2025] [2026] [2027] [2028] [2029] [2030] [2031] [2032] [2033] [2034] [2035] Underfull \hbox (badness 1014) in paragraph at lines 1258--1260 []\T1/ptm/m/n/10 a log-i-cal in-di-cat-ing whether to also sum-ma-rize the re-v erse de-pen-den-cies Underfull \hbox (badness 7238) in paragraph at lines 1264--1266 []\T1/ptm/m/n/10 a char-ac-ter string giv-ing the path to the di-rec-tory of a pre-vi-ous [2036] Underfull \hbox (badness 10000) in paragraph at lines 1301--1304 []\T1/ptm/m/n/10 Results and tim-ings can con-ve-niently be sum-ma-rized us-ing Overfull \hbox (15.52087pt too wide) in paragraph at lines 1301--1304 []\T1/zi4/m/sl/10 summarize_check_packages_in_dir_results []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 summarize_check_packages_in_dir_timings[]\T1/ptm/m/n/10 , [2037] [2038] [2039] [2040] [2041] [2042] Underfull \hbox (badness 10000) in paragraph at lines 1696--1707 []\T1/ptm/m/n/10 Functions []\T1/zi4/m/sl/10 CRAN_package_db()[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 CRAN_check_results()[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 CR AN_check_details() []\T1/ptm/m/n/10 and [2043] [2044] Underfull \hbox (badness 4096) in paragraph at lines 1847--1855 \T1/zi4/m/sl/10 "Imports", "LinkingTo", "Suggests", "Enhances")[]\T1/ptm/m/n/10 . Char-ac-ter string [2045] Underfull \hbox (badness 1082) in paragraph at lines 1857--1859 []\T1/ptm/m/n/10 a char-ac-ter vec-tor of \T1/phv/m/n/10 R \T1/ptm/m/n/10 li-br ary trees, or []\T1/zi4/m/sl/10 NULL []\T1/ptm/m/n/10 for all known trees (see [2046] [2047] [2048] [2049] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.GSC}) has been already used, duplicate ignored \relax l.2102 \aliasA{GSC}{find\_gs\_cmd}{GSC} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.R.Rul.GSC MD}) has been already used, duplicate ignored \relax l.2103 ...sA{R\_GSCMD}{find\_gs\_cmd}{R.Rul.GSCMD} [2050] [2051] [2052] [2053] [2054] [2055] [2056] [2057] Underfull \hbox (badness 3386) in paragraph at lines 2644--2647 []\T1/ptm/m/n/10 The de-fault method of []\T1/zi4/m/sl/10 as.Rconcordance []\T1 /ptm/m/n/10 searches for strings match-ing the pat-tern of [2058] [2059] [2060] Underfull \hbox (badness 4096) in paragraph at lines 2791--2799 \T1/zi4/m/sl/10 "Imports", "LinkingTo", "Suggests", "Enhances")[]\T1/ptm/m/n/10 . Char-ac-ter string [2061] [2062] [2063] [2064] [2065] [2066] [2067] [2068] [2069] [2070] [2071] [2072] [2073] [2074] [2075] [2076] Underfull \hbox (badness 1424) in paragraph at lines 3815--3817 []\T1/zi4/m/sl/10 NULL []\T1/ptm/m/n/10 or a named (by top-ics) char-ac-ter vec -tor of links, as re-turned by [2077] [2078] [2079] [2080] [2081] [2082] [2083] [2084] [2085] [2086] [2087] [2088] Underfull \hbox (badness 10000) in paragraph at lines 4591--4593 []\T1/ptm/m/n/10 additional ar-gu-ments use when prepar-ing the files to be run , [2089] [2090] [2091] [2092] [2093] [2094] Overfull \hbox (6.71034pt too wide) in paragraph at lines 4921--4921 []\T1/zi4/m/n/9 toTitleCase("a small fox is jumping") # "a Small Fox is .." (the \TS1/zi4/m/n/9 '\T1/zi4/m/n/9 a\TS1/zi4/m/n/9 ' \T1/zi4/m/n/9 may cha nge)% i.e. BUG[] [2095] [2096] [2097] Underfull \hbox (badness 1796) in paragraph at lines 5130--5135 []\T1/ptm/m/n/10 Users should ex-pect sig-nif-i-cantly smaller speedups over [] \T1/zi4/m/sl/10 write_PACKAGES []\T1/ptm/m/n/10 in the []\T1/zi4/m/sl/10 type = = [2098] Underfull \hbox (badness 1838) in paragraph at lines 5216--5222 []\T1/ptm/m/n/10 The re-main-ing steps are done only if file `\T1/zi4/m/sl/10 p o/\T1/ptm/m/sl/10 pkgname\T1/zi4/m/sl/10 .pot\T1/ptm/m/n/10 ' al-ready ex-ists. The Underfull \hbox (badness 10000) in paragraph at lines 5216--5222 \T1/ptm/m/n/10 `\T1/zi4/m/sl/10 src/*.{c,cc,cpp,m,mm}\T1/ptm/m/n/10 ' files in the pack-age are ex-am-ined to cre-ate a file [2099] [2100] [2101] [2102] [2103] [2104] Underfull \hbox (badness 2197) in paragraph at lines 5568--5578 []\T1/ptm/m/n/10 The de-fault cor-re-sponds to the fields needed by [][][]\T1/z i4/m/sl/10 available.packages[][][][]\T1/ptm/m/n/10 : [2105] Underfull \hbox (badness 1571) in paragraph at lines 5634--5638 []\T1/ptm/m/n/10 For a re-mote repos-i-tory there is a trade-off be-tween down- load speed and time spent by [2106] [2107] [2108] [2109]) (./utils-pkg.tex [2110] Chapter 14. [2111] Underfull \hbox (badness 2556) in paragraph at lines 47--52 []\T1/ptm/m/n/10 a nu-meric vec-tor or list with names par-tially match-ing `[] \T1/zi4/m/sl/10 insertions[]\T1/ptm/m/n/10 ', [2112] [2113] [2114] [2115] [2116] [2117] [2118] [2119] [2120] [2121] Underfull \hbox (badness 10000) in paragraph at lines 728--734 []\T1/ptm/m/n/10 Functions []\T1/zi4/m/sl/10 aspell_package_Rd_files[]\T1/ptm/m /n/10 , []\T1/zi4/m/sl/10 aspell_package_vignettes[]\T1/ptm/m/n/10 , Underfull \hbox (badness 3343) in paragraph at lines 728--734 []\T1/zi4/m/sl/10 aspell_package_R_files []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 aspell_package_C_files []\T1/ptm/m/n/10 per-form spell check-ing on the [2122] [2123] [2124] Underfull \hbox (badness 3861) in paragraph at lines 943--948 []\T1/ptm/m/n/10 Where pro-vided by the repos-i-tory, fields []\T1/zi4/m/sl/10 "OS_type"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "License"[]\T1/ptm/m/n/10 , []\T1 /zi4/m/sl/10 "License_is_FOSS"[]\T1/ptm/m/n/10 , [2125] [2126] [2127] Underfull \hbox (badness 10000) in paragraph at lines 1148--1150 []\T1/ptm/m/n/10 logical in-di-cat-ing if biben-tries should be sorted, us-ing [2128] [2129] [2130] Underfull \vbox (badness 3803) has occurred while \output is active [2131] [2132] [2133] [2134] [2135] [2136] Underfull \hbox (badness 1371) in paragraph at lines 1675--1677 []\T1/ptm/m/n/10 additional named ar-gu-ments such as []\T1/zi4/m/sl/10 method []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 ccaddress []\T1/ptm/m/n/10 to pass to [2137] [2138] [2139] [2140] [2141] [2142] [2143] [2144] [2145] [2146] [2147] Underfull \hbox (badness 2057) in paragraph at lines 2395--2397 []\T1/ptm/m/n/10 None for []\T1/zi4/m/sl/10 chooseCRANmirror()[]\T1/ptm/m/n/10 , this func-tion is in-voked for its side ef-fect of up-dat-ing [2148] [2149] Underfull \hbox (badness 2150) in paragraph at lines 2481--2488 []\T1/ptm/m/n/10 If the ob-ject re-turned by []\T1/zi4/m/sl/10 citation() []\T1 /ptm/m/n/10 con-tains only one ref-er-ence, the as-so-ci-ated print Underfull \hbox (badness 1400) in paragraph at lines 2481--2488 \T1/ptm/m/n/10 method shows both a text ver-sion and a Bib-TeX en-try for it. I f a pack-age has more [2150] [2151] [2152] [2153] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.clipboard }) has been already used, duplicate ignored \relax l.2758 ... the Clipboard in MS Windows}{clipboard} [2154] [2155] [2156] [2157] [2158] [2159] [2160] [2161] [2162] [2163] [2164] [2165] [2166] [2167] [2168] [2169] [2170] [2171] [2172] [2173] [2174] Underfull \hbox (badness 6842) in paragraph at lines 4068--4073 []\T1/ptm/m/n/10 Support for method []\T1/zi4/m/sl/10 "libcurl" []\T1/ptm/m/n/1 0 was op-tional on Win-dows prior to \T1/phv/m/n/10 R \T1/ptm/m/n/10 4.2.0: use [2175] Underfull \hbox (badness 1430) in paragraph at lines 4131--4135 []\T1/ptm/m/n/10 The level of de-tail pro-vided dur-ing trans-fer can be set by the []\T1/zi4/m/sl/10 quiet []\T1/ptm/m/n/10 ar-gu-ment and the [2176] Underfull \hbox (badness 1184) in paragraph at lines 4207--4223 []\T1/ptm/m/n/10 On Win-dows with []\T1/zi4/m/sl/10 method = "libcurl"[]\T1/ptm /m/n/10 , the CA root cer-tifi-cates are pro-vided by the OS Underfull \hbox (badness 1019) in paragraph at lines 4207--4223 \T1/ptm/m/n/10 con-tain-ing `[]\T1/zi4/m/sl/10 "Schannel"[]\T1/ptm/m/n/10 '. If it does not, for ver-i-fi-ca-tion to be on the en-vi-ron-ment vari- Underfull \hbox (badness 1668) in paragraph at lines 4207--4223 \T1/ptm/m/n/10 able []\T1/zi4/m/sl/10 CURL_CA_BUNDLE []\T1/ptm/m/n/10 must be s et to a path to a cer-tifi-cate bun-dle file, usu-ally named [2177] [2178] Underfull \hbox (badness 10000) in paragraph at lines 4357--4359 []\T1/ptm/m/n/10 additional ar-gu-ments to be passed to [][][]\T1/zi4/m/sl/10 d ownload.file[][][] []\T1/ptm/m/n/10 and [2179] [2180] [2181] [2182] [2183] [2184] [2185] [2186] [2187] [2188] [2189] [2190] [2191] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.format}) has been already used, duplicate ignored \relax l.5136 ...mat Unordered and Ordered Lists}{format} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.format.1} ) has been already used, duplicate ignored \relax l.5136 ...mat Unordered and Ordered Lists}{format} [2192] [2193] [2194] [2195] [2196] [2197] [2198] [2199] Underfull \hbox (badness 1622) in paragraph at lines 5659--5663 []\T1/ptm/m/n/10 This func-tion will search for Win-dows han-dles, for pass-ing to ex-ter-nal GUIs or to the [2200] [2201] [2202] [2203] [2204] [2205] Underfull \hbox (badness 1448) in paragraph at lines 6044--6049 []\T1/ptm/m/n/10 External pointer ob-jects are com-pared as ref-er-ence ob-ject s, cor-re-spond-ing to call-ing [2206] [2207] [2208] [2209] [2210] [2211] [2212] [2213] Underfull \hbox (badness 1371) in paragraph at lines 6602--6604 []\T1/ptm/m/n/10 additional named ar-gu-ments such as []\T1/zi4/m/sl/10 method []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 ccaddress []\T1/ptm/m/n/10 to pass to [2214] [2215] Underfull \hbox (badness 1502) in paragraph at lines 6691--6697 []\T1/ptm/m/n/10 a char-ac-ter string to be matched in the help page `key-words '. `Key- Underfull \hbox (badness 2103) in paragraph at lines 6691--6697 \T1/ptm/m/n/10 words' are re-ally cat-e-gories: the stan-dard cat-e-gories are listed in file [2216] [2217] [2218] Underfull \hbox (badness 10000) in paragraph at lines 6871--6880 []\T1/ptm/m/n/10 One of the links on the in-dex page is the HTML pack-age in-de x, Underfull \hbox (badness 3354) in paragraph at lines 6871--6880 \T1/ptm/m/n/10 `\T1/ptm/m/sl/10 R_DOC_DIR\T1/zi4/m/sl/10 /html/packages.html\T1 /ptm/m/n/10 ', which can be re-made by [][][]\T1/zi4/m/sl/10 make.packages.html [][][]()[]\T1/ptm/m/n/10 . [2219] Underfull \hbox (badness 2150) in paragraph at lines 6933--6936 []\T1/ptm/m/n/10 a char-ac-ter vec-tor list-ing the types of doc-u-men-ta-tion to search. See [2220] [2221] Underfull \hbox (badness 3118) in paragraph at lines 7072--7074 []\T1/ptm/m/n/10 For de-tails of the lock-ing which is done, see the sec-tion ` Lock-ing' in the help for [2222] [2223] Underfull \hbox (badness 1325) in paragraph at lines 7251--7255 []\T1/ptm/m/n/10 a ma-trix as re-turned by [][][]\T1/zi4/m/sl/10 available.pack ages[][][] []\T1/ptm/m/n/10 list-ing pack-ages avail-able [2224] Underfull \hbox (badness 1424) in paragraph at lines 7343--7346 []\T1/ptm/m/n/10 logical: if true, re-duce the amount of out-put. This is \T1/p tm/m/it/10 not \T1/ptm/m/n/10 passed to [2225] Underfull \hbox (badness 3219) in paragraph at lines 7424--7431 []\T1/ptm/m/n/10 An al-ter-na-tive (and the cur-rent de-fault) is []\T1/zi4/m/s l/10 "both" []\T1/ptm/m/n/10 which means `use bi-nary if avail- Underfull \hbox (badness 5175) in paragraph at lines 7424--7431 \T1/ptm/m/n/10 able and cur-rent, oth-er-wise try source'. The ac-tion if there are source pack-ages Underfull \hbox (badness 1342) in paragraph at lines 7424--7431 \T1/ptm/m/n/10 which are pre-ferred but may con-tain code which needs to be com -piled is con-trolled by Underfull \hbox (badness 1596) in paragraph at lines 7424--7431 [][][]\T1/zi4/m/sl/10 getOption[][][]("install.packages.compile.from.source")[] \T1/ptm/m/n/10 . []\T1/zi4/m/sl/10 type = "both" []\T1/ptm/m/n/10 will be silen tly [2226] Underfull \hbox (badness 2932) in paragraph at lines 7432--7435 []\T1/ptm/m/n/10 Using pack-ages with []\T1/zi4/m/sl/10 type = "source" []\T1/p tm/m/n/10 al-ways works pro-vided the pack-age con-tains no [2227] Underfull \hbox (badness 1024) in paragraph at lines 7555--7558 []\T1/ptm/m/n/10 For other repos-i-to-ries, us-ing []\T1/zi4/m/sl/10 available. packages(filters = "OS_type")[\T1/ptm/m/sl/10 pkgname\T1/zi4/m/sl/10 , ] []\T1/ ptm/m/n/10 will Underfull \hbox (badness 10000) in paragraph at lines 7588--7593 [][][]\T1/zi4/m/sl/10 update.packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/s l/10 available.packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 download. packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 installed.packages[][][] []\T1/ptm/m/n/10 , [2228] Underfull \hbox (badness 5133) in paragraph at lines 7654--7658 []\T1/ptm/m/n/10 a char-ac-ter vec-tor giv-ing the fields to ex-tract from each pack-age's [2229] [2230] [2231] [2232] [2233] [2234] [2235] [2236] [2237] [2238] [2239] Underfull \hbox (badness 10000) in paragraph at lines 8321--8323 []\T1/ptm/m/n/10 typically the re-sult of []\T1/zi4/m/sl/10 methods(..)[]\T1/pt m/m/n/10 , an \T1/phv/m/n/10 R \T1/ptm/m/n/10 ob-ject of S3 class [2240] [2241] [2242] [2243] [2244] [2245] [2246] [2247] [2248] [2249] [2250] [2251] [2252] Underfull \hbox (badness 2310) in paragraph at lines 9108--9113 []\T1/ptm/m/n/10 If a `\T1/zi4/m/sl/10 DESCRIPTION\T1/ptm/m/n/10 ' file for the given pack-age is found and can suc-cess-fully be read, [2253] [2254] [2255] [2256] [2257] [2258] [2259] [2260] [2261] Underfull \hbox (badness 1248) in paragraph at lines 9686--9690 []\T1/zi4/m/sl/10 R CMD build []\T1/ptm/m/n/10 builds \T1/phv/m/n/10 R \T1/ptm/ m/n/10 source tar-balls. The name(s) of the pack-ages are taken from the [2262] Underfull \hbox (badness 1789) in paragraph at lines 9764--9766 []\T1/ptm/m/n/10 See `Writ-ing R Ex-ten-sions' and the `R for Win-dows FAQ' for more dis-cus-sion of the [2263] [2264] [2265] [2266] Underfull \hbox (badness 2600) in paragraph at lines 9988--9991 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the name of the help topic; de-faults to [2267] [2268] [2269] [2270] [2271] [2272] [2273] [2274] [2275] Underfull \hbox (badness 1097) in paragraph at lines 10625--10628 []\T1/ptm/m/n/10 The name []\T1/zi4/m/sl/10 "clipboard" []\T1/ptm/m/n/10 may al so be used on Win-dows, in which case [2276] [2277] Underfull \hbox (badness 3000) in paragraph at lines 10761--10766 [][][]\T1/zi4/m/sl/10 scan[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 type.c onvert[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 read.fwf[][][] []\T1/ptm/m /n/10 for read-ing \T1/ptm/m/it/10 f\T1/ptm/m/n/10 ixed \T1/ptm/m/it/10 w\T1/pt m/m/n/10 idth \T1/ptm/m/it/10 f\T1/ptm/m/n/10 ormatted in-put; [][][]\T1/zi4/m/ sl/10 read.table[][][][]\T1/ptm/m/n/10 ; [2278] [2279] [2280] [2281] [2282] [2283] [2284] [2285] [2286] Underfull \hbox (badness 2134) in paragraph at lines 11356--11361 [][][]\T1/zi4/m/sl/10 scan[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 type.c onvert[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 read.fwf[][][] []\T1/ptm/m /n/10 for read-ing \T1/ptm/m/it/10 f\T1/ptm/m/n/10 ixed \T1/ptm/m/it/10 w\T1/pt m/m/n/10 idth \T1/ptm/m/it/10 f\T1/ptm/m/n/10 ormatted in-put; [][][]\T1/zi4/m/ sl/10 write.table[][][][]\T1/ptm/m/n/10 ; [2287] Underfull \hbox (badness 10000) in paragraph at lines 11412--11417 []\T1/ptm/m/n/10 The `hive' con-tain-ing the key. The ab-bre-vi-a-tions are for Underfull \hbox (badness 10000) in paragraph at lines 11412--11417 []\T1/zi4/m/sl/10 HKEY_LOCAL_MACHINE[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 HKEY_C LASSES_ROOT[]\T1/ptm/m/n/10 . []\T1/zi4/m/sl/10 HKEY_CURRENT_USER[]\T1/ptm/m/n/ 10 , [2288] [2289] [2290] [2291] [2292] [2293] [2294] [2295] Underfull \hbox (badness 1824) in paragraph at lines 11910--11914 \T1/zi4/m/sl/10 / / en . wikipedia . org / w / index . php ? title = Roman _ nu merals & oldid = 1188781837$[][]\T1/ptm/m/n/10 . Ac-cessed [2296] [2297] [2298] [2299] [2300] [2301] [2302] Underfull \hbox (badness 4060) in paragraph at lines 12356--12359 []\T1/ptm/m/n/10 If `[]\T1/zi4/m/sl/10 --default-packages[]\T1/ptm/m/n/10 ' is not used, then []\T1/zi4/m/sl/10 Rscript []\T1/ptm/m/n/10 checks the en-vi-ron- ment vari-able Overfull \hbox (18.77168pt too wide) in paragraph at lines 12379--12379 []\T1/zi4/m/n/9 Rscript --default-packages=methods,datasets,utils,grDevices,gr aphics,stats -e \TS1/zi4/m/n/9 '\T1/zi4/m/n/9 sessionInfo()\TS1/zi4/m/n/9 '[] [2303] [2304] [2305] [2306] Underfull \hbox (badness 2150) in paragraph at lines 12634--12636 [][][]$\T1/zi4/m/sl/10 https : / / en . wikipedia . org / wiki / Ctags$[][]\T1/ ptm/m/n/10 , [][]$\T1/zi4/m/sl/10 https : / / www . gnu . org / software / emac s / manual / [2307] [2308] [2309] [2310] Underfull \hbox (badness 10000) in paragraph at lines 12854--12858 []\T1/ptm/m/n/10 The de-fault for []\T1/zi4/m/sl/10 stylepath []\T1/ptm/m/n/10 is now taken from the en-vi-ron-ment vari-able Underfull \hbox (badness 10000) in paragraph at lines 12887--12893 []\T1/ptm/m/n/10 If you wish to over-ride this de-fault be-hav-ior en-tirely, y ou can add a [2311] Underfull \hbox (badness 2762) in paragraph at lines 12902--12908 \T1/ptm/m/n/10 UTF-8 lo-cales (note that pdf-TeX as-sumes UTF-8 by de-fault sin ce 2018). Ei-ther set [2312] [2313] Underfull \hbox (badness 1009) in paragraph at lines 13077--13089 []\T1/ptm/m/n/10 Before each code chunk is eval-u-ated, zero or more hook func- tions can be ex-e-cuted. If Underfull \hbox (badness 4779) in paragraph at lines 13117--13119 []\T1/ptm/m/n/10 The file `\T1/zi4/m/sl/10 Rconsole\T1/ptm/m/n/10 ' con-fig-ure s the R GUI ([]\T1/zi4/m/sl/10 Rgui[]\T1/ptm/m/n/10 ) con-sole un-der MS Win-do ws and [2314] Underfull \hbox (badness 1077) in paragraph at lines 13147--13154 \T1/ptm/m/n/10 (strip-ping any trail-ing slash), oth-er-wise to the Win-dows `p er-sonal' di-rec-tory, oth-er-wise to [2315] [2316] [2317] [2318] [2319] [2320] Underfull \hbox (badness 3780) in paragraph at lines 13572--13578 []\T1/ptm/m/n/10 A Bio-con-duc-tor mir-ror can be se-lected by set-ting [][][]\ T1/zi4/m/sl/10 options[][][]("BioC_mirror")[]\T1/ptm/m/n/10 , e.g. via [2321] Underfull \hbox (badness 2635) in paragraph at lines 13590--13593 []\T1/ptm/m/n/10 Repository `[]\T1/zi4/m/sl/10 CRAN[]\T1/ptm/m/n/10 ' is treate d spe-cially: the value is taken from the cur-rent set-ting of [2322] [2323] [2324] Underfull \hbox (badness 2302) in paragraph at lines 13800--13802 []\T1/ptm/m/n/10 Convert file paths to the short form. This is an in-ter-face t o the Win-dows API call [2325] [2326] [2327] [2328] [2329] Underfull \hbox (badness 4441) in paragraph at lines 14099--14104 []\T1/ptm/m/n/10 logical; if []\T1/zi4/m/sl/10 TRUE []\T1/ptm/m/n/10 (de-fault) , [][][]\T1/zi4/m/sl/10 deparse[][][](control = \T1/ptm/m/sl/10 control\T1/zi4/ m/sl/10 ) []\T1/ptm/m/n/10 will not have Underfull \hbox (badness 5970) in paragraph at lines 14108--14111 []\T1/ptm/m/n/10 the page width to be used. The de-fault is the cur-rently ac-t ive [2330] [2331] [2332] [2333] [2334] [2335] [2336] Underfull \hbox (badness 2932) in paragraph at lines 14539--14546 []\T1/ptm/m/n/10 If []\T1/zi4/m/sl/10 syntax = NULL []\T1/ptm/m/n/10 (the de-fa ult) then the avail-able syn-tax ob-jects are con-sulted in turn, Underfull \hbox (badness 1688) in paragraph at lines 14539--14546 \T1/ptm/m/n/10 and se-lected if their []\T1/zi4/m/sl/10 extension []\T1/ptm/m/n /10 com-po-nent matches (as a reg-exp) the file name. Ob- [2337] [2338] [2339] [2340] [2341] Underfull \hbox (badness 6510) in paragraph at lines 14867--14871 []\T1/ptm/m/n/10 When ar-gu-ment []\T1/zi4/m/sl/10 tar []\T1/ptm/m/n/10 is set to the com-mand []\T1/zi4/m/sl/10 tar []\T1/ptm/m/n/10 on ma-cOS, en-vi-ron-men t vari-able Underfull \hbox (badness 10000) in paragraph at lines 14874--14877 [][][]$\T1/zi4/m/sl/10 https : / / en . wikipedia . org / wiki / Tar _ (file _ format)$[][]\T1/ptm/m/n/10 , [][]$\T1/zi4/m/sl/10 https : / / pubs . opengroup . org / Underfull \hbox (badness 2245) in paragraph at lines 14874--14877 \T1/zi4/m/sl/10 onlinepubs / 9699919799 / utilities / pax . html # tag _ 20 _ 9 2 _ 13 _ 06$[][] \T1/ptm/m/n/10 for the way the POSIX [2342] [2343] [2344] [2345] [2346] [2347] [2348] [2349] [2350] [2351] Underfull \hbox (badness 10000) in paragraph at lines 15556--15561 []\T1/ptm/m/n/10 Arguments such as []\T1/zi4/m/sl/10 destdir []\T1/ptm/m/n/10 a nd []\T1/zi4/m/sl/10 dependencies []\T1/ptm/m/n/10 to be passed to Underfull \hbox (badness 3861) in paragraph at lines 15556--15561 [][][]\T1/zi4/m/sl/10 install.packages[][][] []\T1/ptm/m/n/10 and []\T1/zi4/m/s l/10 ignore_repo_cache[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 max_repo_cache_age [ ]\T1/ptm/m/n/10 and Underfull \hbox (badness 1052) in paragraph at lines 15562--15564 []\T1/ptm/m/n/10 character, in-di-cat-ing the type of pack-age to down-load and in-stall. See [2352] Underfull \hbox (badness 10000) in paragraph at lines 15621--15624 [][][]\T1/zi4/m/sl/10 install.packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/ sl/10 available.packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 download .packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 installed.packages[][][ ][]\T1/ptm/m/n/10 , [2353] [2354] [2355] [2356] [2357] [2358] [2359] [2360] [2361] [2362] [2363] [2364] [2365] [2366] [2367] [2368]) (./fullrefman.ind [2369] [2370] [2371] [2372] [2373] [2374] [2375] [2376] [2377] [2378] [2379] [2380] [2381] [2382] [2383] [2384] [2385] [2386] [2387] [2388] [2389] [2390] [2391] [2392] [2393] [2394] [2395] [2396] [2397] [2398] [2399] [2400] [2401] [2402] [2403] [2404] [2405] [2406] [2407] [2408] [2409] [2410] [2411] [2412] [2413] [2414] [2415] [2416] [2417] [2418] [2419] [2420] [2421] [2422] [2423] [2424] [2425] [2426] [2427] Overfull \hbox (33.3567pt too wide) in paragraph at lines 10104--10106 []\T1/zi4/m/it/10 package_native_routine_registration_skeleton\T1/ptm/m/n/10 , [2428] [2429] [2430] [2431] [2432] [2433] Overfull \hbox (20.8567pt too wide) in paragraph at lines 11503--11505 []\T1/zi4/m/it/10 R_AVAILABLE_PACKAGES_CACHE_CONTROL_MAX_AGE [2434] [2435] [2436] [2437] [2438] [2439] [2440] [2441] Overfull \hbox (5.8567pt too wide) in paragraph at lines 13363--13365 []\T1/zi4/m/it/10 summarize_check_packages_in_dir_depends Overfull \hbox (5.8567pt too wide) in paragraph at lines 13365--13367 []\T1/zi4/m/it/10 summarize_check_packages_in_dir_results Overfull \hbox (5.8567pt too wide) in paragraph at lines 13367--13369 []\T1/zi4/m/it/10 summarize_check_packages_in_dir_timings [2442] [2443] [2444] [2445] [2446] [2447] [2448] [2449] [2450] [2451]) (./fullrefman.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. Package rerunfilecheck Warning: File `fullrefman.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information) pdfTeX warning (dest): name{Rfn.write.matrix} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.lmList} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.knitr} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.de.restore} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.de.setup} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.de.ncols} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.mathjaxr} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.dgTMatrix} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.glht} has been referenced but does not exist, r eplaced by a fixed one pdfTeX warning (dest): name{Rfn.survreg} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.coxph} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.stepAIC} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.rinvGauss} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.gamma.shape} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.cov.mcd} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.cov.mve} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.Insurance} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.sparse.model.matrix} has been referenced but do es not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.lqs} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.logLik.lme} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.logLik.gls} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.lmrob} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.rlm} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.wilcox.Rul.test} has been referenced but does n ot exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.loglm} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.nlsList} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.daisy} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.spearman.test} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.pSpearman} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.pKendall} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.Kendall} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.cor.fk} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.dMatrix} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.dgCMatrix} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.sammon} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.isoMDS} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.width.SJ} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.bcv} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.ucv} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.bandwidth.nrd} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.agnes} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.diana} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.lme} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.ansari.Rul.test} has been referenced but does n ot exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.rpart} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.sparseMatrix} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.showDefault} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getGroupMembers} has been referenced but does n ot exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.resetGeneric} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.MethodsList.Rdash.class} has been referenced bu t does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.linearizeMlist} has been referenced but does no t exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getGeneric} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getMethodsForDispatch} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.setDataPart} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getDataPart} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.possibleExtends} has been referenced but does n ot exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.panel.identify} has been referenced but does no t exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.trellis.focus} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.mosaic} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.levelplot} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.contourplot} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.assoc} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.dpih} has been referenced but does not exist, r eplaced by a fixed one pdfTeX warning (dest): name{Rfn.truehist} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.xfig} has been referenced but does not exist, r eplaced by a fixed one pdfTeX warning (dest): name{Rfn.bkde2D} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.which.is.max} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.roundX} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getNamespace} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.asNamespace} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.formalArgs} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.base.Rdash.deprecated} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.base.Rdash.defunct} has been referenced but doe s not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.isRematched} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.chron} has been referenced but does not exist, replaced by a fixed one {/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc} {/usr/share/texlive/texmf-dist /fonts/enc/dvips/inconsolata/i4-ts1.enc}{/usr/share/texlive/texmf-dist/fonts/en c/dvips/inconsolata/i4-t1-0.enc} Output written on fullrefman.pdf (2484 pages, 6754054 bytes). Transcript written on fullrefman.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./fullrefman.tex LaTeX2e <2022-11-01> patch level 1 L3 programming layer <2023-01-16> (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls Document Class: book 2022/07/02 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo)) (../../share/texmf/tex/latex/Rd.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/bm.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty) (/usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathrsfs.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/zi4.sty `inconsolata-zi4' v1.12, 2019/05/17 Text macros for Inconsolata (msharpe) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex))))) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) Writing index file fullrefman.idx (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./fullrefman.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (./fullrefman.out) (./fullrefman.out) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) (./version.tex) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] (./fullrefman.toc (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/t1zi4.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) (/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30]) [31] [32] (./base-pkg.tex Chapter 1. [1] [2] Underfull \hbox (badness 6252) in paragraph at lines 149--157 []\T1/ptm/m/n/10 a small pos-i-tive floating-point num-ber []\T1/zi4/m/n/10 x [ ]\T1/ptm/m/n/10 such that []\T1/zi4/m/n/10 1 - x != 1[]\T1/ptm/m/n/10 . It Underfull \hbox (badness 10000) in paragraph at lines 149--157 \T1/ptm/m/n/10 equals []\T1/zi4/m/n/10 double.base ^ double.neg.ulp.digits []\T 1/ptm/m/n/10 if []\T1/zi4/m/n/10 double.base Underfull \hbox (badness 10000) in paragraph at lines 149--157 []\T1/ptm/m/n/10 is 2 or []\T1/zi4/m/n/10 double.rounding []\T1/ptm/m/n/10 is 0 ; oth-er-wise, it is []\T1/zi4/m/n/10 (double.base Underfull \hbox (badness 10000) in paragraph at lines 149--157 \T1/zi4/m/n/10 ^ double.neg.ulp.digits) / 2[]\T1/ptm/m/n/10 . Nor-mally []\T1/z i4/m/n/10 1.110223e-16[]\T1/ptm/m/n/10 . As Underfull \hbox (badness 4995) in paragraph at lines 149--157 []\T1/zi4/m/n/10 double.neg.ulp.digits []\T1/ptm/m/n/10 is bounded be-low by [] \T1/zi4/m/n/10 -(double.digits + 3)[]\T1/ptm/m/n/10 , [3] [4] [5] Underfull \hbox (badness 1178) in paragraph at lines 337--340 []\T1/ptm/m/n/10 character string, the pre-ferred set-ting for [][][]\T1/zi4/m/ n/10 options[][][]("pkgType")[]\T1/ptm/m/n/10 . Val-ues [6] [7] [8] [9] Underfull \hbox (badness 2556) in paragraph at lines 572--578 []\T1/ptm/m/n/10 a nu-meric vec-tor or list with names par-tially match-ing `[] \T1/zi4/m/n/10 insertions[]\T1/ptm/m/n/10 ', [10] [11] [12] (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/ts1zi4.fd) [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmtt.fd) [24] [25] [26] [27] [28] [29] [30] Underfull \vbox (badness 3803) has occurred while \output is active [31] [32] [33] [34] [35] [36] Overfull \hbox (26.27782pt too wide) in paragraph at lines 2285--2285 []\T1/zi4/m/n/9 ## http://www.mathworks.de/de/help/matlab/matlab_prog/represen t-date-and-times-in-MATLAB.html)[] [37] [38] [39] [40] [41] [42] Overfull \hbox (20.69484pt too wide) in paragraph at lines 2639--2639 []\T1/zi4/m/n/9 if(file.exists(tab)) { # typically on Windows; on Linux when \TS1/cmtt/m/n/9 `\T1/zi4/m/n/9 configure --with-internal-tzcode\TS1/cmtt/m/n/9 `[] [43] [44] [45] [46] [47] Underfull \hbox (badness 1721) in paragraph at lines 2957--2961 [][][]\T1/zi4/m/n/10 assign[][][] []\T1/ptm/m/n/10 (and its in-verse [][][]\T1/ zi4/m/n/10 get[][][][]\T1/ptm/m/n/10 ), for ``sub-assign-ment'' such as []\T1/z i4/m/n/10 x[i] <- v[]\T1/ptm/m/n/10 , see [][][]\T1/zi4/m/n/10 [<-[][][][]\T1/p tm/m/n/10 ; fur-ther, [48] [49] [50] [51] [52] [53] [54] Underfull \hbox (badness 2538) in paragraph at lines 3443--3446 []\T1/zi4/m/n/10 unCfillPOSIXlt(x) []\T1/ptm/m/n/10 is a fast [][]prim-i-tive[] [][] ver-sion of []\T1/zi4/m/n/10 balancePOSIXlt(x, fill.only=TRUE, [55] [56] [57] [58] [59] Underfull \vbox (badness 3803) has occurred while \output is active [60] [61] [62] [63] [64] [65] [66] [67] Underfull \hbox (badness 10000) in paragraph at lines 4239--4241 []\T1/ptm/m/n/10 The num-ber of lines printed for the de-parsed call can be lim -ited by set-ting [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] Underfull \hbox (badness 2521) in paragraph at lines 5587--5589 []\T1/ptm/m/n/10 a char-ac-ter vec-tor, or an ob-ject that can be co-erced to c har-ac-ter by [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] Overfull \hbox (5.27168pt too wide) in paragraph at lines 6870--6870 []\T1/zi4/m/n/9 stopifnot(is.na(NpNA), is.na(NA_complex_), is.na(Re(NA_complex _)), is.na(Im(NA_complex_)))[] [109] [110] [111] [112] [113] [114] [115] [116] Underfull \hbox (badness 2253) in paragraph at lines 7481--7486 []\T1/zi4/m/n/10 file[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 pipe[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 fifo[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 url[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 gzfile[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 bzfile[]\T1/ptm/m/n /10 , []\T1/zi4/m/n/10 xzfile[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 zstdfile[]\T1/ ptm/m/n/10 , []\T1/zi4/m/n/10 unz[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 socketConn ection[]\T1/ptm/m/n/10 , Underfull \hbox (badness 2846) in paragraph at lines 7481--7486 []\T1/zi4/m/n/10 socketAccept []\T1/ptm/m/n/10 and []\T1/zi4/m/n/10 serverSocke t []\T1/ptm/m/n/10 re-turn a con-nec-tion ob-ject which in-her-its from class [117] [118] [119] [120] [121] Underfull \hbox (badness 2261) in paragraph at lines 7797--7802 \T1/zi4/m/n/10 / / github . com / astrand / xclip$[][]\T1/ptm/m/n/10 ) or []\T1 /zi4/m/n/10 xsel []\T1/ptm/m/n/10 ([][]$\T1/zi4/m/n/10 https : / / www . vergen et . net / ~conrad / software / [122] [123] Underfull \vbox (badness 10000) has occurred while \output is active [124] [125] [126] [127] [128] [129] [130] [131] [132] Underfull \hbox (badness 2096) in paragraph at lines 8530--8534 \T1/zi4/m/n/10 status _ codes$[][] \T1/ptm/m/n/10 and [][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / List _ of _ FTP _ server _ return _ codes$ [][]\T1/ptm/m/n/10 . [133] [134] Underfull \hbox (badness 2351) in paragraph at lines 8645--8648 [][][]\T1/zi4/m/n/10 split[][][] []\T1/ptm/m/n/10 for split-ting a vari-able ac -cord-ing to a group fac-tor; [][][]\T1/zi4/m/n/10 factor[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 tabulate[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 t able[][][][]\T1/ptm/m/n/10 , [135] [136] [137] [138] [139] Underfull \hbox (badness 4479) in paragraph at lines 8962--8973 [][][]\T1/zi4/m/n/10 I[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 plot.data.f rame[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 print.data.frame[][][][]\T1/p tm/m/n/10 , [][][]\T1/zi4/m/n/10 row.names[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi 4/m/n/10 names[][][] []\T1/ptm/m/n/10 (for the col-umn names), [140] [141] [142] [143] [144] [145] Underfull \hbox (badness 2698) in paragraph at lines 9375--9381 []\T1/ptm/m/n/10 Further im-ple-mented meth-ods com-prise [][][]\T1/zi4/m/n/10 mean[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 summary[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 unique[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is. finite[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 length<-[][][][]\T1/ptm/m/n /10 , Underfull \hbox (badness 1629) in paragraph at lines 9402--9414 []\T1/ptm/m/n/10 A few times have spe-cific is-sues. First, the leap sec-onds a re ig-nored, and real times Underfull \hbox (badness 2875) in paragraph at lines 9402--9414 []\T1/zi4/m/n/10 NA[]\T1/ptm/m/n/10 , and hence []\T1/zi4/m/n/10 as.POSIXct("19 69-12-31 23:59:59", tz = "UTC") []\T1/ptm/m/n/10 will give []\T1/zi4/m/n/10 "19 69-12-31 [146] [147] [148] Underfull \hbox (badness 3657) in paragraph at lines 9602--9604 [][][]\T1/zi4/m/n/10 weekdays[][][][]\T1/ptm/m/n/10 , for con-ve-nience ex-trac -tion func-tions (also in-clud-ing []\T1/zi4/m/n/10 months()[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 quarters()[]\T1/ptm/m/n/10 , [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] Underfull \hbox (badness 1178) in paragraph at lines 10261--10265 []\T1/ptm/m/n/10 If true, [][][]\T1/zi4/m/n/10 list[][][][]\T1/ptm/m/n/10 s and atomic vec-tors with non-[][][]\T1/zi4/m/n/10 NA[][][] []\T1/ptm/m/n/10 names (see [][][]\T1/zi4/m/n/10 names[][][][]\T1/ptm/m/n/10 ) are de- [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] Underfull \hbox (badness 2744) in paragraph at lines 12609--12611 []\T1/ptm/m/n/10 Changing the cur-rent en-cod-ing from a run-ning R ses-sion ma y lead to con-fu-sion (see [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] Underfull \hbox (badness 2253) in paragraph at lines 14817--14819 []\T1/ptm/m/n/10 character vec-tors con-tain-ing file paths. Tilde-expansion is done: see [228] Underfull \hbox (badness 1490) in paragraph at lines 14852--14855 []\T1/ptm/m/n/10 Junction points and sym-bolic links are fol-lowed, so in-for-m a-tion is given about the [229] Underfull \hbox (badness 1565) in paragraph at lines 14938--14942 [][][]\T1/zi4/m/n/10 Sys.readlink[][][] []\T1/ptm/m/n/10 to find out about sym- bolic links, [][][]\T1/zi4/m/n/10 files[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m /n/10 file.access[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 list.files[][][] []\T1/ptm/m/n/10 , and [230] Underfull \hbox (badness 4927) in paragraph at lines 14989--14991 []\T1/ptm/m/n/10 It can also be used for en-vi-ron-ment paths such as []\T1/zi4 /m/n/10 PATH []\T1/ptm/m/n/10 and []\T1/zi4/m/n/10 R_LIBS []\T1/ptm/m/n/10 with []\T1/zi4/m/n/10 fsep = [231] [232] Underfull \hbox (badness 1466) in paragraph at lines 15140--15143 []\T1/ptm/m/n/10 character vec-tors, con-tain-ing file names or paths. For []\T 1/zi4/m/n/10 file.copy []\T1/ptm/m/n/10 and [233] [234] Underfull \hbox (badness 10000) in paragraph at lines 15271--15275 [][][]\T1/zi4/m/n/10 file.info[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 fil e.access[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 file.path[][][][]\T1/ptm/ m/n/10 , [][][]\T1/zi4/m/n/10 file.show[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m /n/10 list.files[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 unlink[][][][]\T1 /ptm/m/n/10 , [][][]\T1/zi4/m/n/10 basename[][][][]\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 15282--15285 [][][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / Hard _ link$[][ ] \T1/ptm/m/n/10 and [][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wik i / [235] [236] [237] [238] [239] Underfull \hbox (badness 3965) in paragraph at lines 15586--15590 []\T1/ptm/m/n/10 This is the same com-pu-ta-tion as for the em-pir-i-cal dis-tr i-bu-tion func-tion, and in-deed, [240] [241] [242] [243] [244] [245] [246] [247] Underfull \hbox (badness 5260) in paragraph at lines 16095--16095 []\T1/zi4/m/n/10 big.mark[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 big.interval[]\T1/ ptm/m/n/10 , []\T1/zi4/m/n/10 small.mark[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 sma ll.interval[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 decimal.mark[]\T1/ptm/m/n/10 , [248] [249] [250] [251] Underfull \hbox (badness 4429) in paragraph at lines 16385--16388 []\T1/ptm/m/n/10 an atomic nu-mer-i-cal or char-ac-ter ob-ject, pos-si-bly [][] []\T1/zi4/m/n/10 complex[][][] []\T1/ptm/m/n/10 only for [252] [253] Underfull \hbox (badness 10000) in paragraph at lines 16492--16494 []\T1/ptm/m/n/10 This works via []\T1/zi4/m/n/10 prettyNum()[]\T1/ptm/m/n/10 , which calls []\T1/zi4/m/n/10 .format.zeros(*, [254] Underfull \hbox (badness 2035) in paragraph at lines 16565--16569 []\T1/ptm/m/n/10 The de-fault for []\T1/zi4/m/n/10 decimal.mark []\T1/ptm/m/n/1 0 in []\T1/zi4/m/n/10 formatC() []\T1/ptm/m/n/10 was changed in \T1/phv/m/n/10 R \T1/ptm/m/n/10 3.2.0: for use within [255] Underfull \vbox (badness 10000) has occurred while \output is active [256] [257] [258] [259] [260] [261] [262] [263] [264] Underfull \hbox (badness 2452) in paragraph at lines 17188--17192 []\T1/zi4/m/n/10 gctorture2 []\T1/ptm/m/n/10 can also be in-voked via en-vi-ron -ment vari-ables at the start of the \T1/phv/m/n/10 R \T1/ptm/m/n/10 ses- Underfull \hbox (badness 1147) in paragraph at lines 17188--17192 \T1/ptm/m/n/10 sion. []\T1/zi4/m/n/10 R_GCTORTURE []\T1/ptm/m/n/10 cor-re-spond s to the []\T1/zi4/m/n/10 step []\T1/ptm/m/n/10 ar-gu-ment, []\T1/zi4/m/n/10 R_ GCTORTURE_WAIT []\T1/ptm/m/n/10 to []\T1/zi4/m/n/10 wait[]\T1/ptm/m/n/10 , and [265] [266] [267] Underfull \hbox (badness 1092) in paragraph at lines 17380--17385 [][][]\T1/zi4/m/n/10 library.dynam[][][][]\T1/ptm/m/n/10 , or can be found af-t er the DLL has been loaded us-ing [268] [269] [270] [271] Underfull \hbox (badness 6741) in paragraph at lines 17633--17637 \T1/ptm/m/n/10 Additionally, the list will have an ad-di-tional class, be-ing [ ]\T1/zi4/m/n/10 CRoutine[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 CallRoutine[]\T1/pt m/m/n/10 , [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] Underfull \vbox (badness 10000) has occurred while \output is active [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] Underfull \hbox (badness 1769) in paragraph at lines 19138--19141 []\T1/ptm/m/n/10 a char-ac-ter vec-tor, or an ob-ject to be con-verted to a cha r-ac-ter vec-tor [294] [295] [296] [297] [298] Underfull \hbox (badness 10000) in paragraph at lines 19447--19449 []\T1/ptm/m/n/10 the `root' col-la-tion: see [][]$\T1/zi4/m/n/10 https : / / ww w . unicode . org / reports / tr35 / Underfull \hbox (badness 2088) in paragraph at lines 19453--19462 []\T1/ptm/m/n/10 For the spec-i-fi-ca-tions of `real' ICU lo-cales, see [][]$\T 1/zi4/m/n/10 https : / / unicode-[]org . github . io / icu / [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] Underfull \hbox (badness 1442) in paragraph at lines 20061--20063 []\T1/ptm/m/n/10 the choice of de-fault graph-ics de-vice launched when needed and by [][][]\T1/zi4/m/n/10 dev.new[][][][]\T1/ptm/m/n/10 : see [309] Underfull \hbox (badness 2452) in paragraph at lines 20157--20183 [][][]\T1/zi4/m/n/10 as.character[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.complex[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.double[][][][]\T1/pt m/m/n/10 , [][][]\T1/zi4/m/n/10 as.integer[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi 4/m/n/10 as.logical[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.raw[][][][] \T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.vector[][][][]\T1/ptm/m/n/10 , Underfull \hbox (badness 5726) in paragraph at lines 20157--20183 [][][]\T1/zi4/m/n/10 as.call[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 as.en vironment[][][] [][]is.array[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is.ma trix[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is.na[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 anyNA[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is.nan [][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/n/10 is.finite[][][] [310] [311] [312] [313] [314] [315] Underfull \hbox (badness 1248) in paragraph at lines 20555--20558 []\T1/zi4/m/n/10 is.atomic []\T1/ptm/m/n/10 is true for the [][]atomic[][][] ty pes ([]\T1/zi4/m/n/10 "logical"[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 "integer"[]\ T1/ptm/m/n/10 , []\T1/zi4/m/n/10 "numeric"[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 " complex"[]\T1/ptm/m/n/10 , [316] [317] [318] [319] [320] Underfull \hbox (badness 4739) in paragraph at lines 20824--20826 []\T1/ptm/m/n/10 numeric scalar >= 0. Smaller dif-fer-ences are not con-sid-ere d, see [321] [322] [323] [324] [325] Underfull \vbox (badness 3803) has occurred while \output is active [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] Underfull \hbox (badness 2469) in paragraph at lines 21999--22004 []\T1/ptm/m/n/10 In late 2017 a []\T1/zi4/m/n/10 libcurl []\T1/ptm/m/n/10 in-st al-la-tion was seen di-vided into two li-braries, []\T1/zi4/m/n/10 libcurl []\T 1/ptm/m/n/10 and [340] [341] Underfull \hbox (badness 1675) in paragraph at lines 22086--22095 []\T1/ptm/m/n/10 At startup, the li-brary search path is ini-tial-ized from the en-vi-ron-ment vari-ables []\T1/zi4/m/n/10 R_LIBS[]\T1/ptm/m/n/10 , Underfull \hbox (badness 3189) in paragraph at lines 22096--22109 []\T1/ptm/m/n/10 First, []\T1/zi4/m/n/10 .Library.site []\T1/ptm/m/n/10 is ini- tial-ized from []\T1/zi4/m/n/10 R_LIBS_SITE[]\T1/ptm/m/n/10 . If this is un-set or empty, the Underfull \hbox (badness 10000) in paragraph at lines 22144--22147 []\T1/zi4/m/n/10 LOCALAPPDATA []\T1/ptm/m/n/10 (usu-ally []\T1/zi4/m/n/10 C:\Us ers\username\AppData\Local[]\T1/ptm/m/n/10 ) on Win-dows is a hid- Underfull \hbox (badness 4752) in paragraph at lines 22144--22147 \T1/ptm/m/n/10 den di-rec-tory and may not be viewed by some soft-ware. It may be opened by [342] [343] Underfull \hbox (badness 1014) in paragraph at lines 22278--22283 []\T1/ptm/m/n/10 Normally []\T1/zi4/m/n/10 library []\T1/ptm/m/n/10 re-turns (i n-vis-i-bly) the list of at-tached pack-ages, but []\T1/zi4/m/n/10 TRUE []\T1/p tm/m/n/10 or []\T1/zi4/m/n/10 FALSE []\T1/ptm/m/n/10 if [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] Underfull \hbox (badness 1264) in paragraph at lines 23125--23133 []\T1/ptm/m/n/10 character string. The fol-low-ing cat-e-gories should al-ways be sup-ported: [357] Underfull \hbox (badness 4441) in paragraph at lines 23160--23163 []\T1/ptm/m/n/10 Note that set-ting cat-e-gory []\T1/zi4/m/n/10 "LC_ALL" []\T1/ ptm/m/n/10 sets only cat-e-gories []\T1/zi4/m/n/10 "LC_COLLATE"[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 "LC_CTYPE"[]\T1/ptm/m/n/10 , [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] Underfull \hbox (badness 5231) in paragraph at lines 23980--23982 []\T1/ptm/m/n/10 The al-go-rithm used by []\T1/zi4/m/n/10 make.unique []\T1/ptm /m/n/10 has the prop-erty that []\T1/zi4/m/n/10 make.unique(c(A, B)) == [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] Underfull \hbox (badness 6380) in paragraph at lines 25097--25103 [][][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / Data _ compress ion$[][] \T1/ptm/m/n/10 for back-ground on data com-pres- Underfull \hbox (badness 1472) in paragraph at lines 25097--25103 [][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / Bzip2$[][]\T1/ptm /m/n/10 , and [][]$\T1/zi4/m/n/10 https : / / en . wikipedia . org / wiki / XZ _ Utils$[][] [388] [389] [390] [391] [392] [393] [394] [395] Underfull \hbox (badness 2790) in paragraph at lines 25609--25612 []\T1/zi4/m/n/10 packageStartupMessage []\T1/ptm/m/n/10 is a vari-ant whose mes -sages can be sup-pressed sep-a-rately by Underfull \hbox (badness 1571) in paragraph at lines 25609--25612 []\T1/zi4/m/n/10 suppressPackageStartupMessages[]\T1/ptm/m/n/10 . (They are sti ll mes-sages, so can be sup-pressed by [396] [397] [398] [399] [400] Underfull \hbox (badness 1194) in paragraph at lines 25937--25940 []\T1/ptm/m/n/10 The de-fault method for []\T1/zi4/m/n/10 anyNA []\T1/ptm/m/n/1 0 han-dles atomic vec-tors with-out a class and []\T1/zi4/m/n/10 NULL[]\T1/ptm/ m/n/10 . It calls [401] [402] [403] Underfull \hbox (badness 2368) in paragraph at lines 26144--26150 []\T1/ptm/m/n/10 For an [][][]\T1/zi4/m/n/10 environment[][][] env[]\T1/ptm/m/n /10 , []\T1/zi4/m/n/10 names(env) []\T1/ptm/m/n/10 gives the names of the cor-r e-spond-ing list, i.e., [404] [405] [406] [407] [408] [409] Underfull \hbox (badness 10000) in paragraph at lines 26534--26537 []\T1/ptm/m/n/10 optional [][][]\T1/zi4/m/n/10 logical[][][] []\T1/ptm/m/n/10 e ven-tu-ally to be passed to []\T1/zi4/m/n/10 print()[]\T1/ptm/m/n/10 , used by [410] [411] [412] [413] [414] [415] [416] [417] [418] [419] Underfull \hbox (badness 10000) in paragraph at lines 27162--27164 []\T1/zi4/m/n/10 isNamespaceLoaded(pkg) []\T1/ptm/m/n/10 is equiv-a-lent to but more ef-fi-cient than []\T1/zi4/m/n/10 pkg %in% [420] [421] [422] [423] [424] [425] [426] Underfull \hbox (badness 2443) in paragraph at lines 27653--27661 \T1/ptm/m/n/10 suit-able char-ac-ter vec-tors as above, or nu-meric ver-sion ob -jects. For [427] [428] [429] [430] [431] [432] [433] Underfull \hbox (badness 1881) in paragraph at lines 28083--28086 []\T1/ptm/m/n/10 integer value con-trol-ling the print-ing of lan-guage con-str ucts which are Underfull \hbox (badness 6220) in paragraph at lines 28108--28110 []\T1/ptm/m/n/10 Extra command-line ar-gu-ment(s) for non-default meth-ods: see [434] [435] Underfull \hbox (badness 2142) in paragraph at lines 28249--28253 []\T1/ptm/m/n/10 the de-fault pa-per for-mat used by [][][]\T1/zi4/m/n/10 posts cript[][][][]\T1/ptm/m/n/10 ; set by en-vi-ron-ment vari-able Underfull \hbox (badness 1968) in paragraph at lines 28306--28311 []\T1/ptm/m/n/10 the com-mand used by [][][]\T1/zi4/m/n/10 postscript[][][] []\ T1/ptm/m/n/10 for print-ing; set by en-vi-ron-ment vari-able [436] [437] [438] [439] Underfull \hbox (badness 10000) in paragraph at lines 28605--28611 []\T1/ptm/m/n/10 The URL of a Bio-con-duc-tor mir-ror for use by [][][]\T1/zi4/ m/n/10 setRepositories[][][][]\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 28605--28611 \T1/ptm/m/n/10 e.g. the de-fault `[]\T1/zi4/m/n/10 "https://bioconductor.org"[] \T1/ptm/m/n/10 ' or the Eu-ro-pean mir-ror Underfull \hbox (badness 10000) in paragraph at lines 28605--28611 \T1/ptm/m/n/10 `[]\T1/zi4/m/n/10 "https://bioconductor.statistik.tu-dortmund.de "[]\T1/ptm/m/n/10 '. Can be set by Underfull \hbox (badness 5878) in paragraph at lines 28618--28621 []\T1/ptm/m/n/10 default Cc: ad-dress used by [][][]\T1/zi4/m/n/10 create.post[ ][][] []\T1/ptm/m/n/10 (and hence [][][]\T1/zi4/m/n/10 bug.report[][][] []\T1/p tm/m/n/10 and Underfull \hbox (badness 2689) in paragraph at lines 28644--28646 []\T1/ptm/m/n/10 optional in-te-ger vec-tor for set-ting ports of the in-ter-na l HTTP server, see [440] Underfull \hbox (badness 10000) in paragraph at lines 28690--28695 []\T1/ptm/m/n/10 Used by [][][]\T1/zi4/m/n/10 install.packages[][][] []\T1/ptm/ m/n/10 (and in-di-rectly Underfull \hbox (badness 2529) in paragraph at lines 28696--28707 \T1/ptm/m/n/10 in-di-rectly [][][]\T1/zi4/m/n/10 update.packages[][][][]\T1/ptm /m/n/10 ) on plat-forms which sup-port bi-nary pack-ages. Pos-si- Underfull \hbox (badness 2512) in paragraph at lines 28696--28707 \T1/ptm/m/n/10 ble val-ues are []\T1/zi4/m/n/10 "never"[]\T1/ptm/m/n/10 , []\T1 /zi4/m/n/10 "interactive" []\T1/ptm/m/n/10 (which means ask in in-ter-ac-tive u se and Underfull \hbox (badness 7203) in paragraph at lines 28708--28711 []\T1/ptm/m/n/10 default email-ing method used by [][][]\T1/zi4/m/n/10 create.p ost[][][] []\T1/ptm/m/n/10 and hence [][][]\T1/zi4/m/n/10 bug.report[][][] []\T 1/ptm/m/n/10 and [441] [442] [443] [444] [445] Underfull \vbox (badness 3803) has occurred while \output is active [446] Underfull \hbox (badness 10000) in paragraph at lines 29123--29127 \T1/ptm/m/n/10 el-e-ment []\T1/zi4/m/n/10 A[c(arrayindex.x, arrayindex.y)] = FU N(X[arrayindex.x], Y[arrayindex.y], [447] [448] Underfull \hbox (badness 10000) in paragraph at lines 29270--29273 []\T1/zi4/m/n/10 str2expression(s) []\T1/ptm/m/n/10 and []\T1/zi4/m/n/10 str2la ng(s) []\T1/ptm/m/n/10 re-turn spe-cial ver-sions of []\T1/zi4/m/n/10 parse(tex t=s, [449] Underfull \hbox (badness 7925) in paragraph at lines 29351--29355 []\T1/ptm/m/n/10 for a [][][]\T1/zi4/m/n/10 character[][][] []\T1/ptm/m/n/10 ve c-tor []\T1/zi4/m/n/10 s[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 str2expression(s) [ ]\T1/ptm/m/n/10 cor-re-sponds to Underfull \hbox (badness 1253) in paragraph at lines 29351--29355 []\T1/zi4/m/n/10 parse(text = s, keep.source=FALSE)[]\T1/ptm/m/n/10 , which is al-ways of type ([][][]\T1/zi4/m/n/10 typeof[][][][]\T1/ptm/m/n/10 ) and [][][] \T1/zi4/m/n/10 class[][][] Underfull \hbox (badness 2521) in paragraph at lines 29356--29365 []\T1/ptm/m/n/10 for a [][][]\T1/zi4/m/n/10 character[][][] []\T1/ptm/m/n/10 st ring []\T1/zi4/m/n/10 s[]\T1/ptm/m/n/10 , []\T1/zi4/m/n/10 str2lang(s) []\T1/pt m/m/n/10 cor-re-sponds to []\T1/zi4/m/n/10 parse(text = s, [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] Underfull \hbox (badness 2726) in paragraph at lines 30389--30392 []\T1/ptm/m/n/10 character string (or []\T1/zi4/m/n/10 NULL[]\T1/ptm/m/n/10 ) i n-di-cat-ing [][][]\T1/zi4/m/n/10 NA[][][] []\T1/ptm/m/n/10 val-ues in printed out-put, see [467] [468] [469] [470] [471] [472] [473] [474] [475] [476] [477] [478] [479] [480] [481] [482] [483] [484] [485] Underfull \vbox (badness 3803) has occurred while \output is active [486] [487] [488] [489] [490] [491] [492] Underfull \hbox (badness 1248) in paragraph at lines 32083--32090 \T1/ptm/m/n/10 uni-form pseudo-random num-ber gen-er-a-tor, \T1/ptm/m/it/10 ACM Trans-ac-tions on Mod-el-ing and Com-puter Underfull \hbox (badness 10000) in paragraph at lines 32083--32090 \T1/ptm/m/n/10 Now see [][]$\T1/zi4/m/n/10 https : / / www . math . sci . hiros hima-[]u . ac . jp / ~m-[]mat / MT / VERSIONS / C-[]LANG / [493] [494] Underfull \hbox (badness 1533) in paragraph at lines 32201--32204 []\T1/ptm/m/n/10 As with all com-piled code, mis-specifying these func-tions ca n crash \T1/phv/m/n/10 R\T1/ptm/m/n/10 . Do in-clude the [495] [496] [497] Underfull \hbox (badness 1163) in paragraph at lines 32372--32383 []\T1/ptm/m/n/10 If all com-po-nents are dif-fer-ent (and no []\T1/zi4/m/n/10 N A[]\T1/ptm/m/n/10 s), the ranks are well de-fined, with val-ues in [498] [499] [500] [501] [502] [503] [504] [505] [506] Underfull \hbox (badness 6300) in paragraph at lines 32924--32926 []\T1/ptm/m/n/10 The sec-tion `Pro-cess-ing doc-u-men-ta-tion files' in the `Wr it-ing R Ex-ten-sions' man-ual: [507] [508] [509] [510] [511] [512] [513] [514] [515] [516] [517] [518] [519] [520] [521] [522] [523] Underfull \hbox (badness 10000) in paragraph at lines 34053--34057 []\T1/zi4/m/n/10 regexpr []\T1/ptm/m/n/10 and []\T1/zi4/m/n/10 gregexpr []\T1/p tm/m/n/10 sup-port `named cap-ture'. If groups are named, e.g., Underfull \hbox (badness 1221) in paragraph at lines 34053--34057 []\T1/zi4/m/n/10 "(?[A-Z][a-z]+)" []\T1/ptm/m/n/10 then the po-si-tions of the matches are also re-turned by name. Underfull \hbox (badness 3557) in paragraph at lines 34074--34076 []\T1/ptm/m/n/10 The POSIX 1003.2 stan-dard at [][]$\T1/zi4/m/n/10 https : / / pubs . opengroup . org / onlinepubs / 9699919799 / Underfull \hbox (badness 1122) in paragraph at lines 34077--34081 []\T1/ptm/m/n/10 The []\T1/zi4/m/n/10 pcre2pattern []\T1/ptm/m/n/10 or []\T1/zi 4/m/n/10 pcrepattern man []\T1/ptm/m/n/10 page (found as part of [][]$\T1/zi4/m /n/10 https : / / www . pcre . org / [524] [525] Underfull \vbox (badness 10000) has occurred while \output is active [526] [527] [528] [529] [530] [531] [532] [533] Underfull \hbox (badness 1655) in paragraph at lines 34679--34681 []\T1/ptm/m/n/10 a vec-tor (atomic, not a list) for []\T1/zi4/m/n/10 rle()[]\T1 /ptm/m/n/10 ; an ob-ject of class []\T1/zi4/m/n/10 "rle" []\T1/ptm/m/n/10 for [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] [547] [548] [549] [550] [551] [552] Underfull \hbox (badness 2261) in paragraph at lines 35886--35891 []\T1/ptm/m/n/10 If []\T1/zi4/m/n/10 strip.white []\T1/ptm/m/n/10 is of length 1, it ap-plies to all fields; oth-er-wise, if [553] [554] [555] [556] [557] [558] [559] [560] [561] [562] [563] [564] [565] [566] [567] [568] [569] Underfull \hbox (badness 3668) in paragraph at lines 36963--36967 []\T1/zi4/m/n/10 getAllConnections []\T1/ptm/m/n/10 re-turns a se-quence of in- te-ger con-nec-tion de-scrip-tors for use with [570] Underfull \hbox (badness 10000) in paragraph at lines 37054--37065 \T1/zi4/m/n/10 / / learn . microsoft . com / en-[]us / cpp / c-[]language / par sing-[]c-[]command-[]line-[]arguments ? [571] [572] [573] [574] [575] [576] [577] [578] [579] [580] [581] [582] [583] [584] [585] [586] [587] [588] [589] [590] Underfull \vbox (badness 3803) has occurred while \output is active [591] [592] [593] [594] [595] [596] Underfull \hbox (badness 10000) in paragraph at lines 38693--38695 [][][]$\T1/zi4/m/n/10 https : / / pubs . opengroup . org / onlinepubs / 9699919 799 / functions / snprintf . html$[][] \T1/ptm/m/n/10 for [597] [598] [599] [600] [601] [602] Underfull \hbox (badness 2913) in paragraph at lines 39111--39115 \T1/ptm/m/n/10 ber of nested \T1/phv/m/n/10 R \T1/ptm/m/n/10 ex-pres-sions cur- rently un-der eval-u-a-tion, ex-ceeds the limit set by [603] [604] [605] [606] Underfull \hbox (badness 1072) in paragraph at lines 39357--39361 []\T1/ptm/m/n/10 On front-ends which sup-port it, the com-mands his-tory is rea d from the file spec-i-fied by Underfull \hbox (badness 10000) in paragraph at lines 39362--39366 []\T1/ptm/m/n/10 The command-line op-tion `[]\T1/zi4/m/n/10 --vanilla[]\T1/ptm/ m/n/10 ' im-plies `[]\T1/zi4/m/n/10 --no-site-file[]\T1/ptm/m/n/10 ', `[]\T1/zi 4/m/n/10 --no-init-file[]\T1/ptm/m/n/10 ', Underfull \hbox (badness 10000) in paragraph at lines 39402--39408 []\T1/ptm/m/n/10 On sys-tems with sub-architectures (mainly Win-dows), the file s `\T1/zi4/m/n/10 Renviron.site\T1/ptm/m/n/10 ' Underfull \hbox (badness 10000) in paragraph at lines 39402--39408 \T1/ptm/m/n/10 and `\T1/zi4/m/n/10 Rprofile.site\T1/ptm/m/n/10 ' are looked for first in architecture-specific di-rec-to-ries, Underfull \hbox (badness 1320) in paragraph at lines 39402--39408 \T1/ptm/m/n/10 e.g. `[][]\T1/ptm/m/sl/10 R_HOME[][][]\T1/zi4/m/n/10 /etc/i386/R environ.site\T1/ptm/m/n/10 '. And e.g. `\T1/zi4/m/n/10 .Renviron.i386\T1/ptm/m/ n/10 ' will be used in [607] Underfull \hbox (badness 3009) in paragraph at lines 39417--39424 []\T1/ptm/m/n/10 On Unix ver-sions of \T1/phv/m/n/10 R \T1/ptm/m/n/10 there is also a file `[][]\T1/ptm/m/sl/10 R_HOME[][][]\T1/zi4/m/n/10 /etc/Renviron\T1/pt m/m/n/10 ' which is read Underfull \hbox (badness 1038) in paragraph at lines 39417--39424 \T1/ptm/m/n/10 very early in the start-up pro-cess-ing. It con-tains en-vi-ron- ment vari-ables set by \T1/phv/m/n/10 R \T1/ptm/m/n/10 in the Underfull \hbox (badness 2573) in paragraph at lines 39417--39424 \T1/ptm/m/n/10 con-fig-ure pro-cess. Val-ues in that file can be over-rid-den i n site or user en-vi-ron-ment Underfull \hbox (badness 1917) in paragraph at lines 39417--39424 \T1/ptm/m/n/10 files: do not change `[][]\T1/ptm/m/sl/10 R_HOME[][][]\T1/zi4/m/ n/10 /etc/Renviron\T1/ptm/m/n/10 ' it-self. Note that this is dis-tinct from [608] [609] [610] Underfull \hbox (badness 2644) in paragraph at lines 39652--39656 []\T1/ptm/m/n/10 alternative to []\T1/zi4/m/n/10 exprs []\T1/ptm/m/n/10 or []\T 1/zi4/m/n/10 ...[]\T1/ptm/m/n/10 : an `expression-like' ob-ject, typ-i-cally an [611] [612] [613] [614] [615] [616] [617] [618] [619] Underfull \vbox (badness 10000) has occurred while \output is active [620] [621] [622] [623] [624] [625] [626] [627] [628] [629] [630] [631] [632] [633] [634] [635] Underfull \hbox (badness 4144) in paragraph at lines 41210--41218 []\T1/ptm/m/n/10 (for []\T1/zi4/m/n/10 summary.default[]\T1/ptm/m/n/10 ) or [][ ][]\T1/zi4/m/n/10 format[][][]() []\T1/ptm/m/n/10 (for []\T1/zi4/m/n/10 summary .data.frame[]\T1/ptm/m/n/10 ). In Underfull \hbox (badness 1158) in paragraph at lines 41220--41222 []\T1/ptm/m/n/10 integer code used in []\T1/zi4/m/n/10 quantile(*, type=quantil e.type) []\T1/ptm/m/n/10 for the de-fault [636] [637] [638] [639] [640] [641] [642] [643] [644] [645] Underfull \hbox (badness 1137) in paragraph at lines 41830--41836 []\T1/ptm/m/n/10 This ex-pands tilde (see [][]tilde ex-pan-sion[][][]) and wild -cards in file paths. For pre-cise de-tails Underfull \hbox (badness 4967) in paragraph at lines 41848--41853 []\T1/ptm/m/n/10 If a file-name starts with []\T1/zi4/m/n/10 . []\T1/ptm/m/n/10 this may need to be matched ex-plic-itly: for ex-am-ple [646] [647] Underfull \hbox (badness 1616) in paragraph at lines 41971--41976 []\T1/zi4/m/n/10 system("id") []\T1/ptm/m/n/10 is much more portable on Unix-al ikes, pro-vided only the POSIX op-tions [648] [649] [650] [651] Underfull \vbox (badness 3803) has occurred while \output is active [652] [653] [654] [655] [656] Underfull \hbox (badness 1472) in paragraph at lines 42518--42521 []\T1/ptm/m/n/10 logical. If []\T1/zi4/m/n/10 TRUE[]\T1/ptm/m/n/10 , func-tions keep their source in-clud-ing com-ments, see [657] [658] [659] LaTeX Font Warning: Font shape `T1/zi4/m/sl' undefined (Font) using `T1/zi4/m/n' instead on input line 42730. [660] [661] [662] [663] [664] [665] [666] [667] [668] [669] [670] [671] Underfull \hbox (badness 10000) in paragraph at lines 43469--43473 []\T1/ptm/m/n/10 On 64-bit plat-forms []\T1/zi4/m/sl/10 bin []\T1/ptm/m/n/10 ca n have $\OT1/cmr/m/n/10 2[]$ \T1/ptm/m/n/10 or more el-e-ments (i.e., []\T1/zi4 /m/sl/10 length(bin) > [672] [673] [674] [675] [676] [677] [678] [679] [680] [681] [682] [683] [684] [685] [686] [687] [688] [689] Underfull \hbox (badness 10000) in paragraph at lines 44663--44666 [][][]$\T1/zi4/m/sl/10 https : / / en . wikipedia . org / wiki / Time _ zone$[] [] \T1/ptm/m/n/10 and [][]$\T1/zi4/m/sl/10 https : / / data . iana . org / time -[]zones / [690] [691] [692] [693] [694] [695] Underfull \vbox (badness 10000) has occurred while \output is active [696] [697] [698] [699] [700] [701] [702] [703] Underfull \hbox (badness 1990) in paragraph at lines 45579--45587 []\T1/zi4/m/sl/10 try []\T1/ptm/m/n/10 eval-u-ates an ex-pres-sion and traps an y er-rors that oc-cur dur-ing the eval-u-a-tion. If Underfull \hbox (badness 4846) in paragraph at lines 45579--45587 \T1/ptm/m/n/10 an er-ror oc-curs then the er-ror mes-sage is printed to the [][ ][]\T1/zi4/m/sl/10 stderr[][][] []\T1/ptm/m/n/10 con-nec-tion un-less [704] [705] [706] [707] [708] [709] [710] [711] [712] [713] [714] [715] [716] [717] [718] [719] [720] [721] [722] [723] [724] [725] Underfull \hbox (badness 1014) in paragraph at lines 47020--47023 []\T1/ptm/m/n/10 logical, in-di-cat-ing if the warn-ing should be out-put im-me -di-ately, even if [726] [727] Underfull \hbox (badness 2401) in paragraph at lines 47153--47157 []\T1/ptm/m/n/10 See the de-scrip-tion of [][][]\T1/zi4/m/sl/10 options[][][](" warn") []\T1/ptm/m/n/10 for the cir-cum-stances un-der which there is a [728] [729] Underfull \hbox (badness 3492) in paragraph at lines 47279--47281 []\T1/zi4/m/sl/10 weekdays []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 months []\T1/ ptm/m/n/10 re-turn a char-ac-ter vec-tor of names in the lo-cale in use, i.e., [730] [731] Underfull \hbox (badness 2111) in paragraph at lines 47365--47370 \T1/ptm/m/n/10 If [][][]\T1/zi4/m/sl/10 names[][][](.dimnames) []\T1/ptm/m/n/10 is not empty, these are used as col-umn names. [732] [733] [734] Underfull \hbox (badness 4001) in paragraph at lines 47613--47615 []\T1/ptm/m/n/10 Thomas Lum-ley (2003) \T1/ptm/m/it/10 Stan-dard non-stan-dard eval-u-a-tion rules\T1/ptm/m/n/10 . [][]$\T1/zi4/m/sl/10 https : / / developer . [735] [736] [737] [738] [739] [740] [741] Underfull \hbox (badness 5417) in paragraph at lines 48015--48019 []\T1/zi4/m/sl/10 .packages() []\T1/ptm/m/n/10 re-turns the names of the cur-re ntly at-tached pack-ages \T1/ptm/m/it/10 in-vis-i-bly \T1/ptm/m/n/10 whereas [742] Underfull \hbox (badness 10000) in paragraph at lines 48076--48080 []\T1/zi4/m/sl/10 .standard_regexps []\T1/ptm/m/n/10 re-turns a list of `stan-d ard' reg-exps, in-clud-ing el-e-ments named [743]) (./compiler-pkg.tex [744] Chapter 2. [745] [746] [747] [748]) (./datasets-pkg.tex Chapter 3. [749] [750] [751] [752] [753] [754] [755] [756] [757] [758] [759] [760] [761] [762] [763] [764] [765] Underfull \hbox (badness 1097) in paragraph at lines 1034--1038 []\T1/ptm/m/n/10 MacDonell, W.R. (1902). On crim-i-nal an-thro-pom-e-try and th e iden-ti-fi-ca-tion of crim-i-nals. [766] [767] [768] [769] [770] [771] [772] [773] [774] [775] Overfull \hbox (5.23488pt too wide) in paragraph at lines 1643--1643 []\T1/zi4/m/n/9 matlines(gait[, -1, 1], gait[, -1, 2], type = "l", lty = 1, co l = adjustcolor("thistle", 1/3))[] [776] [777] [778] [779] [780] [781] [782] [783] [784] [785] [786] [787] [788] [789] [790] [791] [792] [793] [794] [795] [796] [797] [798] [799] [800] [801] [802] [803] [804] [805] [806] [807] [808] [809] [810] [811] Overfull \hbox (2.27475pt too wide) in paragraph at lines 3776--3776 []\T1/zi4/m/n/9 ## From https://pubs.usgs.gov/gip/Elevations-Distances/elvadis t.html#Geographic%20Centers[] [812] [813] [814] [815] [816] [817] [818] [819] [820] [821] [822] [823] [824] [825] [826] [827] [828] [829] [830] [831] [832] [833] [834] [835]) (./grDevices-pkg.tex [836] Chapter 4. [837] [838] [839] [840] [841] Underfull \hbox (badness 2221) in paragraph at lines 284--288 []\T1/ptm/m/n/10 numeric vec-tor of length 3, []\T1/zi4/m/sl/10 c(mi, ma, n.)[] \T1/ptm/m/n/10 , with iden-ti-cal mean-ing to Underfull \hbox (badness 10000) in paragraph at lines 299--304 []\T1/ptm/m/n/10 Apart from that, []\T1/zi4/m/sl/10 axisTicks() []\T1/ptm/m/n/1 0 just calls the C func-tion []\T1/zi4/m/sl/10 CreateAtVector() []\T1/ptm/m/n/1 0 in [842] [843] [844] [845] [846] [847] [848] [849] [850] [851] Underfull \hbox (badness 1424) in paragraph at lines 911--913 [][][]\T1/zi4/m/sl/10 NA[][][] []\T1/ptm/m/n/10 (as in-te-ger or char-ac-ter) a nd []\T1/zi4/m/sl/10 "NA" []\T1/ptm/m/n/10 mean trans-par-ent, which can also b e spec-i-fied as [852] Underfull \vbox (badness 10000) has occurred while \output is active [853] [854] [855] [856] Underfull \hbox (badness 5175) in paragraph at lines 1239--1241 []\T1/ptm/m/n/10 There is cur-rently no doc-u-men-ta-tion about the al-go-rithm . The source code is in [857] [858] Underfull \hbox (badness 2512) in paragraph at lines 1358--1360 []\T1/ptm/m/n/10 For the white points [][]$\T1/zi4/m/sl/10 https : / / web . ar chive . org / web / 20190613001950 / http : / / efg2 . com / [859] [860] [861] [862] [863] Underfull \hbox (badness 1490) in paragraph at lines 1658--1663 \T1/ptm/m/n/10 by [][][]\T1/zi4/m/sl/10 rasterImage[][][] []\T1/ptm/m/n/10 and [][][]\T1/zi4/m/sl/10 grid.raster[][][][]\T1/ptm/m/n/10 ? Pos-si-ble val-ues [] \T1/zi4/m/sl/10 "no"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "yes" []\T1/ptm/m/n/10 and Underfull \hbox (badness 3302) in paragraph at lines 1671--1675 []\T1/ptm/m/n/10 character: Does the de-vice sup-port pat-tern fills? One or mo re of [864] [865] [866] [867] [868] [869] Underfull \hbox (badness 1325) in paragraph at lines 2086--2096 []\T1/zi4/m/sl/10 "png48"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "pngmono"[]\T1/pt m/m/n/10 , []\T1/zi4/m/sl/10 "pnggray"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "png alpha"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "bmp16"[]\T1/ptm/m/n/10 , []\T1/zi4/ m/sl/10 "bmp16m" "bmp256"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "bmp32b"[]\T1/ptm /m/n/10 , [870] [871] Underfull \hbox (badness 10000) in paragraph at lines 2198--2200 []\T1/ptm/m/n/10 The de-fault value when a de-vice is opened is taken from the set-ting of [872] [873] [874] Underfull \hbox (badness 6758) in paragraph at lines 2386--2389 []\T1/ptm/m/n/10 Some other op-tions which can be use-ful (see your Ghostscript doc-u-men-ta-tion) are [875] [876] [877] [878] [879] [880] [881] [882] [883] [884] [885] [886] Underfull \hbox (badness 10000) in paragraph at lines 3143--3144 [887] [888] [889] [890] [891] [892] [893] [894] [895] [896] [897] [898] Underfull \vbox (badness 3803) has occurred while \output is active [899] [900] [901] [902] Underfull \vbox (badness 10000) has occurred while \output is active [903] [904] [905] [906] Underfull \hbox (badness 1418) in paragraph at lines 4429--4436 \T1/ptm/m/n/10 it is one of []\T1/zi4/m/sl/10 "AvantGarde"[]\T1/ptm/m/n/10 , [] \T1/zi4/m/sl/10 "Bookman"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "Courier"[]\T1/pt m/m/n/10 , []\T1/zi4/m/sl/10 "Helvetica"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "H elvetica-Narrow"[]\T1/ptm/m/n/10 , [907] [908] [909] [910] Underfull \hbox (badness 1152) in paragraph at lines 4716--4723 []\T1/zi4/m/sl/10 encoding[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 bg[]\T1/ptm/m/n/ 10 , []\T1/zi4/m/sl/10 fg[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 pointsize[]\T1/pt m/m/n/10 , []\T1/zi4/m/sl/10 pagecentre[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 col ormodel[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 useDingbats[]\T1/ptm/m/n/10 , [911] [912] [913] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.symbol}) has been already used, duplicate ignored \relax l.4896 \aliasA{symbol}{plotmath}{symbol} [914] [915] [916] [917] Underfull \vbox (badness 3803) has occurred while \output is active [918] [919] Underfull \hbox (badness 1584) in paragraph at lines 5289--5291 []\T1/ptm/m/n/10 For type []\T1/zi4/m/sl/10 "cairo"[]\T1/ptm/m/n/10 , the []\T1 /zi4/m/sl/10 symbolfamily []\T1/ptm/m/n/10 ar-gu-ment can be sup-plied. See Underfull \hbox (badness 1067) in paragraph at lines 5293--5300 \T1/ptm/m/n/10 The lat-ter will only be avail-able if the sys-tem was com-piled with sup- [920] [921] [922] [923] Underfull \hbox (badness 1377) in paragraph at lines 5595--5600 []\T1/ptm/m/n/10 a char-ac-ter string de-scrib-ing the color model: cur-rently al-lowed val-ues [924] [925] Underfull \hbox (badness 1377) in paragraph at lines 5699--5704 []\T1/ptm/m/n/10 Color mod-els pro-vided for back-wards com-pat-i-bil-ity are [ ]\T1/zi4/m/sl/10 "rgb" []\T1/ptm/m/n/10 (which is RGB+gray) and [926] Underfull \hbox (badness 7344) in paragraph at lines 5768--5770 []\T1/ptm/m/n/10 Support for Com-puter Mod-ern fonts is based on a con-tri-bu-t ion by Brian D'Urso [927] [928] Underfull \hbox (badness 2035) in paragraph at lines 5907--5916 []\T1/ptm/m/n/10 Mappings for a num-ber of stan-dard Adobe fonts (and URW equiv -a-lents) are also pro- Underfull \hbox (badness 10000) in paragraph at lines 5907--5916 \T1/ptm/m/n/10 vided: []\T1/zi4/m/sl/10 "AvantGarde"[]\T1/ptm/m/n/10 , []\T1/zi 4/m/sl/10 "Bookman"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "Courier"[]\T1/ptm/m/n/ 10 , []\T1/zi4/m/sl/10 "Helvetica"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "Helveti ca-Narrow"[]\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 5907--5916 []\T1/zi4/m/sl/10 "NewCenturySchoolbook"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "P alatino" []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 "Times"[]\T1/ptm/m/n/10 ; []\T1 /zi4/m/sl/10 "URWGothic"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "URWBookman"[]\T1/ ptm/m/n/10 , [929] Underfull \hbox (badness 10000) in paragraph at lines 5973--5978 []\T1/zi4/m/sl/10 BousungEG-Light-GB []\T1/ptm/m/n/10 can be found at [][]$\T1/ zi4/m/sl/10 https : / / ftp . gnu . org / pub / non-[]gnu / [930] [931] [932] Underfull \hbox (badness 1546) in paragraph at lines 6114--6122 []\T1/ptm/m/n/10 arguments []\T1/zi4/m/sl/10 onefile[]\T1/ptm/m/n/10 , []\T1/zi 4/m/sl/10 family[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 title[]\T1/ptm/m/n/10 , [] \T1/zi4/m/sl/10 fonts[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 encoding[]\T1/ptm/m/n /10 , []\T1/zi4/m/sl/10 bg[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 fg[]\T1/ptm/m/n/ 10 , []\T1/zi4/m/sl/10 width[]\T1/ptm/m/n/10 , [933] [934] [935] [936] [937] [938] Underfull \hbox (badness 6625) in paragraph at lines 6558--6561 []\T1/ptm/m/n/10 Murrell, P., Ooms, J., Al-laire, J.J. (2015), "Record-ing and Re-play-ing the Graph- [939] [940] Underfull \hbox (badness 10000) in paragraph at lines 6662--6665 []\T1/zi4/m/sl/10 rgb2hsv []\T1/ptm/m/n/10 trans-forms col-ors from RGB space ( red/green/blue) into HSV space [941] [942] [943] [944] Overfull \hbox (9.73488pt too wide) in paragraph at lines 6899--6899 []\T1/zi4/m/n/9 ## but now, x in [-0.5, 20] -- "too far" ==> "wrap around" pro blem (without \TS1/zi4/m/n/9 '\T1/zi4/m/n/9 continuous=TRUE\TS1/zi4/m/n/9 '\T1/ zi4/m/n/9 ):[] [945] [946] [947] [948] [949] [950] [951] [952] [953] [954] Underfull \hbox (badness 1189) in paragraph at lines 7528--7530 []\T1/ptm/m/n/10 for cairo types, the type of anti-aliasing (if any) to be used . One of [955] Underfull \hbox (badness 10000) in paragraph at lines 7633--7635 []\T1/zi4/m/sl/10 "-*-mincho-%s-%s-*-*-%d-*-*-*-*-*-*-*" []\T1/ptm/m/n/10 for C JK lan-guages and [956] [957] [958] [959] [960] [961] [962] [963] [964]) (./graphics-pkg.tex Chapter 5. [965] [966] [967] [968] [969] [970] [971] [972] [973] [974] [975] Underfull \vbox (badness 3803) has occurred while \output is active [976] [977] [978] [979] [980] [981] Overfull \hbox (12.71341pt too wide) in paragraph at lines 1038--1038 [] \T1/zi4/m/n/9 main = "barplot(Freq ~ Class + Survived, *)", ylab = " # {passengers}", legend.text = TRUE)[] [982] [983] [984] [985] [986] [987] Underfull \hbox (badness 4634) in paragraph at lines 1411--1414 [][][]\T1/zi4/m/sl/10 boxplot.default[][][] []\T1/ptm/m/n/10 which al-ready wor ks nowa-days with data.frames; [][][]\T1/zi4/m/sl/10 boxplot.formula[][][][]\T1 /ptm/m/n/10 , [988] [989] [990] [991] [992] [993] [994] [995] [996] [997] [998] [999] [1000] [1001] [1002] [1003] [1004] Underfull \hbox (badness 1728) in paragraph at lines 2389--2391 []\T1/ptm/m/n/10 a string in-di-cat-ing the x-axis style; use []\T1/zi4/m/sl/10 "n" []\T1/ptm/m/n/10 to sup-press and see also [1005] Underfull \hbox (badness 1009) in paragraph at lines 2482--2489 \T1/ptm/m/n/10 be in as-cend-ing or-der. (The rest of this de-scrip-tion does n ot ap-ply to [1006] [1007] [1008] [1009] [1010] [1011] [1012] [1013] [1014] [1015] [1016] [1017] [1018] [1019] [1020] [1021] [1022] [1023] [1024] [1025] [1026] [1027] [1028] [1029] Underfull \vbox (badness 10000) has occurred while \output is active [1030] Underfull \vbox (badness 10000) has occurred while \output is active [1031] [1032] [1033] [1034] [1035] [1036] [1037] [1038] [1039] [1040] [1041] [1042] Underfull \hbox (badness 3229) in paragraph at lines 4755--4760 []\T1/ptm/m/n/10 a char-ac-ter string in-di-cat-ing if log-a-rith-mic axes are to be used, see [1043] [1044] [1045] [1046] [1047] Underfull \hbox (badness 1107) in paragraph at lines 5254--5260 []\T1/ptm/m/n/10 is []\T1/zi4/m/sl/10 par("cin")/par("pin") []\T1/ptm/m/n/10 sc aled to user co-or-di-nates. Note that []\T1/zi4/m/sl/10 c([][]strwidth[][][](c h), [1048] [1049] Underfull \hbox (badness 10000) in paragraph at lines 5383--5386 [1050 ] Underfull \hbox (badness 10000) in paragraph at lines 5444--5446 Underfull \vbox (badness 10000) has occurred while \output is active [1051] [1052 ] [1053] [1054] [1055] [1056] [1057] [1058] [1059] [1060] [1061] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.plot}) ha s been already used, duplicate ignored \relax l.6119 \aliasA{plot}{plot.default}{plot} [1062] [1063] [1064] [1065] [1066] [1067] [1068] [1069] [1070] [1071] [1072] [1073] [1074] [1075] [1076] Overfull \hbox (31.57222pt too wide) in paragraph at lines 7026--7027 [][] [1077 ] [1078] [1079] [1080] [1081] [1082] [1083] [1084] [1085] [1086] [1087] [1088] [1089] [1090] [1091] [1092] [1093] [1094] [1095] [1096] [1097] [1098] [1099] [1100] [1101] [1102] [1103] [1104] [1105] [1106] [1107] [1108] [1109] [1110] [1111] Underfull \hbox (badness 4954) in paragraph at lines 9140--9142 []\T1/ptm/m/n/10 Sub-title (at bot-tom) us-ing font, size and color []\T1/zi4/m /sl/10 par(c("font.sub", Underfull \hbox (badness 1019) in paragraph at lines 9142--9144 []\T1/ptm/m/n/10 X axis la-bel us-ing font, size and color []\T1/zi4/m/sl/10 pa r(c("font.lab", "cex.lab", [1112] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.units}) h as been already used, duplicate ignored \relax l.9222 \HeaderA{units}{Graphical Units}{units} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.units.1}) has been already used, duplicate ignored \relax l.9222 \HeaderA{units}{Graphical Units}{units} [1113] [1114] [1115] [1116]) (./grid-pkg.tex Chapter 6. [1117] [1118] [1119] [1120] [1121] [1122] [1123] [1124] [1125] Underfull \hbox (badness 2680) in paragraph at lines 551--554 []\T1/ptm/m/n/10 Note that []\T1/zi4/m/sl/10 preDrawDetails []\T1/ptm/m/n/10 an d []\T1/zi4/m/sl/10 postDrawDetails []\T1/ptm/m/n/10 are also called in the cal -cu-la-tion of [1126] [1127] [1128] [1129] [1130] [1131] [1132] [1133] [1134] [1135] [1136] Underfull \hbox (badness 4279) in paragraph at lines 1188--1197 [][][]\T1/ptm/m/n/10 Grid[][][], [][][]\T1/zi4/m/sl/10 pushViewport[][][][]\T1/ ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 popViewport[][][][]\T1/ptm/m/n/10 , [][][]\T 1/zi4/m/sl/10 downViewport[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 seekVi ewport[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 upViewport[][][][]\T1/ptm/ m/n/10 , [][][]\T1/zi4/m/sl/10 unit[][][][]\T1/ptm/m/n/10 , [1137] [1138] [1139] [1140] [1141] [1142] [1143] [1144] [1145] [1146] [1147] [1148] [1149] [1150] [1151] [1152] [1153] [1154] [1155] [1156] [1157] [1158] [1159] [1160] [1161] [1162] [1163] [1164] [1165] [1166] [1167] [1168] Underfull \hbox (badness 10000) in paragraph at lines 3103--3105 []\T1/ptm/m/n/10 A func-tion that re-turns an affine trans-for-ma-tion ma-trix; see [1169] [1170] [1171] [1172] [1173] [1174] [1175] [1176] [1177] [1178] [1179] [1180] [1181] [1182] [1183] [1184] Underfull \vbox (badness 10000) has occurred while \output is active [1185] [1186] [1187] [1188] [1189] [1190] [1191] [1192] [1193] [1194] [1195] [1196] [1197] [1198] Underfull \hbox (badness 1067) in paragraph at lines 4843--4846 []\T1/ptm/m/n/10 Both func-tions cre-ate a seg-ments grob (a graph-i-cal ob-jec t de-scrib-ing seg-ments), but only [1199] [1200] [1201] [1202] [1203] [1204] Underfull \hbox (badness 7256) in paragraph at lines 5194--5196 []\T1/ptm/m/n/10 A char-ac-ter or [][]ex-pres-sion[][][] vec-tor. Other ob-ject s are co-erced by [1205] [1206] [1207] [1208] [1209] [1210] [1211] Underfull \hbox (badness 2142) in paragraph at lines 5648--5652 []\T1/ptm/m/n/10 ob-jects. For []\T1/zi4/m/sl/10 gridGTreeCoords []\T1/ptm/m/n/ 10 a list of ei-ther []\T1/zi4/m/sl/10 "GridGrobCoords" []\T1/ptm/m/n/10 or [1212] [1213] Underfull \hbox (badness 4699) in paragraph at lines 5730--5735 []\T1/ptm/m/n/10 Either a []\T1/zi4/m/sl/10 "GridGrobCoords" []\T1/ptm/m/n/10 o b-ject (a list of lists with com-po-nents []\T1/zi4/m/sl/10 x []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 y[]\T1/ptm/m/n/10 ) or a [1214] [1215] [1216] [1217] [1218] [1219] [1220] [1221] [1222] [1223] [1224] [1225] [1226] [1227] [1228] [1229] [1230] [1231] [1232] [1233] [1234] [1235] [1236] [1237] [1238] [1239] [1240] [1241] [1242] [1243] [1244] [1245]) (./methods-pkg.tex [1246] Chapter 7. [1247] [1248] [1249] [1250] [1251] [1252] [1253] [1254] Underfull \vbox (badness 10000) has occurred while \output is active [1255] Underfull \vbox (badness 10000) has occurred while \output is active [1256] [1257] [1258] [1259] [1260] [1261] [1262] [1263] [1264] [1265] Underfull \hbox (badness 2237) in paragraph at lines 1383--1385 []\T1/ptm/m/n/10 The class []\T1/zi4/m/sl/10 "className" []\T1/ptm/m/n/10 ex-te nds []\T1/zi4/m/sl/10 "character" []\T1/ptm/m/n/10 and has a slot []\T1/zi4/m/s l/10 "package"[]\T1/ptm/m/n/10 , also of class [1266] [1267] [1268] [1269] [1270] [1271] [1272] [1273] [1274] Underfull \hbox (badness 10000) in paragraph at lines 1979--1984 []\T1/ptm/m/n/10 The ar-gu-ment to []\T1/zi4/m/sl/10 insertSource []\T1/ptm/m/n /10 can be an ob-ject of class Underfull \hbox (badness 1038) in paragraph at lines 1979--1984 \T1/ptm/m/n/10 file name is passed to []\T1/zi4/m/sl/10 insertSource []\T1/ptm/ m/n/10 it calls []\T1/zi4/m/sl/10 evalSource []\T1/ptm/m/n/10 to ob-tain the [1275] [1276] [1277] Underfull \hbox (badness 2213) in paragraph at lines 2211--2216 []\T1/ptm/m/n/10 To re-strict the search to classes in a par-tic-u-lar pack-age , use []\T1/zi4/m/sl/10 where = [1278] [1279] [1280] [1281] [1282] Underfull \hbox (badness 10000) in paragraph at lines 2572--2575 []\T1/ptm/m/n/10 As you might ex-pect [][][]\T1/zi4/m/sl/10 setGeneric[][][] [] \T1/ptm/m/n/10 and [][][]\T1/zi4/m/sl/10 setGroupGeneric[][][] []\T1/ptm/m/n/10 cre-ate ob-jects of class [1283] [1284] Underfull \hbox (badness 1132) in paragraph at lines 2712--2716 []\T1/ptm/m/n/10 In []\T1/zi4/m/sl/10 getGenerics[]\T1/ptm/m/n/10 , if []\T1/zi 4/m/sl/10 TRUE[]\T1/ptm/m/n/10 , the []\T1/zi4/m/sl/10 package []\T1/ptm/m/n/10 slot of the re-turned re-sult is in [1285] Underfull \hbox (badness 1033) in paragraph at lines 2748--2753 \T1/ptm/m/n/10 In ad-di-tion, []\T1/zi4/m/sl/10 removeGeneric []\T1/ptm/m/n/10 re-moves the func-tion it-self; []\T1/zi4/m/sl/10 removeMethods []\T1/ptm/m/n/1 0 re-stores the [1286] [1287] [1288] [1289] [1290] [1291] [1292] Underfull \hbox (badness 1102) in paragraph at lines 3305--3307 []\T1/zi4/m/sl/10 getPackageName []\T1/ptm/m/n/10 re-turns the character-string name of the pack-age (with-out the ex-tra-ne-ous [1293] [1294] [1295] [1296] [1297] Underfull \hbox (badness 10000) in paragraph at lines 3642--3651 []\T1/ptm/m/n/10 The [1298] [1299] Underfull \hbox (badness 10000) in paragraph at lines 3762--3763 [] \T1/zi4/m/sl/10 Pos <- setClass("Pos", slots = c(latitude = "numeric", longi tude = "numeric", [1300] Underfull \hbox (badness 10000) in paragraph at lines 3846--3847 []\T1/zi4/m/sl/10 Currency <- setClass("Currency", slots = c(unit = "character" ), contains = [1301] [1302] [1303] [1304] [1305] [1306] [1307] [1308] [1309] [1310] Underfull \hbox (badness 1769) in paragraph at lines 4477--4483 []\T1/ptm/m/n/10 class [][][]\T1/zi4/m/sl/10 MethodsList[][][] []\T1/ptm/m/n/10 for the ob-jects defin-ing sets of meth-ods as-so-ci-ated with a par-tic-u-lar Underfull \hbox (badness 1939) in paragraph at lines 4477--4483 []\T1/zi4/m/sl/10 MethodDefinition[]\T1/ptm/m/n/10 , or an ex-ten-sion. Class [ ][][]\T1/zi4/m/sl/10 MethodWithNext[][][] []\T1/ptm/m/n/10 for an ex-ten-sion u sed by [1311] [1312] [1313] [1314] [1315] [1316] [1317] [1318] [1319] Underfull \vbox (badness 10000) has occurred while \output is active [1320] [1321] [1322] Underfull \hbox (badness 4036) in paragraph at lines 5379--5382 []\T1/ptm/m/n/10 Object of class []\T1/zi4/m/sl/10 "PossibleMethod" []\T1/ptm/m /n/10 the method to use in re-sponse to a [1323] [1324] Underfull \hbox (badness 3803) in paragraph at lines 5452--5454 []\T1/ptm/m/n/10 arguments to spec-ify prop-er-ties of the new ob-ject, to be p assed to [1325] [1326] [1327] Underfull \hbox (badness 1087) in paragraph at lines 5683--5688 []\T1/ptm/m/n/10 In ad-di-tion, the cur-rently avail-able gener-ics with meth-o ds for this class are found (us-ing [1328] [1329] [1330] [1331] [1332] [1333] [1334] [1335] [1336] Underfull \hbox (badness 1675) in paragraph at lines 6390--6396 []\T1/ptm/m/n/10 can be con-verted ex-plic-itly as []\T1/zi4/m/sl/10 externalRe fMethod(f)[]\T1/ptm/m/n/10 , which re-turns an ob-ject of class [1337] [1338] [1339] [1340] Underfull \vbox (badness 10000) has occurred while \output is active [1341] [1342] [1343] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.S4}) has been already used, duplicate ignored \relax l.6911 \aliasA{S4}{S3Part}{S4} [1344] [1345] [1346] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Complex}) has been already used, duplicate ignored \relax l.7167 \aliasA{Complex}{S4groupGeneric}{Complex} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Logic}) h as been already used, duplicate ignored \relax l.7169 \aliasA{Logic}{S4groupGeneric}{Logic} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Math}) ha s been already used, duplicate ignored \relax l.7170 \aliasA{Math}{S4groupGeneric}{Math} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.matrixOps }) has been already used, duplicate ignored \relax l.7172 ...sA{matrixOps}{S4groupGeneric}{matrixOps} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Ops}) has been already used, duplicate ignored \relax l.7173 \aliasA{Ops}{S4groupGeneric}{Ops} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.Summary}) has been already used, duplicate ignored \relax l.7174 \aliasA{Summary}{S4groupGeneric}{Summary} [1347] Underfull \hbox (badness 2050) in paragraph at lines 7236--7240 []\T1/ptm/m/n/10 The mem-bers of the group de-fined by a par-tic-u-lar generic can be ob-tained by call-ing [1348] [1349] [1350] Underfull \hbox (badness 1286) in paragraph at lines 7424--7426 []\T1/ptm/m/n/10 for []\T1/zi4/m/sl/10 .selectSuperClasses() []\T1/ptm/m/n/10 o nly, a [][][]\T1/zi4/m/sl/10 list[][][] []\T1/ptm/m/n/10 of class ex-ten-sions, typ-i-cally [1351] [1352] [1353] [1354] [1355] [1356] [1357] [1358] [1359] [1360] [1361] [1362] [1363] [1364] [1365] [1366] [1367] [1368] [1369] [1370] [1371] [1372] [1373] [1374] [1375] [1376] [1377] [1378] Underfull \vbox (badness 10000) has occurred while \output is active [1379] [1380] [1381] [1382] [1383] [1384] [1385] [1386] [1387] [1388] [1389] [1390] [1391] [1392] Underfull \hbox (badness 1158) in paragraph at lines 10440--10443 []\T1/ptm/m/n/10 Chambers, John M. (2009) \T1/ptm/m/it/10 Class In-her-i-tance in R [][]$\T1/zi4/m/sl/10 https : / / johnmchambers . su . domains / [1393] Underfull \hbox (badness 1852) in paragraph at lines 10518--10522 []\T1/ptm/m/n/10 Each of the classes ex-tends the cor-re-spond-ing un-traced cl ass, from the data part; e.g., [1394] [1395] [1396] [1397]) (./parallel-pkg.tex [1398] Chapter 8. Underfull \hbox (badness 5490) in paragraph at lines 14--16 []\T1/ptm/m/n/10 There is sup-port for mul-ti-ple RNG streams with the `[]\T1/z i4/m/sl/10 "L\TS1/zi4/m/n/10 '\T1/zi4/m/sl/10 Ecuyer-CMRG"[]\T1/ptm/m/n/10 ' [] []RNG[][][]: see [1399] [1400] [1401] [1402] [1403] Underfull \hbox (badness 1320) in paragraph at lines 300--303 []\T1/ptm/m/n/10 It has meth-ods to do so for Linux, ma-cOS, FreeBSD, OpenBSD, So-laris and Win-dows. [1404] [1405] [1406] [1407] [1408] [1409] [1410] [1411] [1412] [1413] [1414] [1415] [1416] [1417] [1418] [1419] [1420] Underfull \hbox (badness 3386) in paragraph at lines 1416--1419 []\T1/ptm/m/n/10 An in-te-ger vec-tor of length 7 as given by []\T1/zi4/m/sl/10 .Random.seed []\T1/ptm/m/n/10 when the [1421] [1422] [1423]) (./splines-pkg.tex [1424] Chapter 9. Underfull \hbox (badness 10000) in paragraph at lines 22--24 []\T1/ptm/m/n/10 Douglas M. Bates \T1/zi4/m/sl/10 \T1/ptm /m/n/10 and William N. Ven-ables [1425] [1426] [1427] [1428] [1429] [1430] [1431] [1432] [1433] [1434] [1435] [1436] [1437] [1438] [1439] [1440]) (./stats-pkg.tex Chapter 10. [1441] [1442] [1443] [1444] [1445] [1446] [1447] [1448] [1449] [1450] [1451] [1452] [1453] [1454] Underfull \hbox (badness 1412) in paragraph at lines 901--903 []\T1/ptm/m/n/10 A fit-ted model ob-ject, for ex-am-ple from []\T1/zi4/m/sl/10 lm []\T1/ptm/m/n/10 or []\T1/zi4/m/sl/10 aov[]\T1/ptm/m/n/10 , or a for-mula fo r [1455] [1456] [1457] [1458] [1459] [1460] [1461] [1462] Underfull \hbox (badness 2503) in paragraph at lines 1389--1392 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1463] [1464] [1465] [1466] [1467] [1468] [1469] [1470] [1471] [1472] [1473] [1474] [1475] [1476] [1477] [1478] [1479] [1480] [1481] [1482] [1483] [1484] [1485] [1486] [1487] [1488] [1489] [1490] [1491] [1492] [1493] [1494] [1495] [1496] Underfull \hbox (badness 2503) in paragraph at lines 3571--3574 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1497] [1498] Package amsmath Warning: Foreign command \atopwithdelims; (amsmath) \frac or \genfrac should be used instead (amsmath) on input line 3684. [1499] [1500] [1501] [1502] [1503] [1504] [1505] [1506] [1507] [1508] [1509] [1510] [1511] [1512] [1513] [1514] [1515] [1516] Underfull \hbox (badness 3989) in paragraph at lines 4830--4837 []\T1/ptm/m/n/10 a nu-meric vec-tor of length 2, equal to say $\OT1/cmr/m/n/10 (\OML/cmm/m/it/10 g[]; g[]\OT1/cmr/m/n/10 )$\T1/ptm/m/n/10 , where $\OML/cmm/m/ it/10 g[] \OT1/cmr/m/n/10 = [1517] [1518] [1519] [1520] [1521] [1522] [1523] [1524] [1525] [1526] Underfull \hbox (badness 2556) in paragraph at lines 5484--5487 []\T1/ptm/m/n/10 character; par-tially matched to []\T1/zi4/m/sl/10 "circular"[ ]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "open"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "filter"[]\T1/ptm/m/n/10 . For [1527] [1528] [1529] [1530] [1531] [1532] [1533] Underfull \hbox (badness 2503) in paragraph at lines 5896--5900 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1534] [1535] [1536] [1537] [1538] [1539] [1540] [1541] [1542] [1543] [1544] [1545] [1546] Underfull \hbox (badness 7081) in paragraph at lines 6695--6698 []\T1/ptm/m/n/10 Objects of class []\T1/zi4/m/sl/10 "hclust" []\T1/ptm/m/n/10 c an be con-verted to class []\T1/zi4/m/sl/10 "dendrogram" []\T1/ptm/m/n/10 us-in g method Underfull \hbox (badness 10000) in paragraph at lines 6699--6701 []\T1/zi4/m/sl/10 rev.dendrogram []\T1/ptm/m/n/10 sim-ply re-turns the den-dro- gram []\T1/zi4/m/sl/10 x []\T1/ptm/m/n/10 with re-versed nodes, see also [1547] [1548] [1549] [1550] [1551] [1552] Underfull \vbox (badness 10000) has occurred while \output is active [1553] [1554] [1555] Underfull \vbox (badness 10000) has occurred while \output is active [1556] [1557] [1558] [1559] [1560] Underfull \hbox (badness 10000) in paragraph at lines 7595--7598 []\T1/ptm/m/n/10 optionally, the dis-tance method used; re-sult-ing from []\T1/ zi4/m/sl/10 dist()[]\T1/ptm/m/n/10 , the [1561] [1562] [1563] [1564] [1565] [1566] Underfull \vbox (badness 3803) has occurred while \output is active [1567] [1568] [1569] [1570] [1571] [1572] [1573] [1574] [1575] Underfull \hbox (badness 1960) in paragraph at lines 8472--8475 []\T1/ptm/m/n/10 the [][][]\T1/zi4/m/sl/10 na.action[][][] []\T1/ptm/m/n/10 to be used if []\T1/zi4/m/sl/10 x []\T1/ptm/m/n/10 is used as a for-mula, in which case [1576] [1577] [1578] [1579] [1580] [1581] [1582] Underfull \vbox (badness 3803) has occurred while \output is active [1583] [1584] [1585] [1586] [1587] [1588] Underfull \hbox (badness 2626) in paragraph at lines 9295--9298 []\T1/ptm/m/n/10 Either []\T1/zi4/m/sl/10 "convolution" []\T1/ptm/m/n/10 or []\ T1/zi4/m/sl/10 "recursive" []\T1/ptm/m/n/10 (and can be ab-bre-vi-ated). If [1589] Underfull \hbox (badness 2503) in paragraph at lines 9402--9406 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1590] [1591] [1592] [1593] [1594] [1595] [1596] [1597] [1598] [1599] [1600] [1601] [1602] [1603] [1604] [1605] [1606] [1607] [1608] [1609] [1610] Underfull \hbox (badness 4518) in paragraph at lines 10750--10755 []\T1/ptm/m/n/10 an op-tional data frame, list or en-vi-ron-ment (or ob-ject co -ercible by [1611] [1612] [1613] [1614] [1615] Underfull \hbox (badness 2142) in paragraph at lines 11118--11121 []\T1/ptm/m/n/10 positive con-ver-gence tol-er-ance $\OML/cmm/m/it/10 ^^O$\T1/p tm/m/n/10 ; the it-er-a-tions con-verge when $\OMS/cmsy/m/n/10 j\OML/cmm/m/it/1 0 dev \OMS/cmsy/m/n/10 ^^@ Underfull \hbox (badness 1253) in paragraph at lines 11137--11140 []\T1/ptm/m/n/10 When []\T1/zi4/m/sl/10 trace []\T1/ptm/m/n/10 is true, calls t o [][][]\T1/zi4/m/sl/10 cat[][][] []\T1/ptm/m/n/10 pro-duce the out-put for eac h IWLS it-er-a-tion. Hence, [1616] Underfull \hbox (badness 1708) in paragraph at lines 11199--11203 []\T1/ptm/m/n/10 the type of resid-u-als which should be re-turned. The al-ter- na-tives are: [1617] [1618] [1619] [1620] [1621] [1622] Underfull \hbox (badness 1694) in paragraph at lines 11597--11600 []\T1/ptm/m/n/10 character vec-tors with row and col-umn la-bels to use; these de-fault to [1623] [1624] [1625] [1626] [1627] [1628] [1629] [1630] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.hat}) has been already used, duplicate ignored \relax l.12095 \aliasA{hat}{influence.measures}{hat} [1631] [1632] Underfull \hbox (badness 1484) in paragraph at lines 12240--12242 []\T1/ptm/m/n/10 The func-tion []\T1/zi4/m/sl/10 hat() []\T1/ptm/m/n/10 ex-ists mainly for S (ver-sion 2) com-pat-i-bil-ity; we rec-om-mend us-ing [1633] [1634] [1635] [1636] [1637] [1638] [1639] [1640] [1641] [1642] Underfull \hbox (badness 10000) in paragraph at lines 12827--12829 []\T1/ptm/m/n/10 tolerance even-tu-ally passed to [][][]\T1/zi4/m/sl/10 solve.d efault[][][] []\T1/ptm/m/n/10 when []\T1/zi4/m/sl/10 SSinit = [1643] [1644] [1645] [1646] [1647] [1648] Underfull \hbox (badness 2894) in paragraph at lines 13169--13173 []\T1/ptm/m/n/10 logical or in-te-ger num-ber, cur-rently only used in the de-f ault method [1649] [1650] [1651] [1652] [1653] [1654] Underfull \hbox (badness 1496) in paragraph at lines 13597--13603 []\T1/ptm/m/n/10 Gunar Schröer and Di-et-rich Tren-kler (1995). Ex-act and Ran- dom-iza-tion Dis-tri-bu-tions of [1655] [1656] [1657] [1658] [1659] [1660] [1661] Underfull \hbox (badness 4518) in paragraph at lines 14000--14005 []\T1/ptm/m/n/10 an op-tional data frame, list or en-vi-ron-ment (or ob-ject co -ercible by [1662] [1663] [1664] [1665] [1666] [1667] [1668] [1669] [1670] Underfull \hbox (badness 1596) in paragraph at lines 14634--14637 \T1/ptm/m/n/10 to []\T1/zi4/m/sl/10 print(, ...)[]\T1/ptm/m/n/10 , he nce, e.g., []\T1/zi4/m/sl/10 cutoff = []\T1/ptm/m/n/10 ; ig-nored for [1671] Underfull \hbox (badness 4518) in paragraph at lines 14692--14697 []\T1/ptm/m/n/10 an op-tional data frame, list or en-vi-ron-ment (or ob-ject co -ercible by [1672] [1673] [1674] Underfull \hbox (badness 6412) in paragraph at lines 14832--14836 []\T1/ptm/m/n/10 Only for the (de-fault) case []\T1/zi4/m/sl/10 (surface = "int erpolate", statistics = Underfull \hbox (badness 1199) in paragraph at lines 14839--14841 []\T1/ptm/m/n/10 the num-ber of it-er-a-tions used in ro-bust fit-ting, i.e. on ly if []\T1/zi4/m/sl/10 family []\T1/ptm/m/n/10 is [1675] [1676] [1677] [1678] [1679] [1680] [1681] [1682] [1683] [1684] [1685] [1686] [1687] [1688] [1689] [1690] [1691] [1692] Underfull \hbox (badness 2503) in paragraph at lines 15916--15920 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , [1693] [1694] [1695] [1696] [1697] [1698] [1699] [1700] Underfull \hbox (badness 10000) in paragraph at lines 16429--16435 []\T1/zi4/m/sl/10 model.extract(m, "offset") []\T1/ptm/m/n/10 and []\T1/zi4/m/s l/10 model.extract(m, "response") []\T1/ptm/m/n/10 are equiv-a-lent to Underfull \hbox (badness 1867) in paragraph at lines 16429--16435 []\T1/zi4/m/sl/10 model.offset(m) []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 model. response(m) []\T1/ptm/m/n/10 re-spec-tively. []\T1/zi4/m/sl/10 model.offset []\ T1/ptm/m/n/10 sums any terms [1701] [1702] [1703] [1704] [1705] [1706] [1707] [1708] [1709] [1710] [1711] [1712] [1713] [1714] [1715] [1716] [1717] [1718] [1719] [1720] [1721] [1722] [1723] [1724] [1725] [1726] [1727] Underfull \hbox (badness 1158) in paragraph at lines 18091--18094 []\T1/ptm/m/n/10 the ex-pres-sion that was passed to []\T1/zi4/m/sl/10 nls []\T 1/ptm/m/n/10 as the data ar-gu-ment. The ac- [1728] [1729] Underfull \vbox (badness 10000) has occurred while \output is active [1730] Underfull \vbox (badness 10000) has occurred while \output is active [1731] [1732] [1733] [1734] [1735] [1736] [1737] [1738] [1739] [1740] [1741] [1742] [1743] [1744] Underfull \hbox (badness 1377) in paragraph at lines 19136--19141 []\T1/ptm/m/n/10 A vec-tor of scal-ing val-ues for the pa-ram-e-ters. Op-ti-miz a-tion is per-formed on Underfull \hbox (badness 1735) in paragraph at lines 19141--19144 []\T1/ptm/m/n/10 A vec-tor of step sizes for the finite-difference ap-prox-i-ma -tion to the gra-di-ent, on Underfull \hbox (badness 2343) in paragraph at lines 19154--19158 []\T1/ptm/m/n/10 Relative con-ver-gence tol-er-ance. The al-go-rithm stops if i t is un-able to re-duce Underfull \hbox (badness 3471) in paragraph at lines 19154--19158 \T1/ptm/m/n/10 the value by a fac-tor of []\T1/zi4/m/sl/10 reltol * (abs(val) + reltol) []\T1/ptm/m/n/10 at a step. De-faults to Underfull \hbox (badness 2662) in paragraph at lines 19162--19166 []\T1/ptm/m/n/10 The fre-quency of re-ports for the []\T1/zi4/m/sl/10 "BFGS"[]\ T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "L-BFGS-B" []\T1/ptm/m/n/10 and []\T1/zi4/m/s l/10 "SANN" []\T1/ptm/m/n/10 meth-ods if [1745] [1746] [1747] Underfull \vbox (badness 10000) has occurred while \output is active [1748] Overfull \hbox (15.73795pt too wide) in paragraph at lines 19387--19387 []\T1/zi4/m/n/9 ## 1-D minimization: "Brent" or optimize() being preferred.. b ut NM may be ok and "unavoidable",[] Overfull \hbox (3.75941pt too wide) in paragraph at lines 19390--19390 []\T1/zi4/m/n/9 system.time(ro <- optim(1, function(x) (x-pi)^2, control=list( warn.1d.NelderMead = FALSE)))[] [1749] [1750] [1751] [1752] [1753] [1754] [1755] Underfull \hbox (badness 1337) in paragraph at lines 19852--19855 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1756] [1757] [1758] [1759] [1760] [1761] [1762] [1763] [1764] Underfull \hbox (badness 10000) in paragraph at lines 20321--20327 \T1/zi4/m/sl/10 legend = "Cook\TS1/zi4/m/n/10 '\T1/zi4/m/sl/10 s distance", lty = cook.lty, col = cook.col, text.col [1765] [1766] [1767] [1768] [1769] [1770] [1771] Underfull \hbox (badness 1194) in paragraph at lines 20748--20751 []\T1/ptm/m/n/10 coverage prob-a-bil-ity for con-fi-dence in-ter-val. Plot-ting of the con-fi-dence [1772] [1773] [1774] [1775] [1776] [1777] Underfull \hbox (badness 2503) in paragraph at lines 21126--21129 []\T1/ptm/m/n/10 indicates the al-ter-na-tive hy-poth-e-sis and must be one of []\T1/zi4/m/sl/10 "two.sided"[]\T1/ptm/m/n/10 , Underfull \hbox (badness 3919) in paragraph at lines 21153--21155 []\T1/ptm/m/n/10 the char-ac-ter string []\T1/zi4/m/sl/10 "Exact Poisson test" []\T1/ptm/m/n/10 or []\T1/zi4/m/sl/10 "Comparison of Poisson [1778] [1779] [1780] [1781] [1782] [1783] [1784] [1785] [1786] [1787] [1788] [1789] [1790] [1791] [1792] [1793] [1794] [1795] Underfull \hbox (badness 10000) in paragraph at lines 22236--22242 []\T1/ptm/m/n/10 For time-series pre-dic-tion, [][][]\T1/zi4/m/sl/10 predict.ar [][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 predict.Arima[][][][]\T1/ptm/m/n /10 , [][][]\T1/zi4/m/sl/10 predict.arima0[][][][]\T1/ptm/m/n/10 , [1796] [1797] [1798] [1799] [1800] [1801] [1802] [1803] [1804] [1805] [1806] [1807] [1808] [1809] [1810] [1811] [1812] [1813] [1814] [1815] [1816] [1817] [1818] [1819] [1820] Underfull \hbox (badness 1337) in paragraph at lines 23712--23718 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1821] [1822] [1823] [1824] [1825] [1826] [1827] [1828] Underfull \hbox (badness 1436) in paragraph at lines 24204--24207 \T1/ptm/m/n/10 per-cent-ages. In \T1/phv/m/n/10 R \T1/ptm/m/n/10 ver-sions up t o 4.0.x, this had been set to []\T1/zi4/m/sl/10 max(2, Underfull \hbox (badness 1009) in paragraph at lines 24207--24210 []\T1/ptm/m/n/10 small non-negative num-ber to pro-tect against round-ing er-ro rs when []\T1/zi4/m/sl/10 j <- [1829] [1830] Underfull \hbox (badness 10000) in paragraph at lines 24359--24360 []\T1/ptm/m/n/10 Wikipedia: [][]$\T1/zi4/m/sl/10 https : / / en . wikipedia . o rg / wiki / Quantile # Estimating _ quantiles _ from _ a _ [1831] [1832] [1833] [1834] [1835] [1836] [1837] [1838] [1839] [1840] [1841] [1842] [1843] [1844] [1845] [1846] Underfull \hbox (badness 1824) in paragraph at lines 25331--25337 []\T1/ptm/m/n/10 Here, all the NAs in []\T1/zi4/m/sl/10 x []\T1/ptm/m/n/10 are first re-placed by al-ter- Underfull \hbox (badness 1033) in paragraph at lines 25331--25337 \T1/ptm/m/n/10 nat-ing $\OMS/cmsy/m/n/10 ^^F\OML/cmm/m/it/10 B$ \T1/ptm/m/n/10 where $\OML/cmm/m/it/10 B$ \T1/ptm/m/n/10 is a ``Big'' num-ber (with $\OT1/cmr/ m/n/10 2\OML/cmm/m/it/10 B < M\OMS/cmsy/m/n/10 ^^C$\T1/ptm/m/n/10 , where Underfull \hbox (badness 10000) in paragraph at lines 25352--25355 []\T1/ptm/m/n/10 Apart from the end val-ues, the re-sult []\T1/zi4/m/sl/10 y = runmed(x, k) []\T1/ptm/m/n/10 sim-ply has []\T1/zi4/m/sl/10 y[j] = [1847] [1848] [1849] [1850] [1851] [1852] [1853] [1854] Underfull \vbox (badness 10000) has occurred while \output is active [1855] [1856] Underfull \hbox (badness 2165) in paragraph at lines 25927--25932 []\T1/ptm/m/n/10 Each of the fol-low-ing are []\T1/zi4/m/sl/10 "selfStart" []\T 1/ptm/m/n/10 mod-els (with ex-am-ples) [][][]\T1/zi4/m/sl/10 SSasymp[][][][]\T1 /ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 SSasympOff[][][][]\T1/ptm/m/n/10 , [1857] [1858] [1859] Underfull \hbox (badness 1867) in paragraph at lines 26137--26139 []\T1/ptm/m/n/10 potentially fur-ther ar-gu-ments passed to and from meth-ods. Passed to Underfull \hbox (badness 10000) in paragraph at lines 26153--26157 []\T1/ptm/m/n/10 where []\T1/zi4/m/sl/10 NN <- [][]nobs[][][](object, use.fallb ack = use.fallback) []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 PP <- [1860] [1861] [1862] [1863] [1864] [1865] [1866] [1867] [1868] [1869] [1870] [1871] [1872] [1873] [1874] [1875] [1876] [1877] [1878] [1879] [1880] [1881] [1882] [1883] [1884] [1885] Underfull \vbox (badness 10000) has occurred while \output is active [1886] Underfull \hbox (badness 3514) in paragraph at lines 27805--27810 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1887] [1888] [1889] [1890] Overfull \hbox (2.23795pt too wide) in paragraph at lines 28039--28039 [] \T1/zi4/m/n/9 quote({f(t[0.5]) == frac(phi[1],2)}~{} %=>% {}~~{t[0.5] == frac(log(2), e^{phi[2]})}),[] [1891] Underfull \hbox (badness 3514) in paragraph at lines 28075--28081 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1892] Overfull \hbox (14.22568pt too wide) in paragraph at lines 28135--28135 [] \T1/zi4/m/n/9 control = list(scaleOffset=1, printEval=TRUE, tol= 1e-11, nDcentral=TRUE), trace=TRUE)[] [1893] [1894] [1895] Underfull \hbox (badness 3514) in paragraph at lines 28308--28313 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1896] [1897] Underfull \hbox (badness 3514) in paragraph at lines 28395--28400 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1898] Underfull \hbox (badness 3514) in paragraph at lines 28460--28465 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1899] [1900] Underfull \hbox (badness 3514) in paragraph at lines 28554--28559 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 inp ut[]\T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1901] Underfull \hbox (badness 6691) in paragraph at lines 28646--28651 []\T1/ptm/m/n/10 a nu-meric vec-tor of the same length as []\T1/zi4/m/sl/10 x[] \T1/ptm/m/n/10 . It is the value of the ex-pres-sion [1902] [1903] [1904] [1905] [1906] [1907] [1908] [1909] Underfull \hbox (badness 4024) in paragraph at lines 29133--29136 []\T1/ptm/m/n/10 the span (in lags) of the loess win-dow for trend ex-trac-tion , which [1910] [1911] [1912] [1913] [1914] [1915] [1916] [1917] [1918] [1919] Underfull \hbox (badness 5431) in paragraph at lines 29743--29745 []\T1/ptm/m/n/10 the cor-re-la-tion ma-trix cor-re-spond-ing to the above []\T1 /zi4/m/sl/10 cov.unscaled[]\T1/ptm/m/n/10 , if [1920] [1921] [1922] [1923] Underfull \hbox (badness 5431) in paragraph at lines 29953--29956 []\T1/ptm/m/n/10 the cor-re-la-tion ma-trix cor-re-spond-ing to the above []\T1 /zi4/m/sl/10 cov.unscaled[]\T1/ptm/m/n/10 , if [1924] [1925] [1926] [1927] [1928] Underfull \hbox (badness 1337) in paragraph at lines 30268--30272 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1929] [1930] [1931] Underfull \hbox (badness 1127) in paragraph at lines 30410--30413 []\T1/ptm/m/n/10 non-centrality pa-ram-e-ter $\OML/cmm/m/it/10 ^^N$\T1/ptm/m/n/ 10 ; cur-rently ex-cept for []\T1/zi4/m/sl/10 rt()[]\T1/ptm/m/n/10 , ac-cu-rate only for [1932] [1933] [1934] Underfull \hbox (badness 1616) in paragraph at lines 30616--30619 []\T1/ptm/m/n/10 color, plot-ting char-ac-ter ex-pan-sion and type for par-tial resid-u-als, when [1935] [1936] [1937] [1938] [1939] [1940] [1941] [1942] [1943] [1944] [1945] [1946] [1947] [1948] [1949] [1950] [1951] [1952] [1953] [1954] Underfull \hbox (badness 3557) in paragraph at lines 31848--31852 []\T1/ptm/m/n/10 Setting []\T1/zi4/m/sl/10 extendInt []\T1/ptm/m/n/10 to a non- []\T1/zi4/m/sl/10 "no" []\T1/ptm/m/n/10 string, means search-ing for the cor-re ct []\T1/zi4/m/sl/10 interval = [1955] [1956] [1957] Underfull \vbox (badness 10000) has occurred while \output is active [1958] [1959] [1960] Underfull \hbox (badness 1337) in paragraph at lines 32215--32219 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1961] [1962] [1963] [1964] [1965] [1966] [1967] [1968] [1969] Underfull \hbox (badness 1337) in paragraph at lines 32743--32747 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the al-ter-na-tive hy-poth- e-sis, must be one of [1970] [1971] [1972] Overfull \hbox (0.71648pt too wide) in paragraph at lines 32951--32951 []\T1/zi4/m/n/9 wilcox.test( 4:2, 3:1, paired=TRUE) # Warning: canno t compute exact p-value with ties[] [1973] [1974] [1975] Overfull \hbox (19.71954pt too wide) in paragraph at lines 33112--33112 [] \T1/zi4/m/sl/10 frequency = NULL, deltat = NULL, extend = FALSE, ts.ep s = getOption("ts.eps"), ...)[] [1976] [1977] [1978] [1979] [1980]) (./stats4-pkg.tex Chapter 11. [1981] [1982] [1983] Underfull \vbox (badness 10000) has occurred while \output is active [1984] Underfull \vbox (badness 10000) has occurred while \output is active [1985] [1986] [1987] [1988] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.show.Rdas h.methods}) has been already used, duplicate ignored \relax l.503 ...Package \pkg{stats4}}{show.Rdash.methods} [1989] [1990] [1991]) (./tcltk-pkg.tex [1992] Chapter 12. [1993] [1994] [1995] [1996] [1997] [1998] [1999] Underfull \vbox (badness 10000) has occurred while \output is active [2000] Underfull \vbox (badness 10000) has occurred while \output is active [2001] Underfull \hbox (badness 1546) in paragraph at lines 683--690 []\T1/zi4/m/sl/10 tcl []\T1/ptm/m/n/10 pro-vides a generic in-ter-face to call- ing any Tk or Tcl com-mand by sim-ply run-ning [2002] [2003] [2004] [2005] [2006] Underfull \vbox (badness 10000) has occurred while \output is active [2007] [2008] [2009] [2010] [2011] [2012] [2013] [2014]) (./tools-pkg.tex Chapter 13. [2015] LaTeX Font Warning: Font shape `T1/zi4/m/it' undefined (Font) using `T1/zi4/m/n' instead on input line 72. [2016] Underfull \hbox (badness 3039) in paragraph at lines 167--170 []\T1/zi4/m/sl/10 assertWarning() []\T1/ptm/m/n/10 as-serts that a warn-ing wil l be sig-nalled, but \T1/ptm/m/it/10 not \T1/ptm/m/n/10 an er-ror, whereas [2017] [2018] [2019] Underfull \hbox (badness 1308) in paragraph at lines 326--339 []\T1/ptm/m/n/10 At a min-i-mum, the en-vi-ron-ment should con-tain rou-tines t o ren-der each of the 12 types Underfull \hbox (badness 4967) in paragraph at lines 326--339 \T1/ptm/m/n/10 of bib-li-o-graphic en-try sup-ported by [][][]\T1/zi4/m/sl/10 b ibentry[][][] []\T1/ptm/m/n/10 as well as sev-eral other rou-tines de- Underfull \hbox (badness 10000) in paragraph at lines 326--339 []\T1/zi4/m/sl/10 formatIncollection[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 format InProceedings[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 formatManual[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 formatMastersthesis[]\T1/ptm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 326--339 []\T1/zi4/m/sl/10 formatMisc[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 formatPhdthesi s[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 formatProceedings[]\T1/ptm/m/n/10 , []\T1 /zi4/m/sl/10 formatTechreport []\T1/ptm/m/n/10 and [2020] [2021] Underfull \hbox (badness 3039) in paragraph at lines 430--432 []\T1/zi4/m/sl/10 NULL []\T1/ptm/m/n/10 or char-ac-ter; name of vi-gnette en-gi ne to use. Over-rides any [2022] Underfull \hbox (badness 1142) in paragraph at lines 502--506 \T1/ptm/m/n/10 If given, vi-gnette source files are by de-fault looked for in s ub-di-rec-tory [2023] [2024] [2025] [2026] [2027] [2028] [2029] [2030] [2031] [2032] [2033] [2034] [2035] Underfull \hbox (badness 1014) in paragraph at lines 1258--1260 []\T1/ptm/m/n/10 a log-i-cal in-di-cat-ing whether to also sum-ma-rize the re-v erse de-pen-den-cies Underfull \hbox (badness 7238) in paragraph at lines 1264--1266 []\T1/ptm/m/n/10 a char-ac-ter string giv-ing the path to the di-rec-tory of a pre-vi-ous [2036] Underfull \hbox (badness 10000) in paragraph at lines 1301--1304 []\T1/ptm/m/n/10 Results and tim-ings can con-ve-niently be sum-ma-rized us-ing Overfull \hbox (15.52087pt too wide) in paragraph at lines 1301--1304 []\T1/zi4/m/sl/10 summarize_check_packages_in_dir_results []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 summarize_check_packages_in_dir_timings[]\T1/ptm/m/n/10 , [2037] [2038] [2039] [2040] [2041] [2042] Underfull \hbox (badness 10000) in paragraph at lines 1696--1707 []\T1/ptm/m/n/10 Functions []\T1/zi4/m/sl/10 CRAN_package_db()[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 CRAN_check_results()[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 CR AN_check_details() []\T1/ptm/m/n/10 and [2043] [2044] Underfull \hbox (badness 4096) in paragraph at lines 1847--1855 \T1/zi4/m/sl/10 "Imports", "LinkingTo", "Suggests", "Enhances")[]\T1/ptm/m/n/10 . Char-ac-ter string [2045] Underfull \hbox (badness 1082) in paragraph at lines 1857--1859 []\T1/ptm/m/n/10 a char-ac-ter vec-tor of \T1/phv/m/n/10 R \T1/ptm/m/n/10 li-br ary trees, or []\T1/zi4/m/sl/10 NULL []\T1/ptm/m/n/10 for all known trees (see [2046] [2047] [2048] [2049] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.GSC}) has been already used, duplicate ignored \relax l.2102 \aliasA{GSC}{find\_gs\_cmd}{GSC} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.R.Rul.GSC MD}) has been already used, duplicate ignored \relax l.2103 ...sA{R\_GSCMD}{find\_gs\_cmd}{R.Rul.GSCMD} [2050] [2051] [2052] [2053] [2054] [2055] [2056] [2057] Underfull \hbox (badness 3386) in paragraph at lines 2644--2647 []\T1/ptm/m/n/10 The de-fault method of []\T1/zi4/m/sl/10 as.Rconcordance []\T1 /ptm/m/n/10 searches for strings match-ing the pat-tern of [2058] [2059] [2060] Underfull \hbox (badness 4096) in paragraph at lines 2791--2799 \T1/zi4/m/sl/10 "Imports", "LinkingTo", "Suggests", "Enhances")[]\T1/ptm/m/n/10 . Char-ac-ter string [2061] [2062] [2063] [2064] [2065] [2066] [2067] [2068] [2069] [2070] [2071] [2072] [2073] [2074] [2075] [2076] Underfull \hbox (badness 1424) in paragraph at lines 3815--3817 []\T1/zi4/m/sl/10 NULL []\T1/ptm/m/n/10 or a named (by top-ics) char-ac-ter vec -tor of links, as re-turned by [2077] [2078] [2079] [2080] [2081] [2082] [2083] [2084] [2085] [2086] [2087] [2088] Underfull \hbox (badness 10000) in paragraph at lines 4591--4593 []\T1/ptm/m/n/10 additional ar-gu-ments use when prepar-ing the files to be run , [2089] [2090] [2091] [2092] [2093] [2094] Overfull \hbox (6.71034pt too wide) in paragraph at lines 4921--4921 []\T1/zi4/m/n/9 toTitleCase("a small fox is jumping") # "a Small Fox is .." (the \TS1/zi4/m/n/9 '\T1/zi4/m/n/9 a\TS1/zi4/m/n/9 ' \T1/zi4/m/n/9 may cha nge)% i.e. BUG[] [2095] [2096] [2097] Underfull \hbox (badness 1796) in paragraph at lines 5130--5135 []\T1/ptm/m/n/10 Users should ex-pect sig-nif-i-cantly smaller speedups over [] \T1/zi4/m/sl/10 write_PACKAGES []\T1/ptm/m/n/10 in the []\T1/zi4/m/sl/10 type = = [2098] Underfull \hbox (badness 1838) in paragraph at lines 5216--5222 []\T1/ptm/m/n/10 The re-main-ing steps are done only if file `\T1/zi4/m/sl/10 p o/\T1/ptm/m/sl/10 pkgname\T1/zi4/m/sl/10 .pot\T1/ptm/m/n/10 ' al-ready ex-ists. The Underfull \hbox (badness 10000) in paragraph at lines 5216--5222 \T1/ptm/m/n/10 `\T1/zi4/m/sl/10 src/*.{c,cc,cpp,m,mm}\T1/ptm/m/n/10 ' files in the pack-age are ex-am-ined to cre-ate a file [2099] [2100] [2101] [2102] [2103] [2104] Underfull \hbox (badness 2197) in paragraph at lines 5568--5578 []\T1/ptm/m/n/10 The de-fault cor-re-sponds to the fields needed by [][][]\T1/z i4/m/sl/10 available.packages[][][][]\T1/ptm/m/n/10 : [2105] Underfull \hbox (badness 1571) in paragraph at lines 5634--5638 []\T1/ptm/m/n/10 For a re-mote repos-i-tory there is a trade-off be-tween down- load speed and time spent by [2106] [2107] [2108] [2109]) (./utils-pkg.tex [2110] Chapter 14. [2111] Underfull \hbox (badness 2556) in paragraph at lines 47--52 []\T1/ptm/m/n/10 a nu-meric vec-tor or list with names par-tially match-ing `[] \T1/zi4/m/sl/10 insertions[]\T1/ptm/m/n/10 ', [2112] [2113] [2114] [2115] [2116] [2117] [2118] [2119] [2120] [2121] Underfull \hbox (badness 10000) in paragraph at lines 728--734 []\T1/ptm/m/n/10 Functions []\T1/zi4/m/sl/10 aspell_package_Rd_files[]\T1/ptm/m /n/10 , []\T1/zi4/m/sl/10 aspell_package_vignettes[]\T1/ptm/m/n/10 , Underfull \hbox (badness 3343) in paragraph at lines 728--734 []\T1/zi4/m/sl/10 aspell_package_R_files []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 aspell_package_C_files []\T1/ptm/m/n/10 per-form spell check-ing on the [2122] [2123] [2124] Underfull \hbox (badness 3861) in paragraph at lines 943--948 []\T1/ptm/m/n/10 Where pro-vided by the repos-i-tory, fields []\T1/zi4/m/sl/10 "OS_type"[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 "License"[]\T1/ptm/m/n/10 , []\T1 /zi4/m/sl/10 "License_is_FOSS"[]\T1/ptm/m/n/10 , [2125] [2126] [2127] Underfull \hbox (badness 10000) in paragraph at lines 1148--1150 []\T1/ptm/m/n/10 logical in-di-cat-ing if biben-tries should be sorted, us-ing [2128] [2129] [2130] Underfull \vbox (badness 3803) has occurred while \output is active [2131] [2132] [2133] [2134] [2135] [2136] Underfull \hbox (badness 1371) in paragraph at lines 1675--1677 []\T1/ptm/m/n/10 additional named ar-gu-ments such as []\T1/zi4/m/sl/10 method []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 ccaddress []\T1/ptm/m/n/10 to pass to [2137] [2138] [2139] [2140] [2141] [2142] [2143] [2144] [2145] [2146] [2147] Underfull \hbox (badness 2057) in paragraph at lines 2395--2397 []\T1/ptm/m/n/10 None for []\T1/zi4/m/sl/10 chooseCRANmirror()[]\T1/ptm/m/n/10 , this func-tion is in-voked for its side ef-fect of up-dat-ing [2148] [2149] Underfull \hbox (badness 2150) in paragraph at lines 2481--2488 []\T1/ptm/m/n/10 If the ob-ject re-turned by []\T1/zi4/m/sl/10 citation() []\T1 /ptm/m/n/10 con-tains only one ref-er-ence, the as-so-ci-ated print Underfull \hbox (badness 1400) in paragraph at lines 2481--2488 \T1/ptm/m/n/10 method shows both a text ver-sion and a Bib-TeX en-try for it. I f a pack-age has more [2150] [2151] [2152] [2153] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.clipboard }) has been already used, duplicate ignored \relax l.2758 ... the Clipboard in MS Windows}{clipboard} [2154] [2155] [2156] [2157] [2158] [2159] [2160] [2161] [2162] [2163] [2164] [2165] [2166] [2167] [2168] [2169] [2170] [2171] [2172] [2173] [2174] Underfull \hbox (badness 6842) in paragraph at lines 4068--4073 []\T1/ptm/m/n/10 Support for method []\T1/zi4/m/sl/10 "libcurl" []\T1/ptm/m/n/1 0 was op-tional on Win-dows prior to \T1/phv/m/n/10 R \T1/ptm/m/n/10 4.2.0: use [2175] Underfull \hbox (badness 1430) in paragraph at lines 4131--4135 []\T1/ptm/m/n/10 The level of de-tail pro-vided dur-ing trans-fer can be set by the []\T1/zi4/m/sl/10 quiet []\T1/ptm/m/n/10 ar-gu-ment and the [2176] Underfull \hbox (badness 1184) in paragraph at lines 4207--4223 []\T1/ptm/m/n/10 On Win-dows with []\T1/zi4/m/sl/10 method = "libcurl"[]\T1/ptm /m/n/10 , the CA root cer-tifi-cates are pro-vided by the OS Underfull \hbox (badness 1019) in paragraph at lines 4207--4223 \T1/ptm/m/n/10 con-tain-ing `[]\T1/zi4/m/sl/10 "Schannel"[]\T1/ptm/m/n/10 '. If it does not, for ver-i-fi-ca-tion to be on the en-vi-ron-ment vari- Underfull \hbox (badness 1668) in paragraph at lines 4207--4223 \T1/ptm/m/n/10 able []\T1/zi4/m/sl/10 CURL_CA_BUNDLE []\T1/ptm/m/n/10 must be s et to a path to a cer-tifi-cate bun-dle file, usu-ally named [2177] [2178] Underfull \hbox (badness 10000) in paragraph at lines 4357--4359 []\T1/ptm/m/n/10 additional ar-gu-ments to be passed to [][][]\T1/zi4/m/sl/10 d ownload.file[][][] []\T1/ptm/m/n/10 and [2179] [2180] [2181] [2182] [2183] [2184] [2185] [2186] [2187] [2188] [2189] [2190] [2191] pdfTeX warning (ext4): destination with the same identifier (name{Rfn.format}) has been already used, duplicate ignored \relax l.5136 ...mat Unordered and Ordered Lists}{format} pdfTeX warning (ext4): destination with the same identifier (name{Rfn.format.1} ) has been already used, duplicate ignored \relax l.5136 ...mat Unordered and Ordered Lists}{format} [2192] [2193] [2194] [2195] [2196] [2197] [2198] [2199] Underfull \hbox (badness 1622) in paragraph at lines 5659--5663 []\T1/ptm/m/n/10 This func-tion will search for Win-dows han-dles, for pass-ing to ex-ter-nal GUIs or to the [2200] [2201] [2202] [2203] [2204] [2205] Underfull \hbox (badness 1448) in paragraph at lines 6044--6049 []\T1/ptm/m/n/10 External pointer ob-jects are com-pared as ref-er-ence ob-ject s, cor-re-spond-ing to call-ing [2206] [2207] [2208] [2209] [2210] [2211] [2212] [2213] Underfull \hbox (badness 1371) in paragraph at lines 6602--6604 []\T1/ptm/m/n/10 additional named ar-gu-ments such as []\T1/zi4/m/sl/10 method []\T1/ptm/m/n/10 and []\T1/zi4/m/sl/10 ccaddress []\T1/ptm/m/n/10 to pass to [2214] [2215] Underfull \hbox (badness 1502) in paragraph at lines 6691--6697 []\T1/ptm/m/n/10 a char-ac-ter string to be matched in the help page `key-words '. `Key- Underfull \hbox (badness 2103) in paragraph at lines 6691--6697 \T1/ptm/m/n/10 words' are re-ally cat-e-gories: the stan-dard cat-e-gories are listed in file [2216] [2217] [2218] Underfull \hbox (badness 10000) in paragraph at lines 6871--6880 []\T1/ptm/m/n/10 One of the links on the in-dex page is the HTML pack-age in-de x, Underfull \hbox (badness 3354) in paragraph at lines 6871--6880 \T1/ptm/m/n/10 `\T1/ptm/m/sl/10 R_DOC_DIR\T1/zi4/m/sl/10 /html/packages.html\T1 /ptm/m/n/10 ', which can be re-made by [][][]\T1/zi4/m/sl/10 make.packages.html [][][]()[]\T1/ptm/m/n/10 . [2219] Underfull \hbox (badness 2150) in paragraph at lines 6933--6936 []\T1/ptm/m/n/10 a char-ac-ter vec-tor list-ing the types of doc-u-men-ta-tion to search. See [2220] [2221] Underfull \hbox (badness 3118) in paragraph at lines 7072--7074 []\T1/ptm/m/n/10 For de-tails of the lock-ing which is done, see the sec-tion ` Lock-ing' in the help for [2222] [2223] Underfull \hbox (badness 1325) in paragraph at lines 7251--7255 []\T1/ptm/m/n/10 a ma-trix as re-turned by [][][]\T1/zi4/m/sl/10 available.pack ages[][][] []\T1/ptm/m/n/10 list-ing pack-ages avail-able [2224] Underfull \hbox (badness 1424) in paragraph at lines 7343--7346 []\T1/ptm/m/n/10 logical: if true, re-duce the amount of out-put. This is \T1/p tm/m/it/10 not \T1/ptm/m/n/10 passed to [2225] Underfull \hbox (badness 3219) in paragraph at lines 7424--7431 []\T1/ptm/m/n/10 An al-ter-na-tive (and the cur-rent de-fault) is []\T1/zi4/m/s l/10 "both" []\T1/ptm/m/n/10 which means `use bi-nary if avail- Underfull \hbox (badness 5175) in paragraph at lines 7424--7431 \T1/ptm/m/n/10 able and cur-rent, oth-er-wise try source'. The ac-tion if there are source pack-ages Underfull \hbox (badness 1342) in paragraph at lines 7424--7431 \T1/ptm/m/n/10 which are pre-ferred but may con-tain code which needs to be com -piled is con-trolled by Underfull \hbox (badness 1596) in paragraph at lines 7424--7431 [][][]\T1/zi4/m/sl/10 getOption[][][]("install.packages.compile.from.source")[] \T1/ptm/m/n/10 . []\T1/zi4/m/sl/10 type = "both" []\T1/ptm/m/n/10 will be silen tly [2226] Underfull \hbox (badness 2932) in paragraph at lines 7432--7435 []\T1/ptm/m/n/10 Using pack-ages with []\T1/zi4/m/sl/10 type = "source" []\T1/p tm/m/n/10 al-ways works pro-vided the pack-age con-tains no [2227] Underfull \hbox (badness 1024) in paragraph at lines 7555--7558 []\T1/ptm/m/n/10 For other repos-i-to-ries, us-ing []\T1/zi4/m/sl/10 available. packages(filters = "OS_type")[\T1/ptm/m/sl/10 pkgname\T1/zi4/m/sl/10 , ] []\T1/ ptm/m/n/10 will Underfull \hbox (badness 10000) in paragraph at lines 7588--7593 [][][]\T1/zi4/m/sl/10 update.packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/s l/10 available.packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 download. packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 installed.packages[][][] []\T1/ptm/m/n/10 , [2228] Underfull \hbox (badness 5133) in paragraph at lines 7654--7658 []\T1/ptm/m/n/10 a char-ac-ter vec-tor giv-ing the fields to ex-tract from each pack-age's [2229] [2230] [2231] [2232] [2233] [2234] [2235] [2236] [2237] [2238] [2239] Underfull \hbox (badness 10000) in paragraph at lines 8321--8323 []\T1/ptm/m/n/10 typically the re-sult of []\T1/zi4/m/sl/10 methods(..)[]\T1/pt m/m/n/10 , an \T1/phv/m/n/10 R \T1/ptm/m/n/10 ob-ject of S3 class [2240] [2241] [2242] [2243] [2244] [2245] [2246] [2247] [2248] [2249] [2250] [2251] [2252] Underfull \hbox (badness 2310) in paragraph at lines 9108--9113 []\T1/ptm/m/n/10 If a `\T1/zi4/m/sl/10 DESCRIPTION\T1/ptm/m/n/10 ' file for the given pack-age is found and can suc-cess-fully be read, [2253] [2254] [2255] [2256] [2257] [2258] [2259] [2260] [2261] Underfull \hbox (badness 1248) in paragraph at lines 9686--9690 []\T1/zi4/m/sl/10 R CMD build []\T1/ptm/m/n/10 builds \T1/phv/m/n/10 R \T1/ptm/ m/n/10 source tar-balls. The name(s) of the pack-ages are taken from the [2262] Underfull \hbox (badness 1789) in paragraph at lines 9764--9766 []\T1/ptm/m/n/10 See `Writ-ing R Ex-ten-sions' and the `R for Win-dows FAQ' for more dis-cus-sion of the [2263] [2264] [2265] [2266] Underfull \hbox (badness 2600) in paragraph at lines 9988--9991 []\T1/ptm/m/n/10 a char-ac-ter string spec-i-fy-ing the name of the help topic; de-faults to [2267] [2268] [2269] [2270] [2271] [2272] [2273] [2274] [2275] Underfull \hbox (badness 1097) in paragraph at lines 10625--10628 []\T1/ptm/m/n/10 The name []\T1/zi4/m/sl/10 "clipboard" []\T1/ptm/m/n/10 may al so be used on Win-dows, in which case [2276] [2277] Underfull \hbox (badness 3000) in paragraph at lines 10761--10766 [][][]\T1/zi4/m/sl/10 scan[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 type.c onvert[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 read.fwf[][][] []\T1/ptm/m /n/10 for read-ing \T1/ptm/m/it/10 f\T1/ptm/m/n/10 ixed \T1/ptm/m/it/10 w\T1/pt m/m/n/10 idth \T1/ptm/m/it/10 f\T1/ptm/m/n/10 ormatted in-put; [][][]\T1/zi4/m/ sl/10 read.table[][][][]\T1/ptm/m/n/10 ; [2278] [2279] [2280] [2281] [2282] [2283] [2284] [2285] [2286] Underfull \hbox (badness 2134) in paragraph at lines 11356--11361 [][][]\T1/zi4/m/sl/10 scan[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 type.c onvert[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 read.fwf[][][] []\T1/ptm/m /n/10 for read-ing \T1/ptm/m/it/10 f\T1/ptm/m/n/10 ixed \T1/ptm/m/it/10 w\T1/pt m/m/n/10 idth \T1/ptm/m/it/10 f\T1/ptm/m/n/10 ormatted in-put; [][][]\T1/zi4/m/ sl/10 write.table[][][][]\T1/ptm/m/n/10 ; [2287] Underfull \hbox (badness 10000) in paragraph at lines 11412--11417 []\T1/ptm/m/n/10 The `hive' con-tain-ing the key. The ab-bre-vi-a-tions are for Underfull \hbox (badness 10000) in paragraph at lines 11412--11417 []\T1/zi4/m/sl/10 HKEY_LOCAL_MACHINE[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 HKEY_C LASSES_ROOT[]\T1/ptm/m/n/10 . []\T1/zi4/m/sl/10 HKEY_CURRENT_USER[]\T1/ptm/m/n/ 10 , [2288] [2289] [2290] [2291] [2292] [2293] [2294] [2295] Underfull \hbox (badness 1824) in paragraph at lines 11910--11914 \T1/zi4/m/sl/10 / / en . wikipedia . org / w / index . php ? title = Roman _ nu merals & oldid = 1188781837$[][]\T1/ptm/m/n/10 . Ac-cessed [2296] [2297] [2298] [2299] [2300] [2301] [2302] Underfull \hbox (badness 4060) in paragraph at lines 12356--12359 []\T1/ptm/m/n/10 If `[]\T1/zi4/m/sl/10 --default-packages[]\T1/ptm/m/n/10 ' is not used, then []\T1/zi4/m/sl/10 Rscript []\T1/ptm/m/n/10 checks the en-vi-ron- ment vari-able Overfull \hbox (18.77168pt too wide) in paragraph at lines 12379--12379 []\T1/zi4/m/n/9 Rscript --default-packages=methods,datasets,utils,grDevices,gr aphics,stats -e \TS1/zi4/m/n/9 '\T1/zi4/m/n/9 sessionInfo()\TS1/zi4/m/n/9 '[] [2303] [2304] [2305] [2306] Underfull \hbox (badness 2150) in paragraph at lines 12634--12636 [][][]$\T1/zi4/m/sl/10 https : / / en . wikipedia . org / wiki / Ctags$[][]\T1/ ptm/m/n/10 , [][]$\T1/zi4/m/sl/10 https : / / www . gnu . org / software / emac s / manual / [2307] [2308] [2309] [2310] Underfull \hbox (badness 10000) in paragraph at lines 12854--12858 []\T1/ptm/m/n/10 The de-fault for []\T1/zi4/m/sl/10 stylepath []\T1/ptm/m/n/10 is now taken from the en-vi-ron-ment vari-able Underfull \hbox (badness 10000) in paragraph at lines 12887--12893 []\T1/ptm/m/n/10 If you wish to over-ride this de-fault be-hav-ior en-tirely, y ou can add a [2311] Underfull \hbox (badness 2762) in paragraph at lines 12902--12908 \T1/ptm/m/n/10 UTF-8 lo-cales (note that pdf-TeX as-sumes UTF-8 by de-fault sin ce 2018). Ei-ther set [2312] [2313] Underfull \hbox (badness 1009) in paragraph at lines 13077--13089 []\T1/ptm/m/n/10 Before each code chunk is eval-u-ated, zero or more hook func- tions can be ex-e-cuted. If Underfull \hbox (badness 4779) in paragraph at lines 13117--13119 []\T1/ptm/m/n/10 The file `\T1/zi4/m/sl/10 Rconsole\T1/ptm/m/n/10 ' con-fig-ure s the R GUI ([]\T1/zi4/m/sl/10 Rgui[]\T1/ptm/m/n/10 ) con-sole un-der MS Win-do ws and [2314] Underfull \hbox (badness 1077) in paragraph at lines 13147--13154 \T1/ptm/m/n/10 (strip-ping any trail-ing slash), oth-er-wise to the Win-dows `p er-sonal' di-rec-tory, oth-er-wise to [2315] [2316] [2317] [2318] [2319] [2320] Underfull \hbox (badness 3780) in paragraph at lines 13572--13578 []\T1/ptm/m/n/10 A Bio-con-duc-tor mir-ror can be se-lected by set-ting [][][]\ T1/zi4/m/sl/10 options[][][]("BioC_mirror")[]\T1/ptm/m/n/10 , e.g. via [2321] Underfull \hbox (badness 2635) in paragraph at lines 13590--13593 []\T1/ptm/m/n/10 Repository `[]\T1/zi4/m/sl/10 CRAN[]\T1/ptm/m/n/10 ' is treate d spe-cially: the value is taken from the cur-rent set-ting of [2322] [2323] [2324] Underfull \hbox (badness 2302) in paragraph at lines 13800--13802 []\T1/ptm/m/n/10 Convert file paths to the short form. This is an in-ter-face t o the Win-dows API call [2325] [2326] [2327] [2328] [2329] Underfull \hbox (badness 4441) in paragraph at lines 14099--14104 []\T1/ptm/m/n/10 logical; if []\T1/zi4/m/sl/10 TRUE []\T1/ptm/m/n/10 (de-fault) , [][][]\T1/zi4/m/sl/10 deparse[][][](control = \T1/ptm/m/sl/10 control\T1/zi4/ m/sl/10 ) []\T1/ptm/m/n/10 will not have Underfull \hbox (badness 5970) in paragraph at lines 14108--14111 []\T1/ptm/m/n/10 the page width to be used. The de-fault is the cur-rently ac-t ive [2330] [2331] [2332] [2333] [2334] [2335] [2336] Underfull \hbox (badness 2932) in paragraph at lines 14539--14546 []\T1/ptm/m/n/10 If []\T1/zi4/m/sl/10 syntax = NULL []\T1/ptm/m/n/10 (the de-fa ult) then the avail-able syn-tax ob-jects are con-sulted in turn, Underfull \hbox (badness 1688) in paragraph at lines 14539--14546 \T1/ptm/m/n/10 and se-lected if their []\T1/zi4/m/sl/10 extension []\T1/ptm/m/n /10 com-po-nent matches (as a reg-exp) the file name. Ob- [2337] [2338] [2339] [2340] [2341] Underfull \hbox (badness 6510) in paragraph at lines 14867--14871 []\T1/ptm/m/n/10 When ar-gu-ment []\T1/zi4/m/sl/10 tar []\T1/ptm/m/n/10 is set to the com-mand []\T1/zi4/m/sl/10 tar []\T1/ptm/m/n/10 on ma-cOS, en-vi-ron-men t vari-able Underfull \hbox (badness 10000) in paragraph at lines 14874--14877 [][][]$\T1/zi4/m/sl/10 https : / / en . wikipedia . org / wiki / Tar _ (file _ format)$[][]\T1/ptm/m/n/10 , [][]$\T1/zi4/m/sl/10 https : / / pubs . opengroup . org / Underfull \hbox (badness 2245) in paragraph at lines 14874--14877 \T1/zi4/m/sl/10 onlinepubs / 9699919799 / utilities / pax . html # tag _ 20 _ 9 2 _ 13 _ 06$[][] \T1/ptm/m/n/10 for the way the POSIX [2342] [2343] [2344] [2345] [2346] [2347] [2348] [2349] [2350] [2351] Underfull \hbox (badness 10000) in paragraph at lines 15556--15561 []\T1/ptm/m/n/10 Arguments such as []\T1/zi4/m/sl/10 destdir []\T1/ptm/m/n/10 a nd []\T1/zi4/m/sl/10 dependencies []\T1/ptm/m/n/10 to be passed to Underfull \hbox (badness 3861) in paragraph at lines 15556--15561 [][][]\T1/zi4/m/sl/10 install.packages[][][] []\T1/ptm/m/n/10 and []\T1/zi4/m/s l/10 ignore_repo_cache[]\T1/ptm/m/n/10 , []\T1/zi4/m/sl/10 max_repo_cache_age [ ]\T1/ptm/m/n/10 and Underfull \hbox (badness 1052) in paragraph at lines 15562--15564 []\T1/ptm/m/n/10 character, in-di-cat-ing the type of pack-age to down-load and in-stall. See [2352] Underfull \hbox (badness 10000) in paragraph at lines 15621--15624 [][][]\T1/zi4/m/sl/10 install.packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/ sl/10 available.packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 download .packages[][][][]\T1/ptm/m/n/10 , [][][]\T1/zi4/m/sl/10 installed.packages[][][ ][]\T1/ptm/m/n/10 , [2353] [2354] [2355] [2356] [2357] [2358] [2359] [2360] [2361] [2362] [2363] [2364] [2365] [2366] [2367] [2368]) (./fullrefman.ind [2369] [2370] [2371] [2372] [2373] [2374] [2375] [2376] [2377] [2378] [2379] [2380] [2381] [2382] [2383] [2384] [2385] [2386] [2387] [2388] [2389] [2390] [2391] [2392] [2393] [2394] [2395] [2396] [2397] [2398] [2399] [2400] [2401] [2402] [2403] [2404] [2405] [2406] [2407] [2408] [2409] [2410] [2411] [2412] [2413] [2414] [2415] [2416] [2417] [2418] [2419] [2420] [2421] [2422] [2423] [2424] [2425] [2426] [2427] Overfull \hbox (33.3567pt too wide) in paragraph at lines 10104--10106 []\T1/zi4/m/it/10 package_native_routine_registration_skeleton\T1/ptm/m/n/10 , [2428] [2429] [2430] [2431] [2432] [2433] Overfull \hbox (20.8567pt too wide) in paragraph at lines 11503--11505 []\T1/zi4/m/it/10 R_AVAILABLE_PACKAGES_CACHE_CONTROL_MAX_AGE [2434] [2435] [2436] [2437] [2438] [2439] [2440] [2441] Overfull \hbox (5.8567pt too wide) in paragraph at lines 13363--13365 []\T1/zi4/m/it/10 summarize_check_packages_in_dir_depends Overfull \hbox (5.8567pt too wide) in paragraph at lines 13365--13367 []\T1/zi4/m/it/10 summarize_check_packages_in_dir_results Overfull \hbox (5.8567pt too wide) in paragraph at lines 13367--13369 []\T1/zi4/m/it/10 summarize_check_packages_in_dir_timings [2442] [2443] [2444] [2445] [2446] [2447] [2448] [2449] [2450] [2451]) (./fullrefman.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. ) (see the transcript file for additional information) pdfTeX warning (dest): name{Rfn.write.matrix} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.lmList} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.knitr} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.de.restore} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.de.setup} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.de.ncols} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.mathjaxr} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.dgTMatrix} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.glht} has been referenced but does not exist, r eplaced by a fixed one pdfTeX warning (dest): name{Rfn.survreg} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.coxph} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.stepAIC} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.rinvGauss} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.gamma.shape} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.cov.mcd} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.cov.mve} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.Insurance} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.sparse.model.matrix} has been referenced but do es not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.lqs} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.logLik.lme} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.logLik.gls} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.lmrob} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.rlm} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.wilcox.Rul.test} has been referenced but does n ot exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.loglm} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.nlsList} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.daisy} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.spearman.test} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.pSpearman} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.pKendall} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.Kendall} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.cor.fk} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.dMatrix} has been referenced but does not exist , replaced by a fixed one pdfTeX warning (dest): name{Rfn.dgCMatrix} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.sammon} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.isoMDS} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.width.SJ} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.bcv} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.ucv} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.bandwidth.nrd} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.agnes} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.diana} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.lme} has been referenced but does not exist, re placed by a fixed one pdfTeX warning (dest): name{Rfn.ansari.Rul.test} has been referenced but does n ot exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.rpart} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.sparseMatrix} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.showDefault} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getGroupMembers} has been referenced but does n ot exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.resetGeneric} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.MethodsList.Rdash.class} has been referenced bu t does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.linearizeMlist} has been referenced but does no t exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getGeneric} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getMethodsForDispatch} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.setDataPart} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getDataPart} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.possibleExtends} has been referenced but does n ot exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.panel.identify} has been referenced but does no t exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.trellis.focus} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.mosaic} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.levelplot} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{Rfn.contourplot} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.assoc} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.dpih} has been referenced but does not exist, r eplaced by a fixed one pdfTeX warning (dest): name{Rfn.truehist} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Rfn.xfig} has been referenced but does not exist, r eplaced by a fixed one pdfTeX warning (dest): name{Rfn.bkde2D} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.which.is.max} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.roundX} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.getNamespace} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.asNamespace} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.formalArgs} has been referenced but does not ex ist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.base.Rdash.deprecated} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.base.Rdash.defunct} has been referenced but doe s not exist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.isRematched} has been referenced but does not e xist, replaced by a fixed one pdfTeX warning (dest): name{Rfn.chron} has been referenced but does not exist, replaced by a fixed one {/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc} {/usr/share/texlive/texmf-dist /fonts/enc/dvips/inconsolata/i4-ts1.enc}{/usr/share/texlive/texmf-dist/fonts/en c/dvips/inconsolata/i4-t1-0.enc} Output written on fullrefman.pdf (2484 pages, 6753535 bytes). Transcript written on fullrefman.log. TEXINPUTS=".:$TEXINPUTS" LC_COLLATE=C /usr/bin/texi2dvi --pdf R-FAQ.texi This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-FAQ.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [-1] Chapter 1 Chapter 2 [1] Cross reference values unknown; you must run TeX again. [2] Underfull \hbox (badness 10000) in paragraph at lines 255--284 @textrm and sparc @reducedrm CPU[]@textrm s (e.g., [][]@texttt https:// buildd . debian. org/ build. php? & pkg=r-base[][][]@textrm ), [3] [4] [5] [6] Underfull \hbox (badness 10000) in paragraph at lines 612--617 @textrm (doi: [][]10.1080/10618600.1996.10474713 (@texttt https:// doi. org/ 10. 1080/ 10618600. 1996. [7] [8] [9] Chapter 3 [10] [11] [12] [13] [14] [15] [16] [17] Chapter 4 [18] Chapter 5 [19] [20] [21] [22] [23] Chapter 6 [24] [25] Chapter 7 [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] Writing index file R-FAQ.fn [38] Underfull \hbox (badness 10000) in paragraph at lines 3034--3048 @textrm and @texttt error.bars.by()[] @textrm func-tions in the [][]@textbf psy ch @textrm (@texttt https:// CRAN. R-project. org/ [39] [40] [41] Chapter 8 [42] Chapter 9 [43] [44] [45] (Acknowledgments) [46] [47] ) (see the transcript file for additional information) Output written on R-FAQ.pdf (49 pages, 354627 bytes). Transcript written on R-FAQ.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-FAQ.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-FAQ.toc [-1] [-2]) [-3] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-FAQ.toc) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-FAQ.toc) Chapter 1 (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-FAQ.aux) Chapter 2 [1] [2] Underfull \hbox (badness 10000) in paragraph at lines 255--284 @textrm and sparc @reducedrm CPU[]@textrm s (e.g., [][]@texttt https:// buildd . debian. org/ build. php? & pkg=r-base[][][]@textrm ), [3] [4] [5] [6] Underfull \hbox (badness 10000) in paragraph at lines 612--617 @textrm (doi: [][]10.1080/10618600.1996.10474713 (@texttt https:// doi. org/ 10. 1080/ 10618600. 1996. [7] [8] [9] Chapter 3 [10] [11] [12] [13] [14] [15] [16] [17] Chapter 4 [18] Chapter 5 [19] [20] [21] [22] [23] Chapter 6 [24] [25] Chapter 7 [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] Writing index file R-FAQ.fn [38] Underfull \hbox (badness 10000) in paragraph at lines 3034--3048 @textrm and @texttt error.bars.by()[] @textrm func-tions in the [][]@textbf psy ch @textrm (@texttt https:// CRAN. R-project. org/ [39] [40] [41] Chapter 8 [42] Chapter 9 [43] [44] [45] (Acknowledgments) [46] [47] ) (see the transcript file for additional information) Output written on R-FAQ.pdf (51 pages, 371045 bytes). Transcript written on R-FAQ.log. TEXINPUTS=".:$TEXINPUTS" LC_COLLATE=C /usr/bin/texi2dvi --pdf R-admin.texi This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-admin.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-admin.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1] Chapter 1 Writing index file R-admin.cp Writing index file R-admin.en [1] Chapter 2 [2] Cross reference values unknown; you must run TeX again. [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] Chapter 3 [17] [18] [19] Chapter 4 [20] [21] [22] Underfull \hbox (badness 10000) in paragraph at lines 1740--1750 @textrm con' build, @texttt org.R-project.arm64.R.fw.pkg[]@textrm , @texttt org .R-project.arm64.R.GUI.pkg[]@textrm , Chapter 5 [23] Chapter 6 [24] Overfull \hbox (14.94176pt too wide) in paragraph at lines 1880--1880 []@texttt [1] "datasets" "utils" "grDevices" "graphics" "stats" "met hods"[] [25] [26] Underfull \hbox (badness 6842) in paragraph at lines 2104--2112 []@texttt R CMD INSTALL[] @textrm works in Win-dows to in-stall source pack-age s. No ad-di- [27] Overfull \hbox (37.93651pt too wide) in paragraph at lines 2177--2177 []@texttt FLIBS = -L/Library/Frameworks/R.framework/Resources/lib -lgfortran - lquadmath[] [28] [29] [30] [31] [32] [33] Overfull \hbox (20.69044pt too wide) in paragraph at lines 2629--2629 []@texttt R --arch @textttsl arch @texttt CMD check -l @textttsl lib-dir @text tt --extra-arch --install=check:@textttsl pkg@texttt .log @textttsl pkg[] Chapter 7 [34] [35] [36] Chapter 8 [37] Chapter 9 [38] [39] [40] Appendix A [41] [42] Overfull \hbox (49.43388pt too wide) in paragraph at lines 3207--3207 []@texttt ./configure --enable-utf --enable-unicode-properties --enable-jit -- disable-cpp[] [43] [44] [45] Underfull \hbox (badness 10000) in paragraph at lines 3430--3432 []@textrm Library @texttt libdeflate[] @textrm ([][]@texttt https:// github. com/ ebiggers/ libdeflate[][][]@textrm ) is used by [46] Overfull \hbox (14.94176pt too wide) in paragraph at lines 3527--3527 []@texttt JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.322.b06-6.fc34.x86_6 4/jre[] [47] [48] [49] [50] [51] [52] [53] [54] Underfull \hbox (badness 10000) in paragraph at lines 4168--4171 []@textrm There is also `Re-cur-sive-LA-PACK' ([][]@texttt https:// github. c om/ HPAC/ ReLAPACK? [55] Appendix B [56] [57] [58] [59] [60] [61] Appendix C [62] [63] [64] [65] Overfull \hbox (14.94176pt too wide) in paragraph at lines 4897--4897 []@texttt -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSER TIONS[] [66] [67] Overfull \hbox (26.43913pt too wide) in paragraph at lines 5091--5091 []@texttt !DEC$ ATTRIBUTES DLLEXPORT,C,REFERENCE,ALIAS:'kdenestmlcvb' :: kdene stmlcvb[] [68] Overfull \hbox (122.85329pt too wide) in paragraph at lines 5180--5180 []@texttt curl -OL https://mac.r-project.org/bin/darwin20/arm64/pcre2-10.44-da rwin.20-arm64.tar.xz[] Overfull \hbox (105.60722pt too wide) in paragraph at lines 5182--5182 []@texttt curl -OL https://mac.r-project.org/bin/darwin20/arm64/xz-5.6.3-darwi n.20-arm64.tar.xz[] [69] Overfull \hbox (60.93126pt too wide) in paragraph at lines 5310--5310 []@texttt curl -OL https://mac.r-project.org/tools/subversion-1.14.3-darwin.20 -arm64.tar.gz[] [70] Overfull \hbox (32.18782pt too wide) in paragraph at lines 5317--5317 []@texttt curl -OL https://mac.r-project.org/tools/subversion-1.14.3-darwin15. 6.tar.gz[] Overfull \hbox (170.15633pt too wide) in paragraph at lines 5347--5347 [] @texttt could not create compact unwind for _arcoef_: registers 23 and 24 not saved contiguously in frame[] Overfull \hbox (38.79282pt too wide) in paragraph at lines 5356--5357 [][][]@smallrm See [][]@smalltt https:// developer. apple. com/ documentati on/ xcode/ notarizing_macos_software_before_distribution[][][]@smallrm .| [71] [72] [73] Overfull \hbox (72.77429pt too wide) in paragraph at lines 5621--5621 [][][][][]@smalltt https:// cran. r-project. org/ bin/ macosx/ RMacOSX-FA Q. html# Which-BLAS-is-used-and-how-can-it-be-changed_003f[][][]| [74] Overfull \hbox (9.18199pt too wide) in paragraph at lines 1--5658 @texttt OpenMathLib/ OpenBLAS/ releases[][][]@textrm ) by sym-link-ing @textt t /opt/OpenBLAS/lib/libopenblas.dylib[] [75] Underfull \hbox (badness 10000) in paragraph at lines 5734--5745 @texttt zulu-community/ ? os=macos& architecture=arm-64-bit& package=jdk[][ ][] @textrm and from [76] [77] Overfull \hbox (48.12035pt too wide) in paragraph at lines 5894--5894 []@texttt /opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0/libgfortran.5. dylib \[] Overfull \hbox (48.12035pt too wide) in paragraph at lines 5899--5899 []@texttt /opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0/libquadmath.0. dylib \[] Overfull \hbox (25.1256pt too wide) in paragraph at lines 5917--5917 []@texttt PKG_LIBS = /usr/local/llvm/lib/libc++.a /usr/local/llvm/lib/libc++ab i.a[] Overfull \hbox (72.42863pt too wide) in paragraph at lines 5940--5940 []@texttt FC="/opt//gfortran/bin/gfortran -arch x86_64 -mtune=native -mmacosx- version-min=11"[] [78] [79] (Function and variable index) [80] No file R-admin.vrs. (Environment variable index) [81] No file R-admin.ens. (Concept index) [82] No file R-admin.cps. [83] ) (see the transcript file for additional information) pdfTeX warning (dest): name{\040Tcl/Tk\040headers\040and\040libraries} has been referenced but does not exist, replaced by a fixed one Output written on R-admin.pdf (86 pages, 480945 bytes). Transcript written on R-admin.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-admin.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-admin.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-admin.toc [-1] [-2]) [-3] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-admin.toc) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-admin.toc) Chapter 1 (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-admin.aux) Writing index file R-admin.cp Writing index file R-admin.en [1] Chapter 2 [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] Chapter 3 [17] [18] [19] Chapter 4 [20] [21] [22] Underfull \hbox (badness 10000) in paragraph at lines 1740--1750 @textrm con' build, @texttt org.R-project.arm64.R.fw.pkg[]@textrm , @texttt org .R-project.arm64.R.GUI.pkg[]@textrm , Chapter 5 [23] Chapter 6 [24] Overfull \hbox (14.94176pt too wide) in paragraph at lines 1880--1880 []@texttt [1] "datasets" "utils" "grDevices" "graphics" "stats" "met hods"[] [25] [26] Underfull \hbox (badness 6842) in paragraph at lines 2104--2112 []@texttt R CMD INSTALL[] @textrm works in Win-dows to in-stall source pack-age s. No ad-di- [27] Overfull \hbox (37.93651pt too wide) in paragraph at lines 2177--2177 []@texttt FLIBS = -L/Library/Frameworks/R.framework/Resources/lib -lgfortran - lquadmath[] [28] [29] [30] [31] [32] [33] Overfull \hbox (20.69044pt too wide) in paragraph at lines 2629--2629 []@texttt R --arch @textttsl arch @texttt CMD check -l @textttsl lib-dir @text tt --extra-arch --install=check:@textttsl pkg@texttt .log @textttsl pkg[] Chapter 7 [34] [35] [36] Chapter 8 [37] Chapter 9 [38] [39] [40] Appendix A [41] [42] Overfull \hbox (49.43388pt too wide) in paragraph at lines 3207--3207 []@texttt ./configure --enable-utf --enable-unicode-properties --enable-jit -- disable-cpp[] [43] [44] [45] Underfull \hbox (badness 10000) in paragraph at lines 3430--3432 []@textrm Library @texttt libdeflate[] @textrm ([][]@texttt https:// github. com/ ebiggers/ libdeflate[][][]@textrm ) is used by [46] Overfull \hbox (14.94176pt too wide) in paragraph at lines 3527--3527 []@texttt JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.322.b06-6.fc34.x86_6 4/jre[] [47] [48] [49] [50] [51] [52] [53] [54] Underfull \hbox (badness 10000) in paragraph at lines 4168--4171 []@textrm There is also `Re-cur-sive-LA-PACK' ([][]@texttt https:// github. c om/ HPAC/ ReLAPACK? [55] Appendix B [56] [57] [58] [59] [60] [61] Appendix C [62] [63] [64] [65] Overfull \hbox (14.94176pt too wide) in paragraph at lines 4897--4897 []@texttt -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSER TIONS[] [66] [67] Overfull \hbox (26.43913pt too wide) in paragraph at lines 5091--5091 []@texttt !DEC$ ATTRIBUTES DLLEXPORT,C,REFERENCE,ALIAS:'kdenestmlcvb' :: kdene stmlcvb[] [68] Overfull \hbox (122.85329pt too wide) in paragraph at lines 5180--5180 []@texttt curl -OL https://mac.r-project.org/bin/darwin20/arm64/pcre2-10.44-da rwin.20-arm64.tar.xz[] Overfull \hbox (105.60722pt too wide) in paragraph at lines 5182--5182 []@texttt curl -OL https://mac.r-project.org/bin/darwin20/arm64/xz-5.6.3-darwi n.20-arm64.tar.xz[] l.5236: Undefined cross reference ` Tcl/Tk headers and libraries-snt'. l.5236: Undefined cross reference ` Tcl/Tk headers and libraries-snt'. l.5236: Undefined cross reference ` Tcl/Tk headers and libraries-pg'. [69] Overfull \hbox (60.93126pt too wide) in paragraph at lines 5310--5310 []@texttt curl -OL https://mac.r-project.org/tools/subversion-1.14.3-darwin.20 -arm64.tar.gz[] Overfull \hbox (32.18782pt too wide) in paragraph at lines 5317--5317 []@texttt curl -OL https://mac.r-project.org/tools/subversion-1.14.3-darwin15. 6.tar.gz[] [70] Overfull \hbox (170.15633pt too wide) in paragraph at lines 5347--5347 [] @texttt could not create compact unwind for _arcoef_: registers 23 and 24 not saved contiguously in frame[] Overfull \hbox (38.79282pt too wide) in paragraph at lines 5356--5357 [][][]@smallrm See [][]@smalltt https:// developer. apple. com/ documentati on/ xcode/ notarizing_macos_software_before_distribution[][][]@smallrm .| [71] [72] [73] Overfull \hbox (72.77429pt too wide) in paragraph at lines 5621--5621 [][][][][]@smalltt https:// cran. r-project. org/ bin/ macosx/ RMacOSX-FA Q. html# Which-BLAS-is-used-and-how-can-it-be-changed_003f[][][]| [74] Overfull \hbox (9.18199pt too wide) in paragraph at lines 1--5658 @texttt OpenMathLib/ OpenBLAS/ releases[][][]@textrm ) by sym-link-ing @textt t /opt/OpenBLAS/lib/libopenblas.dylib[] [75] Underfull \hbox (badness 10000) in paragraph at lines 5734--5745 @texttt zulu-community/ ? os=macos& architecture=arm-64-bit& package=jdk[][ ][] @textrm and from [76] [77] Overfull \hbox (48.12035pt too wide) in paragraph at lines 5894--5894 []@texttt /opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0/libgfortran.5. dylib \[] Overfull \hbox (48.12035pt too wide) in paragraph at lines 5899--5899 []@texttt /opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0/libquadmath.0. dylib \[] Overfull \hbox (25.1256pt too wide) in paragraph at lines 5917--5917 []@texttt PKG_LIBS = /usr/local/llvm/lib/libc++.a /usr/local/llvm/lib/libc++ab i.a[] Overfull \hbox (72.42863pt too wide) in paragraph at lines 5940--5940 []@texttt FC="/opt//gfortran/bin/gfortran -arch x86_64 -mtune=native -mmacosx- version-min=11"[] [78] [79] (Function and variable index) [80] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-admin.vrs) (Environment variable index) [81] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-admin.ens) (Concept index) [82] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-admin.cps) [83] ) (see the transcript file for additional information) pdfTeX warning (dest): name{\040Tcl/Tk\040headers\040and\040libraries} has been referenced but does not exist, replaced by a fixed one Output written on R-admin.pdf (88 pages, 525078 bytes). Transcript written on R-admin.log. TEXINPUTS=".:$TEXINPUTS" LC_COLLATE=C /usr/bin/texi2dvi --pdf R-data.texi This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-data.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-data.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1] (Acknowledgements) [1] Chapter 1 [2] Writing index file R-data.cp Cross reference values unknown; you must run TeX again. [3] [4] [5] Underfull \hbox (badness 10000) in paragraph at lines 425--428 []@textrm Function @texttt write.matrix[] @textrm in pack-age [][]@textbf MASS @textrm (@texttt https:// CRAN. R-project. org/ Underfull \hbox (badness 10000) in paragraph at lines 436--440 []@textrm Function @texttt write.foreign[] @textrm in pack-age [][]@textbf fore ign @textrm (@texttt https:// CRAN. R-project. org/ [6] Chapter 2 [7] [8] [9] [10] [11] [12] [13] Chapter 3 [14] [15] Chapter 4 [16] Underfull \hbox (badness 10000) in paragraph at lines 1200--1212 @textrm (@texttt https:// www. ibm. com/ products/ informix[]@textrm )[][] ; [][]Oracle (@texttt https:// www. oracle. com[]@textrm )[][]; [17] [18] [19] [20] [21] [22] Chapter 5 [23] Underfull \hbox (badness 10000) in paragraph at lines 1758--1764 []@textrm Packages [][]@textbf h5 @textrm (@texttt https:// CRAN. R-project. org/ package=h5[]@textrm )[][], Bio-con-duc-tor's @textbf rhdf5@textrm , Chapter 6 [24] Chapter 7 [25] [26] [27] [28] [29] Chapter 8 [30] Chapter 9 [31] (References) [32] (Function and variable index) [33] No file R-data.vrs. (Concept index) [34] No file R-data.cps. [35] ) (see the transcript file for additional information) Output written on R-data.pdf (38 pages, 269034 bytes). Transcript written on R-data.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-data.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-data.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-data.toc [-1]) [-2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-data.toc) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-data.toc) (Acknowledgements) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-data.aux) [1] Chapter 1 [2] Writing index file R-data.cp [3] [4] [5] Underfull \hbox (badness 10000) in paragraph at lines 425--428 []@textrm Function @texttt write.matrix[] @textrm in pack-age [][]@textbf MASS @textrm (@texttt https:// CRAN. R-project. org/ Underfull \hbox (badness 10000) in paragraph at lines 436--440 []@textrm Function @texttt write.foreign[] @textrm in pack-age [][]@textbf fore ign @textrm (@texttt https:// CRAN. R-project. org/ [6] Chapter 2 [7] [8] [9] [10] [11] [12] [13] Chapter 3 [14] [15] Chapter 4 [16] Underfull \hbox (badness 10000) in paragraph at lines 1200--1212 @textrm (@texttt https:// www. ibm. com/ products/ informix[]@textrm )[][] ; [][]Oracle (@texttt https:// www. oracle. com[]@textrm )[][]; [17] [18] [19] [20] [21] [22] Chapter 5 [23] Underfull \hbox (badness 10000) in paragraph at lines 1758--1764 []@textrm Packages [][]@textbf h5 @textrm (@texttt https:// CRAN. R-project. org/ package=h5[]@textrm )[][], Bio-con-duc-tor's @textbf rhdf5@textrm , Chapter 6 [24] Chapter 7 [25] [26] [27] [28] [29] Chapter 8 [30] Chapter 9 [31] (References) [32] (Function and variable index) [33] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-data.vrs [34]) (Concept index) [35] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-data.cps) [36] [37] ) (see the transcript file for additional information) Output written on R-data.pdf (41 pages, 309108 bytes). Transcript written on R-data.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-data.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-data.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-data.toc [-1]) [-2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-data.toc) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-data.toc) (Acknowledgements) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-data.aux) [1] Chapter 1 [2] Writing index file R-data.cp [3] [4] [5] Underfull \hbox (badness 10000) in paragraph at lines 425--428 []@textrm Function @texttt write.matrix[] @textrm in pack-age [][]@textbf MASS @textrm (@texttt https:// CRAN. R-project. org/ Underfull \hbox (badness 10000) in paragraph at lines 436--440 []@textrm Function @texttt write.foreign[] @textrm in pack-age [][]@textbf fore ign @textrm (@texttt https:// CRAN. R-project. org/ [6] Chapter 2 [7] [8] [9] [10] [11] [12] [13] Chapter 3 [14] [15] Chapter 4 [16] Underfull \hbox (badness 10000) in paragraph at lines 1200--1212 @textrm (@texttt https:// www. ibm. com/ products/ informix[]@textrm )[][] ; [][]Oracle (@texttt https:// www. oracle. com[]@textrm )[][]; [17] [18] [19] [20] [21] [22] Chapter 5 [23] Underfull \hbox (badness 10000) in paragraph at lines 1758--1764 []@textrm Packages [][]@textbf h5 @textrm (@texttt https:// CRAN. R-project. org/ package=h5[]@textrm )[][], Bio-con-duc-tor's @textbf rhdf5@textrm , Chapter 6 [24] Chapter 7 [25] [26] [27] [28] [29] Chapter 8 [30] Chapter 9 [31] (References) [32] (Function and variable index) [33] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-data.vrs [34]) (Concept index) [35] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-data.cps) [36] [37] ) (see the transcript file for additional information) Output written on R-data.pdf (41 pages, 309110 bytes). Transcript written on R-data.log. TEXINPUTS=".:$TEXINPUTS" LC_COLLATE=C /usr/bin/texi2dvi --pdf R-exts.texi This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-exts.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-exts.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1] (Acknowledgements) Chapter 1 [1] Writing index file R-exts.cp Cross reference values unknown; you must run TeX again. [2] [3] [4] [5] [6] Underfull \hbox (badness 10000) in paragraph at lines 513--516 []@textrm The `@texttt Depends[]@textrm '[], `@texttt Imports[]@textrm '[], `@t exttt Suggests[]@textrm '[], `@texttt Enhances[]@textrm '[], `@texttt LinkingTo []@textrm '[] and [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] Underfull \hbox (badness 10000) in paragraph at lines 1324--1325 @texttt R_MAKEVARS_SITE[]@textrm , @textttsl R_HOME@texttt /etc/@textttsl R_ Underfull \hbox (badness 10000) in paragraph at lines 1325--1326 @texttt R_MAKEVARS_SITE[]@textrm , @textttsl R_HOME@texttt /etc/@textttsl R_ Underfull \hbox (badness 10000) in paragraph at lines 1328--1330 @texttt R_MAKEVARS_USER[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 1330--1332 @texttt ~/.R/Makevars.win64[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 1338--1339 @texttt R_MAKEVARS_SITE[]@textrm , @textttsl R_HOME@texttt /etc/@textttsl R_ Underfull \hbox (badness 10000) in paragraph at lines 1339--1340 @texttt R_MAKEVARS_SITE[]@textrm , @textttsl R_HOME@texttt /etc/@textttsl R_ Underfull \hbox (badness 10000) in paragraph at lines 1342--1344 @texttt R_MAKEVARS_USER[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 1344--1346 @texttt ~/.R/Makevars.win64[]@textrm , [17] [18] [19] [20] Overfull \hbox (95.42339pt too wide) in paragraph at lines 1611--1611 [] @texttt "--no-libs", "--no-help", "--no-demo", "--no-exec" , "--no-test-load")[] Overfull \hbox (72.42863pt too wide) in paragraph at lines 1612--1612 [] @texttt install.packages(pkg, lib, INSTALL_opts = opts, repos = NULL , quiet = TRUE)[] Overfull \hbox (20.69044pt too wide) in paragraph at lines 1613--1613 [] @texttt res[z] <- file.size(file.path(lib, pkg_name, "data", "Rdata. rdb"))[] [21] Underfull \hbox (badness 10000) in paragraph at lines 1644--1651 @texttt org/ package=amap[]@textrm )[][]), Python or Tcl ([][]@textbf Simile @ textrm (@texttt https:// CRAN. R-project. org/ [22] [23] [24] [25] [26] Overfull \hbox (32.18782pt too wide) in paragraph at lines 2051--2051 []@texttt $ pkg-config --exists 'libtiff-4 >= 4.1.0' --print-errors # check th e status[] [27] [28] [29] Overfull \hbox (14.94176pt too wide) in paragraph at lines 2276--2276 []@texttt SLAMC_FFLAGS=$(R_XTRA_FFLAGS) $(FPICFLAGS) $(SHLIB_FFLAGS) $(SAFE_FF LAGS)[] [30] [31] [32] [33] [34] Overfull \hbox (67.78206pt too wide) in paragraph at lines 2683--2683 []@smalltt SOURCES = $(wildcard data/*.cpp network/*.cpp utils/*.cpp model/*.c pp model/*/*.cpp model/*/*/*.cpp)[] Overfull \hbox (53.60722pt too wide) in paragraph at lines 2685--2685 []@smalltt OBJECTS = siena07utilities.o siena07internals.o siena07setup.o sien a07models.o $(SOURCES:.cpp=.o)[] [35] [36] Overfull \hbox (16.92342pt too wide) in paragraph at lines 2824--2824 []@smalltt dnl for 64-bit ODBC need SQL[U]LEN, and it is unclear where they ar e defined.[] [37] [38] [39] Underfull \hbox (badness 7221) in paragraph at lines 3027--3033 [][][]@smallrm See [][]@smalltt https:// isocpp. org/ std/ standing-documen ts/ sd-6-sg10-feature-test-recommendations[][][] @smallrm or [40] Overfull \hbox (60.93126pt too wide) in paragraph at lines 3104--3104 [] @texttt CXX="$(CXX20) $(CXX20STD)" CXXFLAGS="$(CXX20FLAGS) $(CXX 20PICFLAGS)")[] [41] [42] [43] Overfull \hbox (43.6852pt too wide) in paragraph at lines 3341--3341 []@texttt if test -z "$CMAKE"; then CMAKE=/Applications/CMake.app/Contents/bin /cmake; fi[] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] Overfull \hbox (20.69044pt too wide) in paragraph at lines 4707--4707 []@texttt importFrom("stats", approx, optim, pchisq, predict, qchisq, qnorm, s pline)[] [62] [63] [64] Overfull \hbox (81.29893pt too wide) in paragraph at lines 4936--4936 [] @texttt CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS) $(CXXPICFLAGS) $(C_VISIB ILITY)" \[] Overfull \hbox (59.61772pt too wide) in paragraph at lines 4955--4955 []@texttt CXXFLAGS = `"${RBIN}" CMD config CXXFLAGS` `"${RBIN}" CMD config CXX PICFLAGS`[] [65] [66] [67] [68] [69] [70] Overfull \hbox (48.12035pt too wide) in paragraph at lines 5414--5414 []@texttt 1.1 1.2 1.3 1.4 5.0 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 3 24 25[] Overfull \hbox (53.86903pt too wide) in paragraph at lines 5430--5430 []@texttt jv <- .jcall("java/lang/System", "S", "getProperty", "java.runtime.v ersion")[] Overfull \hbox (48.12035pt too wide) in paragraph at lines 5432--5432 [] @texttt jvn <- as.numeric(paste0(strsplit(jv, "[.]")[[1L]][1:2], collapse = "."))[] Overfull \hbox (65.36641pt too wide) in paragraph at lines 5433--5433 [] @texttt if(jvn < 1.8) stop("Java >= 8 is needed for this package but not a vailable")[] Overfull \hbox (76.86378pt too wide) in paragraph at lines 5448--5448 []@texttt java.lang.UnsupportedClassVersionError: ... Unsupported major.minor version 52.0[] [71] [72] [73] [74] [75] [76] Overfull \hbox (14.94176pt too wide) in paragraph at lines 5849--5849 []@texttt "latin1=en_US:latin2=pl_PL:UTF-8=en_US.UTF-8:latin9=fr_FR.iso885915@ euro"[] [77] [78] Underfull \hbox (badness 10000) in paragraph at lines 6016--6019 @texttt gcc/ C-Extensions. html[][][] @textrm and [][]@texttt https:// gcc. gnu. org/ onlinedocs/ gcc/ [79] Overfull \hbox (19.3769pt too wide) in paragraph at lines 6102--6102 []@texttt abs acos atan bind calloc ceil div exp fabs floor fmod free log mall oc[] [80] [81] Overfull \hbox (53.86903pt too wide) in paragraph at lines 6247--6247 []@texttt 'register' storage class specifier is deprecated and incompatible wi th C++17[] [82] Overfull \hbox (13.62822pt too wide) in paragraph at lines 6312--6312 []@texttt #if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__) )[] [83] Overfull \hbox (48.12035pt too wide) in paragraph at lines 6389--6389 []@texttt !DEC$ ATTRIBUTES DLLEXPORT,C,REFERENCE,ALIAS:'kdenestmlcvb' :: kdene stmlcvb[] Overfull \hbox (25.1256pt too wide) in paragraph at lines 6401--6401 []@texttt warning: argument 1 value '18446744073709551615' exceeds maximum obj ect[] Overfull \hbox (111.35591pt too wide) in paragraph at lines 6416--6416 [] @texttt Rf_error("Actual: %0.f; Expected %0.f\n", (double) XLENGTH(Robj) , (double) nelem);[] Writing index file R-exts.ap [84] Underfull \hbox (badness 10000) in paragraph at lines 6469--6470 [][][]@smallrm See [][]@smalltt https:// prereleases. llvm. org/ 11. 0. 0 / rc2/ tools/ clang/ docs/ ReleaseNotes. html# [85] [86] [87] [88] [89] [90] Overfull \hbox (19.3769pt too wide) in paragraph at lines 6960--6960 []@texttt #define dngettext(pkg, String, StringP, N) (N == 1 ? String : String P)[] [91] [92] Chapter 2 [93] [94] [95] [96] [97] [98] [99] Underfull \hbox (badness 10000) in paragraph at lines 7638--7642 @textrm is ig-nored when com-par-ing check out-put to ref-er-ence out-put (a [100] [101] [102] [103] [104] [105] [106] Underfull \hbox (badness 10000) in paragraph at lines 8214--8221 []@textrm The two com-monly used sim-ple forms are @texttt \figure{@textttsl fi lename@texttt }[] @textrm and [107] [108] [109] Underfull \hbox (badness 10000) in paragraph at lines 8430--8435 []@texttt echo=FALSE[] @textrm Whether the R code should be echoed. If @texttt TRUE[] @textit and [110] [111] [112] Chapter 3 [113] [114] [115] [116] [117] [118] [119] Overfull \hbox (43.6852pt too wide) in paragraph at lines 9184--9184 []@texttt 5497 1.9783 R findVarLocInFrame.part.0. lto_priv.0[] [120] Chapter 4 [121] [122] [123] Overfull \hbox (14.94176pt too wide) in paragraph at lines 9451--9451 []@texttt evaluation nested too deeply: infinite recursion / options(expressio ns=)?[] [124] Overfull \hbox (25.25755pt too wide) in paragraph at lines 9492--9492 []@smalltt Message: Error: no valid set of coefficients has been found: pleas e supply starting values[] [125] Overfull \hbox (20.53261pt too wide) in paragraph at lines 9596--9596 []@smalltt debugging in: glm.fit(x = X, y = Y, weights = weights, start = star t, etastart = etastart,[] Overfull \hbox (38.96663pt too wide) in paragraph at lines 9626--9635 []@texttt debug[] @textrm can be used for hid-den func-tions and S3 meth-ods by e.g. @texttt debug(stats:::predict.Arima)[]@textrm . [126] [127] [128] [129] Underfull \hbox (badness 10000) in paragraph at lines 9887--9892 @smalltt developer. apple. com/ documentation/ xcode/ diagnosing-memory-th read-and-crash-issues-early[][][]@smallrm . Underfull \hbox (badness 10000) in paragraph at lines 9885--9898 @texttt controlling-code-generation[][][]@textrm , [][]@texttt https:// clang. llvm. org/ docs/ AddressSanitizer. Overfull \hbox (48.90796pt too wide) in paragraph at lines 9902--9903 [][][]@smallrm see [][]@smalltt https:// llvm. org/ devmtg/ 2014-04/ PDFs/ LightningTalks/ EuroLLVM%202014%20--%20container%20overflow. [130] [131] Overfull \hbox (78.17732pt too wide) in paragraph at lines 10051--10051 []@texttt setenv ASAN_OPTIONS 'alloc_dealloc_mismatch=0:detect_leaks=0:detect_ odr_violation=0'[] Overfull \hbox (32.81921pt too wide) in paragraph at lines 10077--10080 [][]@smalltt https:// developer. apple. com/ documentation/ xcode/ diagno sing-memory-thread-and-crash-issues-early[][][]@smallrm .| Overfull \hbox (33.15736pt too wide) in paragraph at lines 10090--10093 []@textrm This san-i-tizer may be com-bined with the Ad-dress San-i-tizer by @t exttt -fsanitize=undefined,address[] [132] [133] Underfull \hbox (badness 10000) in paragraph at lines 10189--10193 [][]@texttt https:// blog. llvm. org/ 2011/ 05/ what-every-c-programmer-s hould-know. html[][][] Overfull \hbox (112.66945pt too wide) in paragraph at lines 10205--10205 []@texttt CC = clang -fsanitize=undefined -fno-sanitize=float-divide-by-zero - fno-omit-frame-pointer[] Overfull \hbox (170.15633pt too wide) in paragraph at lines 10206--10206 []@texttt CXX = clang++ -fsanitize=undefined -fno-sanitize=float-divide-by-zer o -fno-omit-frame-pointer -frtti[] Overfull \hbox (181.6537pt too wide) in paragraph at lines 10209--10209 []@texttt SAN_LIBS = $(UBSAN_DIR)/libclang_rt.ubsan_standalone.a $(UBSAN_DIR)/ libclang_rt.ubsan_standalone_cxx.a[] Overfull \hbox (37.93651pt too wide) in paragraph at lines 10217--10217 []@texttt SAN_LIBS = -L$(UBSAN_DIR) -Wl,-rpath,$(UBSAN_DIR) -lclang_rt.ubsan_s tandalone[] Overfull \hbox (2.03816pt too wide) in paragraph at lines 10261--10265 []@textrm See [][]@texttt https:// gcc. gnu. org/ onlinedocs/ gcc-10. 1. 0/ gcc/ Static-Analyzer-Options. [134] Overfull \hbox (72.42863pt too wide) in paragraph at lines 10284--10284 []@texttt Fortran runtime error: Index '1' of dimension 1 of array 'x' above u pper bound of 0[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 10329--10329 [] @texttt 2: possibleExtends(class(sloti), classi, ClassDef2 = getClassDef(cl assi,[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 10332--10332 [] @texttt 4: stopifnot(validObject(cu <- as(tu, "dtCMatrix")), validObject(t( cu)),[] [135] [136] Overfull \hbox (26.43913pt too wide) in paragraph at lines 10411--10411 []@texttt #5 0xb7d6c0a5 in do_random2 (call=0x94bf7d4, op=0x92580e8, args=0x9 698f98,[] [137] [138] [139] Underfull \hbox (badness 10000) in paragraph at lines 10646--10648 [][][]@smallrm See [][]@smalltt https:// svn. r-project. org/ R-dev-web/ t runk/ CRAN/ QA/ Simon/ R-build/ fixpathR[][][]@smallrm : [140] Overfull \hbox (124.16682pt too wide) in paragraph at lines 10702--10702 []@texttt boot.f:61: warning: type of 'ddot' does not match original declarati on [-Wlto-type-mismatch][] Overfull \hbox (147.16158pt too wide) in paragraph at lines 10721--10721 []@texttt rkpk2.f:77:5: warning: type of 'dstup' does not match original decla ration [-Wlto-type-mismatch][] Overfull \hbox (141.41289pt too wide) in paragraph at lines 10732--10732 []@texttt reg.f:78:33: warning: type of 'dqrdc' does not match original declar ation [-Wlto-type-mismatch][] Overfull \hbox (14.94176pt too wide) in paragraph at lines 10752--10752 [] @tex ttt 1[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 10761--10761 [] @tex ttt 1[] Overfull \hbox (43.6852pt too wide) in paragraph at lines 10762--10762 []@texttt Warning: Type mismatch in argument 'jpvt' at (1); passed REAL(8) to INTEGER(4)[] [141] Chapter 5 [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] Overfull \hbox (30.87428pt too wide) in paragraph at lines 11564--11564 [] @texttt double *w, int *iper, double *span, double *al pha,[] Overfull \hbox (51.66371pt too wide) in paragraph at lines 11628--11628 []@smalltt y[accept] <- .Call("spline_value", knots, coeff, ord, x[accept], de riv, PACKAGE = "splines")[] [153] [154] Overfull \hbox (60.93126pt too wide) in paragraph at lines 11794--11794 [] @texttt na_omit_xts_func fun = (na_omit_xts_func) R_GetCCallable("xts", "n a_omit_xts");[] [155] [156] [157] [158] [159] [160] Overfull \hbox (37.93651pt too wide) in paragraph at lines 12234--12234 []@texttt PKG_LIBS=-L"$(PKGB_PATH)$(R_ARCH)" -Wl,-rpath,"$(PKGB_PATH)$(R_ARCH) " -lpackB[] [161] [162] [163] [164] [165] [166] [167] [168] [169] Writing index file R-exts.ae [170] [171] Overfull \hbox (32.18782pt too wide) in paragraph at lines 13127--13127 [] @texttt Rf_error("value is not a numeric vector with at least one el ement");[] [172] Overfull \hbox (32.18782pt too wide) in paragraph at lines 13196--13196 [] @texttt if(ign == NA_LOGICAL) Rf_error("'ignore_quotes' must be TRUE or FALSE");[] [173] [174] Underfull \hbox (badness 7576) in paragraph at lines 13427--13435 []@textrm Some con-ve-nience func-tions for work-ing with pairlist ob-jects in- clude @texttt Rf_ [175] [176] [177] Overfull \hbox (49.43388pt too wide) in paragraph at lines 13707--13707 [] @texttt Rf_isNull(TAG(args)) ? "" : Rf_translateChar(PRINTNAME(T AG(args)));[] [178] [179] Overfull \hbox (20.69044pt too wide) in paragraph at lines 13875--13875 [] @texttt if(!Rf_isEnvironment(rho)) Rf_error("'rho' should be an environm ent");[] Overfull \hbox (20.69044pt too wide) in paragraph at lines 13903--13903 [] @texttt if(!Rf_isEnvironment(rho)) Rf_error("'rho' should be an environm ent");[] [180] [181] Overfull \hbox (14.94176pt too wide) in paragraph at lines 14015--14015 [] @texttt // a version with (too) much PROTECT()ion .. "better safe than s orry"[] [182] [183] Overfull \hbox (32.18782pt too wide) in paragraph at lines 14139--14139 [] @texttt gradient = PROTECT(Rf_allocMatrix(REALSXP, LENGTH(ans), LENGTH(t heta)));[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 14146--14146 [] @texttt for(i = 0, start = 0; i < LENGTH(theta); i++, start += LENGTH(an s)) {[] Overfull \hbox (37.93651pt too wide) in paragraph at lines 14147--14147 [] @texttt par = PROTECT(Rf_findVar(Rf_installChar(STRING_ELT(theta, i) ), rho));[] [184] Overfull \hbox (32.18782pt too wide) in paragraph at lines 14201--14201 [] @texttt gradient = PROTECT(Rf_allocMatrix(REALSXP, LENGTH(ans), LENGTH(t heta)));[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 14214--14214 [] @texttt for(i = 0, start = 0; i < LENGTH(theta); i++, start += LENGTH(an s)) {[] Overfull \hbox (37.93651pt too wide) in paragraph at lines 14215--14215 [] @texttt par = PROTECT(Rf_findVar(Rf_installChar(STRING_ELT(theta, i) ), rho));[] [185] Overfull \hbox (26.43913pt too wide) in paragraph at lines 14315--14315 [] @texttt cmdexpr = PROTECT(R_ParseVector(cmdSexp, -1, &status, R_NilV alue));[] [186] [187] [188] Overfull \hbox (14.94176pt too wide) in paragraph at lines 14490--14490 []@texttt void R_RegisterCFinalizerEx(SEXP s, R_CFinalizer_t fun, Rboolean one xit);[] [189] Overfull \hbox (60.93126pt too wide) in paragraph at lines 14582--14582 [] @texttt ptr = R_MakeExternalPtr(thisHandle, Rf_install("RODBC_channel"), R_NilValue);[] [190] Overfull \hbox (72.42863pt too wide) in paragraph at lines 14719--14719 []@texttt typedef enum {CE_NATIVE, CE_UTF8, CE_LATIN1, CE_BYTES, CE_SYMBOL, CE _ANY} cetype_t;[] [191] [192] Chapter 6 [193] [194] [195] [196] Writing index file R-exts.for [197] [198] [199] [200] [201] [202] Overfull \hbox (20.69044pt too wide) in paragraph at lines 15721--15721 [] @texttt call cmsg(msg//c_null_char) ! need to concatenate a nul term inator[] Underfull \hbox (badness 10000) in paragraph at lines 15739--15744 @texttt com/ content/ www/ us/ en/ docs/ fortran-compiler/ developer-gui de-reference/ [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] Underfull \hbox (badness 10000) in paragraph at lines 16550--16554 []@texttt R_orderVector()[] @textrm cor-re-sponds to R's @texttt order(..., na .last, decreasing)[]@textrm . [213] [214] [215] Overfull \hbox (14.94176pt too wide) in paragraph at lines 16778--16778 [] @texttt SEXP (*hndlr)(SEXP cond, void *hdata), void *hd ata);[] Overfull \hbox (66.67995pt too wide) in paragraph at lines 16785--16785 [] @texttt SEXP (*hndlr)(SEXP cond, void *hdata) , void *hdata)[] Overfull \hbox (26.43913pt too wide) in paragraph at lines 16814--16814 [] @texttt void (*clean)(void *data, Rboolean jump), void *cdata,[] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] Chapter 7 [227] [228] Chapter 8 [229] [230] Writing index file R-exts.em [231] Overfull \hbox (43.6852pt too wide) in paragraph at lines 18011--18011 []@texttt ## replace $(LIBR) $(LIBS) by $(STATIC_LIBR) if R was built with a s tatic libR[] [232] Overfull \hbox (20.69044pt too wide) in paragraph at lines 18054--18054 []@texttt extern int (*ptr_R_ReadConsole)(const char *, unsigned char *, int, int);[] Overfull \hbox (55.18257pt too wide) in paragraph at lines 18069--18069 []@texttt extern int (*ptr_R_EditFiles)(int, const char **, const char **, co nst char *);[] [233] [234] [235] [236] [237] [238] [239] [240] [241] Underfull \hbox (badness 10000) in paragraph at lines 18747--18751 []@textrm If the de-sired ar-chi-tec-ture is known, look in @texttt Software\R -core\R32[] @textrm or (Function and variable index) [242] No file R-exts.vrs. (API index) [243] No file R-exts.aps. (Fortran API index) [244] No file R-exts.fors. (Experimental API index) [245] No file R-exts.aes. (Embedding API index) [246] No file R-exts.ems. (Concept index) [247] No file R-exts.cps. [248] ) (see the transcript file for additional information) Output written on R-exts.pdf (251 pages, 1045421 bytes). Transcript written on R-exts.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-exts.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-exts.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.toc [-1] [-2] [-3] [-4]) [-5] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.toc) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.toc) (Acknowledgements) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.aux) Chapter 1 [1] Writing index file R-exts.cp [2] [3] [4] [5] [6] Underfull \hbox (badness 10000) in paragraph at lines 513--516 []@textrm The `@texttt Depends[]@textrm '[], `@texttt Imports[]@textrm '[], `@t exttt Suggests[]@textrm '[], `@texttt Enhances[]@textrm '[], `@texttt LinkingTo []@textrm '[] and [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] Underfull \hbox (badness 10000) in paragraph at lines 1324--1325 @texttt R_MAKEVARS_SITE[]@textrm , @textttsl R_HOME@texttt /etc/@textttsl R_ Underfull \hbox (badness 10000) in paragraph at lines 1325--1326 @texttt R_MAKEVARS_SITE[]@textrm , @textttsl R_HOME@texttt /etc/@textttsl R_ Underfull \hbox (badness 10000) in paragraph at lines 1328--1330 @texttt R_MAKEVARS_USER[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 1330--1332 @texttt ~/.R/Makevars.win64[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 1338--1339 @texttt R_MAKEVARS_SITE[]@textrm , @textttsl R_HOME@texttt /etc/@textttsl R_ Underfull \hbox (badness 10000) in paragraph at lines 1339--1340 @texttt R_MAKEVARS_SITE[]@textrm , @textttsl R_HOME@texttt /etc/@textttsl R_ Underfull \hbox (badness 10000) in paragraph at lines 1342--1344 @texttt R_MAKEVARS_USER[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 1344--1346 @texttt ~/.R/Makevars.win64[]@textrm , [17] [18] [19] [20] Overfull \hbox (95.42339pt too wide) in paragraph at lines 1611--1611 [] @texttt "--no-libs", "--no-help", "--no-demo", "--no-exec" , "--no-test-load")[] Overfull \hbox (72.42863pt too wide) in paragraph at lines 1612--1612 [] @texttt install.packages(pkg, lib, INSTALL_opts = opts, repos = NULL , quiet = TRUE)[] Overfull \hbox (20.69044pt too wide) in paragraph at lines 1613--1613 [] @texttt res[z] <- file.size(file.path(lib, pkg_name, "data", "Rdata. rdb"))[] [21] Underfull \hbox (badness 10000) in paragraph at lines 1644--1651 @texttt org/ package=amap[]@textrm )[][]), Python or Tcl ([][]@textbf Simile @ textrm (@texttt https:// CRAN. R-project. org/ [22] [23] [24] [25] [26] Overfull \hbox (32.18782pt too wide) in paragraph at lines 2051--2051 []@texttt $ pkg-config --exists 'libtiff-4 >= 4.1.0' --print-errors # check th e status[] [27] [28] [29] Overfull \hbox (14.94176pt too wide) in paragraph at lines 2276--2276 []@texttt SLAMC_FFLAGS=$(R_XTRA_FFLAGS) $(FPICFLAGS) $(SHLIB_FFLAGS) $(SAFE_FF LAGS)[] [30] [31] [32] [33] [34] Overfull \hbox (67.78206pt too wide) in paragraph at lines 2683--2683 []@smalltt SOURCES = $(wildcard data/*.cpp network/*.cpp utils/*.cpp model/*.c pp model/*/*.cpp model/*/*/*.cpp)[] Overfull \hbox (53.60722pt too wide) in paragraph at lines 2685--2685 []@smalltt OBJECTS = siena07utilities.o siena07internals.o siena07setup.o sien a07models.o $(SOURCES:.cpp=.o)[] [35] [36] Overfull \hbox (16.92342pt too wide) in paragraph at lines 2824--2824 []@smalltt dnl for 64-bit ODBC need SQL[U]LEN, and it is unclear where they ar e defined.[] [37] [38] [39] Underfull \hbox (badness 7221) in paragraph at lines 3027--3033 [][][]@smallrm See [][]@smalltt https:// isocpp. org/ std/ standing-documen ts/ sd-6-sg10-feature-test-recommendations[][][] @smallrm or [40] Overfull \hbox (60.93126pt too wide) in paragraph at lines 3104--3104 [] @texttt CXX="$(CXX20) $(CXX20STD)" CXXFLAGS="$(CXX20FLAGS) $(CXX 20PICFLAGS)")[] [41] [42] [43] Overfull \hbox (43.6852pt too wide) in paragraph at lines 3341--3341 []@texttt if test -z "$CMAKE"; then CMAKE=/Applications/CMake.app/Contents/bin /cmake; fi[] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] Overfull \hbox (20.69044pt too wide) in paragraph at lines 4707--4707 []@texttt importFrom("stats", approx, optim, pchisq, predict, qchisq, qnorm, s pline)[] [62] [63] [64] Overfull \hbox (81.29893pt too wide) in paragraph at lines 4936--4936 [] @texttt CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS) $(CXXPICFLAGS) $(C_VISIB ILITY)" \[] Overfull \hbox (59.61772pt too wide) in paragraph at lines 4955--4955 []@texttt CXXFLAGS = `"${RBIN}" CMD config CXXFLAGS` `"${RBIN}" CMD config CXX PICFLAGS`[] [65] [66] [67] [68] [69] [70] Overfull \hbox (48.12035pt too wide) in paragraph at lines 5414--5414 []@texttt 1.1 1.2 1.3 1.4 5.0 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 3 24 25[] Overfull \hbox (53.86903pt too wide) in paragraph at lines 5430--5430 []@texttt jv <- .jcall("java/lang/System", "S", "getProperty", "java.runtime.v ersion")[] Overfull \hbox (48.12035pt too wide) in paragraph at lines 5432--5432 [] @texttt jvn <- as.numeric(paste0(strsplit(jv, "[.]")[[1L]][1:2], collapse = "."))[] Overfull \hbox (65.36641pt too wide) in paragraph at lines 5433--5433 [] @texttt if(jvn < 1.8) stop("Java >= 8 is needed for this package but not a vailable")[] Overfull \hbox (76.86378pt too wide) in paragraph at lines 5448--5448 []@texttt java.lang.UnsupportedClassVersionError: ... Unsupported major.minor version 52.0[] [71] [72] [73] [74] [75] [76] Overfull \hbox (14.94176pt too wide) in paragraph at lines 5849--5849 []@texttt "latin1=en_US:latin2=pl_PL:UTF-8=en_US.UTF-8:latin9=fr_FR.iso885915@ euro"[] [77] [78] Underfull \hbox (badness 10000) in paragraph at lines 6016--6019 @texttt gcc/ C-Extensions. html[][][] @textrm and [][]@texttt https:// gcc. gnu. org/ onlinedocs/ gcc/ [79] Overfull \hbox (19.3769pt too wide) in paragraph at lines 6102--6102 []@texttt abs acos atan bind calloc ceil div exp fabs floor fmod free log mall oc[] [80] [81] Overfull \hbox (53.86903pt too wide) in paragraph at lines 6247--6247 []@texttt 'register' storage class specifier is deprecated and incompatible wi th C++17[] [82] Overfull \hbox (13.62822pt too wide) in paragraph at lines 6312--6312 []@texttt #if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__) )[] [83] Overfull \hbox (48.12035pt too wide) in paragraph at lines 6389--6389 []@texttt !DEC$ ATTRIBUTES DLLEXPORT,C,REFERENCE,ALIAS:'kdenestmlcvb' :: kdene stmlcvb[] Overfull \hbox (25.1256pt too wide) in paragraph at lines 6401--6401 []@texttt warning: argument 1 value '18446744073709551615' exceeds maximum obj ect[] Overfull \hbox (111.35591pt too wide) in paragraph at lines 6416--6416 [] @texttt Rf_error("Actual: %0.f; Expected %0.f\n", (double) XLENGTH(Robj) , (double) nelem);[] Writing index file R-exts.ap [84] Underfull \hbox (badness 10000) in paragraph at lines 6469--6470 [][][]@smallrm See [][]@smalltt https:// prereleases. llvm. org/ 11. 0. 0 / rc2/ tools/ clang/ docs/ ReleaseNotes. html# [85] [86] [87] [88] [89] [90] Overfull \hbox (19.3769pt too wide) in paragraph at lines 6960--6960 []@texttt #define dngettext(pkg, String, StringP, N) (N == 1 ? String : String P)[] [91] [92] Chapter 2 [93] [94] [95] [96] [97] [98] [99] Underfull \hbox (badness 10000) in paragraph at lines 7638--7642 @textrm is ig-nored when com-par-ing check out-put to ref-er-ence out-put (a [100] [101] [102] [103] [104] [105] [106] Underfull \hbox (badness 10000) in paragraph at lines 8214--8221 []@textrm The two com-monly used sim-ple forms are @texttt \figure{@textttsl fi lename@texttt }[] @textrm and [107] [108] [109] Underfull \hbox (badness 10000) in paragraph at lines 8430--8435 []@texttt echo=FALSE[] @textrm Whether the R code should be echoed. If @texttt TRUE[] @textit and [110] [111] [112] Chapter 3 [113] [114] [115] [116] [117] [118] [119] Overfull \hbox (43.6852pt too wide) in paragraph at lines 9184--9184 []@texttt 5497 1.9783 R findVarLocInFrame.part.0. lto_priv.0[] [120] Chapter 4 [121] [122] [123] Overfull \hbox (14.94176pt too wide) in paragraph at lines 9451--9451 []@texttt evaluation nested too deeply: infinite recursion / options(expressio ns=)?[] [124] Overfull \hbox (25.25755pt too wide) in paragraph at lines 9492--9492 []@smalltt Message: Error: no valid set of coefficients has been found: pleas e supply starting values[] [125] Overfull \hbox (20.53261pt too wide) in paragraph at lines 9596--9596 []@smalltt debugging in: glm.fit(x = X, y = Y, weights = weights, start = star t, etastart = etastart,[] Overfull \hbox (38.96663pt too wide) in paragraph at lines 9626--9635 []@texttt debug[] @textrm can be used for hid-den func-tions and S3 meth-ods by e.g. @texttt debug(stats:::predict.Arima)[]@textrm . [126] [127] [128] [129] Underfull \hbox (badness 10000) in paragraph at lines 9887--9892 @smalltt developer. apple. com/ documentation/ xcode/ diagnosing-memory-th read-and-crash-issues-early[][][]@smallrm . Underfull \hbox (badness 10000) in paragraph at lines 9885--9898 @texttt controlling-code-generation[][][]@textrm , [][]@texttt https:// clang. llvm. org/ docs/ AddressSanitizer. Overfull \hbox (48.90796pt too wide) in paragraph at lines 9902--9903 [][][]@smallrm see [][]@smalltt https:// llvm. org/ devmtg/ 2014-04/ PDFs/ LightningTalks/ EuroLLVM%202014%20--%20container%20overflow. [130] [131] Overfull \hbox (78.17732pt too wide) in paragraph at lines 10051--10051 []@texttt setenv ASAN_OPTIONS 'alloc_dealloc_mismatch=0:detect_leaks=0:detect_ odr_violation=0'[] Overfull \hbox (32.81921pt too wide) in paragraph at lines 10077--10080 [][]@smalltt https:// developer. apple. com/ documentation/ xcode/ diagno sing-memory-thread-and-crash-issues-early[][][]@smallrm .| Overfull \hbox (33.15736pt too wide) in paragraph at lines 10090--10093 []@textrm This san-i-tizer may be com-bined with the Ad-dress San-i-tizer by @t exttt -fsanitize=undefined,address[] [132] [133] Underfull \hbox (badness 10000) in paragraph at lines 10189--10193 [][]@texttt https:// blog. llvm. org/ 2011/ 05/ what-every-c-programmer-s hould-know. html[][][] Overfull \hbox (112.66945pt too wide) in paragraph at lines 10205--10205 []@texttt CC = clang -fsanitize=undefined -fno-sanitize=float-divide-by-zero - fno-omit-frame-pointer[] Overfull \hbox (170.15633pt too wide) in paragraph at lines 10206--10206 []@texttt CXX = clang++ -fsanitize=undefined -fno-sanitize=float-divide-by-zer o -fno-omit-frame-pointer -frtti[] Overfull \hbox (181.6537pt too wide) in paragraph at lines 10209--10209 []@texttt SAN_LIBS = $(UBSAN_DIR)/libclang_rt.ubsan_standalone.a $(UBSAN_DIR)/ libclang_rt.ubsan_standalone_cxx.a[] Overfull \hbox (37.93651pt too wide) in paragraph at lines 10217--10217 []@texttt SAN_LIBS = -L$(UBSAN_DIR) -Wl,-rpath,$(UBSAN_DIR) -lclang_rt.ubsan_s tandalone[] Overfull \hbox (2.03816pt too wide) in paragraph at lines 10261--10265 []@textrm See [][]@texttt https:// gcc. gnu. org/ onlinedocs/ gcc-10. 1. 0/ gcc/ Static-Analyzer-Options. [134] Overfull \hbox (72.42863pt too wide) in paragraph at lines 10284--10284 []@texttt Fortran runtime error: Index '1' of dimension 1 of array 'x' above u pper bound of 0[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 10329--10329 [] @texttt 2: possibleExtends(class(sloti), classi, ClassDef2 = getClassDef(cl assi,[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 10332--10332 [] @texttt 4: stopifnot(validObject(cu <- as(tu, "dtCMatrix")), validObject(t( cu)),[] [135] [136] Overfull \hbox (26.43913pt too wide) in paragraph at lines 10411--10411 []@texttt #5 0xb7d6c0a5 in do_random2 (call=0x94bf7d4, op=0x92580e8, args=0x9 698f98,[] [137] [138] [139] Underfull \hbox (badness 10000) in paragraph at lines 10646--10648 [][][]@smallrm See [][]@smalltt https:// svn. r-project. org/ R-dev-web/ t runk/ CRAN/ QA/ Simon/ R-build/ fixpathR[][][]@smallrm : [140] Overfull \hbox (124.16682pt too wide) in paragraph at lines 10702--10702 []@texttt boot.f:61: warning: type of 'ddot' does not match original declarati on [-Wlto-type-mismatch][] Overfull \hbox (147.16158pt too wide) in paragraph at lines 10721--10721 []@texttt rkpk2.f:77:5: warning: type of 'dstup' does not match original decla ration [-Wlto-type-mismatch][] Overfull \hbox (141.41289pt too wide) in paragraph at lines 10732--10732 []@texttt reg.f:78:33: warning: type of 'dqrdc' does not match original declar ation [-Wlto-type-mismatch][] Overfull \hbox (14.94176pt too wide) in paragraph at lines 10752--10752 [] @tex ttt 1[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 10761--10761 [] @tex ttt 1[] Overfull \hbox (43.6852pt too wide) in paragraph at lines 10762--10762 []@texttt Warning: Type mismatch in argument 'jpvt' at (1); passed REAL(8) to INTEGER(4)[] [141] Chapter 5 [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] Overfull \hbox (30.87428pt too wide) in paragraph at lines 11564--11564 [] @texttt double *w, int *iper, double *span, double *al pha,[] Overfull \hbox (51.66371pt too wide) in paragraph at lines 11628--11628 []@smalltt y[accept] <- .Call("spline_value", knots, coeff, ord, x[accept], de riv, PACKAGE = "splines")[] [153] [154] Overfull \hbox (60.93126pt too wide) in paragraph at lines 11794--11794 [] @texttt na_omit_xts_func fun = (na_omit_xts_func) R_GetCCallable("xts", "n a_omit_xts");[] [155] [156] [157] [158] [159] [160] Overfull \hbox (37.93651pt too wide) in paragraph at lines 12234--12234 []@texttt PKG_LIBS=-L"$(PKGB_PATH)$(R_ARCH)" -Wl,-rpath,"$(PKGB_PATH)$(R_ARCH) " -lpackB[] [161] [162] [163] [164] [165] [166] [167] [168] [169] Writing index file R-exts.ae [170] [171] Overfull \hbox (32.18782pt too wide) in paragraph at lines 13127--13127 [] @texttt Rf_error("value is not a numeric vector with at least one el ement");[] [172] Overfull \hbox (32.18782pt too wide) in paragraph at lines 13196--13196 [] @texttt if(ign == NA_LOGICAL) Rf_error("'ignore_quotes' must be TRUE or FALSE");[] [173] [174] Underfull \hbox (badness 7576) in paragraph at lines 13427--13435 []@textrm Some con-ve-nience func-tions for work-ing with pairlist ob-jects in- clude @texttt Rf_ [175] [176] [177] Overfull \hbox (49.43388pt too wide) in paragraph at lines 13707--13707 [] @texttt Rf_isNull(TAG(args)) ? "" : Rf_translateChar(PRINTNAME(T AG(args)));[] [178] [179] Overfull \hbox (20.69044pt too wide) in paragraph at lines 13875--13875 [] @texttt if(!Rf_isEnvironment(rho)) Rf_error("'rho' should be an environm ent");[] Overfull \hbox (20.69044pt too wide) in paragraph at lines 13903--13903 [] @texttt if(!Rf_isEnvironment(rho)) Rf_error("'rho' should be an environm ent");[] [180] [181] Overfull \hbox (14.94176pt too wide) in paragraph at lines 14015--14015 [] @texttt // a version with (too) much PROTECT()ion .. "better safe than s orry"[] [182] [183] Overfull \hbox (32.18782pt too wide) in paragraph at lines 14139--14139 [] @texttt gradient = PROTECT(Rf_allocMatrix(REALSXP, LENGTH(ans), LENGTH(t heta)));[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 14146--14146 [] @texttt for(i = 0, start = 0; i < LENGTH(theta); i++, start += LENGTH(an s)) {[] Overfull \hbox (37.93651pt too wide) in paragraph at lines 14147--14147 [] @texttt par = PROTECT(Rf_findVar(Rf_installChar(STRING_ELT(theta, i) ), rho));[] [184] Overfull \hbox (32.18782pt too wide) in paragraph at lines 14201--14201 [] @texttt gradient = PROTECT(Rf_allocMatrix(REALSXP, LENGTH(ans), LENGTH(t heta)));[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 14214--14214 [] @texttt for(i = 0, start = 0; i < LENGTH(theta); i++, start += LENGTH(an s)) {[] Overfull \hbox (37.93651pt too wide) in paragraph at lines 14215--14215 [] @texttt par = PROTECT(Rf_findVar(Rf_installChar(STRING_ELT(theta, i) ), rho));[] [185] Overfull \hbox (26.43913pt too wide) in paragraph at lines 14315--14315 [] @texttt cmdexpr = PROTECT(R_ParseVector(cmdSexp, -1, &status, R_NilV alue));[] [186] [187] [188] Overfull \hbox (14.94176pt too wide) in paragraph at lines 14490--14490 []@texttt void R_RegisterCFinalizerEx(SEXP s, R_CFinalizer_t fun, Rboolean one xit);[] [189] Overfull \hbox (60.93126pt too wide) in paragraph at lines 14582--14582 [] @texttt ptr = R_MakeExternalPtr(thisHandle, Rf_install("RODBC_channel"), R_NilValue);[] [190] Overfull \hbox (72.42863pt too wide) in paragraph at lines 14719--14719 []@texttt typedef enum {CE_NATIVE, CE_UTF8, CE_LATIN1, CE_BYTES, CE_SYMBOL, CE _ANY} cetype_t;[] [191] [192] Chapter 6 [193] [194] [195] [196] Writing index file R-exts.for [197] [198] [199] [200] [201] [202] Overfull \hbox (20.69044pt too wide) in paragraph at lines 15721--15721 [] @texttt call cmsg(msg//c_null_char) ! need to concatenate a nul term inator[] Underfull \hbox (badness 10000) in paragraph at lines 15739--15744 @texttt com/ content/ www/ us/ en/ docs/ fortran-compiler/ developer-gui de-reference/ [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] Underfull \hbox (badness 10000) in paragraph at lines 16550--16554 []@texttt R_orderVector()[] @textrm cor-re-sponds to R's @texttt order(..., na .last, decreasing)[]@textrm . [213] [214] [215] Overfull \hbox (14.94176pt too wide) in paragraph at lines 16778--16778 [] @texttt SEXP (*hndlr)(SEXP cond, void *hdata), void *hd ata);[] Overfull \hbox (66.67995pt too wide) in paragraph at lines 16785--16785 [] @texttt SEXP (*hndlr)(SEXP cond, void *hdata) , void *hdata)[] Overfull \hbox (26.43913pt too wide) in paragraph at lines 16814--16814 [] @texttt void (*clean)(void *data, Rboolean jump), void *cdata,[] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] Chapter 7 [227] [228] Chapter 8 [229] [230] Writing index file R-exts.em [231] Overfull \hbox (43.6852pt too wide) in paragraph at lines 18011--18011 []@texttt ## replace $(LIBR) $(LIBS) by $(STATIC_LIBR) if R was built with a s tatic libR[] [232] Overfull \hbox (20.69044pt too wide) in paragraph at lines 18054--18054 []@texttt extern int (*ptr_R_ReadConsole)(const char *, unsigned char *, int, int);[] Overfull \hbox (55.18257pt too wide) in paragraph at lines 18069--18069 []@texttt extern int (*ptr_R_EditFiles)(int, const char **, const char **, co nst char *);[] [233] [234] [235] [236] [237] [238] [239] [240] [241] Underfull \hbox (badness 10000) in paragraph at lines 18747--18751 []@textrm If the de-sired ar-chi-tec-ture is known, look in @texttt Software\R -core\R32[] @textrm or (Function and variable index) [242] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.vrs [243] [244] [245] [246] [247] [248]) (API index) [249] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.aps [250] [251] [252]) (Fortran API index) [253] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.fors) (Experimental API index) [254] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.aes [255]) (Embedding API index) [256] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.ems) (Concept index) [257] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.cps [258]) [259] ) (see the transcript file for additional information) Output written on R-exts.pdf (266 pages, 1175146 bytes). Transcript written on R-exts.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-exts.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-exts.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.toc [-1] [-2] [-3] [-4]) [-5] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.toc) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.toc) (Acknowledgements) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.aux) Chapter 1 [1] Writing index file R-exts.cp [2] [3] [4] [5] [6] Underfull \hbox (badness 10000) in paragraph at lines 513--516 []@textrm The `@texttt Depends[]@textrm '[], `@texttt Imports[]@textrm '[], `@t exttt Suggests[]@textrm '[], `@texttt Enhances[]@textrm '[], `@texttt LinkingTo []@textrm '[] and [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] Underfull \hbox (badness 10000) in paragraph at lines 1324--1325 @texttt R_MAKEVARS_SITE[]@textrm , @textttsl R_HOME@texttt /etc/@textttsl R_ Underfull \hbox (badness 10000) in paragraph at lines 1325--1326 @texttt R_MAKEVARS_SITE[]@textrm , @textttsl R_HOME@texttt /etc/@textttsl R_ Underfull \hbox (badness 10000) in paragraph at lines 1328--1330 @texttt R_MAKEVARS_USER[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 1330--1332 @texttt ~/.R/Makevars.win64[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 1338--1339 @texttt R_MAKEVARS_SITE[]@textrm , @textttsl R_HOME@texttt /etc/@textttsl R_ Underfull \hbox (badness 10000) in paragraph at lines 1339--1340 @texttt R_MAKEVARS_SITE[]@textrm , @textttsl R_HOME@texttt /etc/@textttsl R_ Underfull \hbox (badness 10000) in paragraph at lines 1342--1344 @texttt R_MAKEVARS_USER[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 1344--1346 @texttt ~/.R/Makevars.win64[]@textrm , [17] [18] [19] [20] Overfull \hbox (95.42339pt too wide) in paragraph at lines 1611--1611 [] @texttt "--no-libs", "--no-help", "--no-demo", "--no-exec" , "--no-test-load")[] Overfull \hbox (72.42863pt too wide) in paragraph at lines 1612--1612 [] @texttt install.packages(pkg, lib, INSTALL_opts = opts, repos = NULL , quiet = TRUE)[] Overfull \hbox (20.69044pt too wide) in paragraph at lines 1613--1613 [] @texttt res[z] <- file.size(file.path(lib, pkg_name, "data", "Rdata. rdb"))[] [21] Underfull \hbox (badness 10000) in paragraph at lines 1644--1651 @texttt org/ package=amap[]@textrm )[][]), Python or Tcl ([][]@textbf Simile @ textrm (@texttt https:// CRAN. R-project. org/ [22] [23] [24] [25] [26] Overfull \hbox (32.18782pt too wide) in paragraph at lines 2051--2051 []@texttt $ pkg-config --exists 'libtiff-4 >= 4.1.0' --print-errors # check th e status[] [27] [28] [29] Overfull \hbox (14.94176pt too wide) in paragraph at lines 2276--2276 []@texttt SLAMC_FFLAGS=$(R_XTRA_FFLAGS) $(FPICFLAGS) $(SHLIB_FFLAGS) $(SAFE_FF LAGS)[] [30] [31] [32] [33] [34] Overfull \hbox (67.78206pt too wide) in paragraph at lines 2683--2683 []@smalltt SOURCES = $(wildcard data/*.cpp network/*.cpp utils/*.cpp model/*.c pp model/*/*.cpp model/*/*/*.cpp)[] Overfull \hbox (53.60722pt too wide) in paragraph at lines 2685--2685 []@smalltt OBJECTS = siena07utilities.o siena07internals.o siena07setup.o sien a07models.o $(SOURCES:.cpp=.o)[] [35] [36] Overfull \hbox (16.92342pt too wide) in paragraph at lines 2824--2824 []@smalltt dnl for 64-bit ODBC need SQL[U]LEN, and it is unclear where they ar e defined.[] [37] [38] [39] Underfull \hbox (badness 7221) in paragraph at lines 3027--3033 [][][]@smallrm See [][]@smalltt https:// isocpp. org/ std/ standing-documen ts/ sd-6-sg10-feature-test-recommendations[][][] @smallrm or [40] Overfull \hbox (60.93126pt too wide) in paragraph at lines 3104--3104 [] @texttt CXX="$(CXX20) $(CXX20STD)" CXXFLAGS="$(CXX20FLAGS) $(CXX 20PICFLAGS)")[] [41] [42] [43] Overfull \hbox (43.6852pt too wide) in paragraph at lines 3341--3341 []@texttt if test -z "$CMAKE"; then CMAKE=/Applications/CMake.app/Contents/bin /cmake; fi[] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] Overfull \hbox (20.69044pt too wide) in paragraph at lines 4707--4707 []@texttt importFrom("stats", approx, optim, pchisq, predict, qchisq, qnorm, s pline)[] [62] [63] [64] Overfull \hbox (81.29893pt too wide) in paragraph at lines 4936--4936 [] @texttt CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS) $(CXXPICFLAGS) $(C_VISIB ILITY)" \[] Overfull \hbox (59.61772pt too wide) in paragraph at lines 4955--4955 []@texttt CXXFLAGS = `"${RBIN}" CMD config CXXFLAGS` `"${RBIN}" CMD config CXX PICFLAGS`[] [65] [66] [67] [68] [69] [70] Overfull \hbox (48.12035pt too wide) in paragraph at lines 5414--5414 []@texttt 1.1 1.2 1.3 1.4 5.0 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 3 24 25[] Overfull \hbox (53.86903pt too wide) in paragraph at lines 5430--5430 []@texttt jv <- .jcall("java/lang/System", "S", "getProperty", "java.runtime.v ersion")[] Overfull \hbox (48.12035pt too wide) in paragraph at lines 5432--5432 [] @texttt jvn <- as.numeric(paste0(strsplit(jv, "[.]")[[1L]][1:2], collapse = "."))[] Overfull \hbox (65.36641pt too wide) in paragraph at lines 5433--5433 [] @texttt if(jvn < 1.8) stop("Java >= 8 is needed for this package but not a vailable")[] Overfull \hbox (76.86378pt too wide) in paragraph at lines 5448--5448 []@texttt java.lang.UnsupportedClassVersionError: ... Unsupported major.minor version 52.0[] [71] [72] [73] [74] [75] [76] Overfull \hbox (14.94176pt too wide) in paragraph at lines 5849--5849 []@texttt "latin1=en_US:latin2=pl_PL:UTF-8=en_US.UTF-8:latin9=fr_FR.iso885915@ euro"[] [77] [78] Underfull \hbox (badness 10000) in paragraph at lines 6016--6019 @texttt gcc/ C-Extensions. html[][][] @textrm and [][]@texttt https:// gcc. gnu. org/ onlinedocs/ gcc/ [79] Overfull \hbox (19.3769pt too wide) in paragraph at lines 6102--6102 []@texttt abs acos atan bind calloc ceil div exp fabs floor fmod free log mall oc[] [80] [81] Overfull \hbox (53.86903pt too wide) in paragraph at lines 6247--6247 []@texttt 'register' storage class specifier is deprecated and incompatible wi th C++17[] [82] Overfull \hbox (13.62822pt too wide) in paragraph at lines 6312--6312 []@texttt #if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__) )[] [83] Overfull \hbox (48.12035pt too wide) in paragraph at lines 6389--6389 []@texttt !DEC$ ATTRIBUTES DLLEXPORT,C,REFERENCE,ALIAS:'kdenestmlcvb' :: kdene stmlcvb[] Overfull \hbox (25.1256pt too wide) in paragraph at lines 6401--6401 []@texttt warning: argument 1 value '18446744073709551615' exceeds maximum obj ect[] Overfull \hbox (111.35591pt too wide) in paragraph at lines 6416--6416 [] @texttt Rf_error("Actual: %0.f; Expected %0.f\n", (double) XLENGTH(Robj) , (double) nelem);[] Writing index file R-exts.ap [84] Underfull \hbox (badness 10000) in paragraph at lines 6469--6470 [][][]@smallrm See [][]@smalltt https:// prereleases. llvm. org/ 11. 0. 0 / rc2/ tools/ clang/ docs/ ReleaseNotes. html# [85] [86] [87] [88] [89] [90] Overfull \hbox (19.3769pt too wide) in paragraph at lines 6960--6960 []@texttt #define dngettext(pkg, String, StringP, N) (N == 1 ? String : String P)[] [91] [92] Chapter 2 [93] [94] [95] [96] [97] [98] [99] Underfull \hbox (badness 10000) in paragraph at lines 7638--7642 @textrm is ig-nored when com-par-ing check out-put to ref-er-ence out-put (a [100] [101] [102] [103] [104] [105] [106] Underfull \hbox (badness 10000) in paragraph at lines 8214--8221 []@textrm The two com-monly used sim-ple forms are @texttt \figure{@textttsl fi lename@texttt }[] @textrm and [107] [108] [109] Underfull \hbox (badness 10000) in paragraph at lines 8430--8435 []@texttt echo=FALSE[] @textrm Whether the R code should be echoed. If @texttt TRUE[] @textit and [110] [111] [112] Chapter 3 [113] [114] [115] [116] [117] [118] [119] Overfull \hbox (43.6852pt too wide) in paragraph at lines 9184--9184 []@texttt 5497 1.9783 R findVarLocInFrame.part.0. lto_priv.0[] [120] Chapter 4 [121] [122] [123] Overfull \hbox (14.94176pt too wide) in paragraph at lines 9451--9451 []@texttt evaluation nested too deeply: infinite recursion / options(expressio ns=)?[] [124] Overfull \hbox (25.25755pt too wide) in paragraph at lines 9492--9492 []@smalltt Message: Error: no valid set of coefficients has been found: pleas e supply starting values[] [125] Overfull \hbox (20.53261pt too wide) in paragraph at lines 9596--9596 []@smalltt debugging in: glm.fit(x = X, y = Y, weights = weights, start = star t, etastart = etastart,[] Overfull \hbox (38.96663pt too wide) in paragraph at lines 9626--9635 []@texttt debug[] @textrm can be used for hid-den func-tions and S3 meth-ods by e.g. @texttt debug(stats:::predict.Arima)[]@textrm . [126] [127] [128] [129] Underfull \hbox (badness 10000) in paragraph at lines 9887--9892 @smalltt developer. apple. com/ documentation/ xcode/ diagnosing-memory-th read-and-crash-issues-early[][][]@smallrm . Underfull \hbox (badness 10000) in paragraph at lines 9885--9898 @texttt controlling-code-generation[][][]@textrm , [][]@texttt https:// clang. llvm. org/ docs/ AddressSanitizer. Overfull \hbox (48.90796pt too wide) in paragraph at lines 9902--9903 [][][]@smallrm see [][]@smalltt https:// llvm. org/ devmtg/ 2014-04/ PDFs/ LightningTalks/ EuroLLVM%202014%20--%20container%20overflow. [130] [131] Overfull \hbox (78.17732pt too wide) in paragraph at lines 10051--10051 []@texttt setenv ASAN_OPTIONS 'alloc_dealloc_mismatch=0:detect_leaks=0:detect_ odr_violation=0'[] Overfull \hbox (32.81921pt too wide) in paragraph at lines 10077--10080 [][]@smalltt https:// developer. apple. com/ documentation/ xcode/ diagno sing-memory-thread-and-crash-issues-early[][][]@smallrm .| Overfull \hbox (33.15736pt too wide) in paragraph at lines 10090--10093 []@textrm This san-i-tizer may be com-bined with the Ad-dress San-i-tizer by @t exttt -fsanitize=undefined,address[] [132] [133] Underfull \hbox (badness 10000) in paragraph at lines 10189--10193 [][]@texttt https:// blog. llvm. org/ 2011/ 05/ what-every-c-programmer-s hould-know. html[][][] Overfull \hbox (112.66945pt too wide) in paragraph at lines 10205--10205 []@texttt CC = clang -fsanitize=undefined -fno-sanitize=float-divide-by-zero - fno-omit-frame-pointer[] Overfull \hbox (170.15633pt too wide) in paragraph at lines 10206--10206 []@texttt CXX = clang++ -fsanitize=undefined -fno-sanitize=float-divide-by-zer o -fno-omit-frame-pointer -frtti[] Overfull \hbox (181.6537pt too wide) in paragraph at lines 10209--10209 []@texttt SAN_LIBS = $(UBSAN_DIR)/libclang_rt.ubsan_standalone.a $(UBSAN_DIR)/ libclang_rt.ubsan_standalone_cxx.a[] Overfull \hbox (37.93651pt too wide) in paragraph at lines 10217--10217 []@texttt SAN_LIBS = -L$(UBSAN_DIR) -Wl,-rpath,$(UBSAN_DIR) -lclang_rt.ubsan_s tandalone[] Overfull \hbox (2.03816pt too wide) in paragraph at lines 10261--10265 []@textrm See [][]@texttt https:// gcc. gnu. org/ onlinedocs/ gcc-10. 1. 0/ gcc/ Static-Analyzer-Options. [134] Overfull \hbox (72.42863pt too wide) in paragraph at lines 10284--10284 []@texttt Fortran runtime error: Index '1' of dimension 1 of array 'x' above u pper bound of 0[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 10329--10329 [] @texttt 2: possibleExtends(class(sloti), classi, ClassDef2 = getClassDef(cl assi,[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 10332--10332 [] @texttt 4: stopifnot(validObject(cu <- as(tu, "dtCMatrix")), validObject(t( cu)),[] [135] [136] Overfull \hbox (26.43913pt too wide) in paragraph at lines 10411--10411 []@texttt #5 0xb7d6c0a5 in do_random2 (call=0x94bf7d4, op=0x92580e8, args=0x9 698f98,[] [137] [138] [139] Underfull \hbox (badness 10000) in paragraph at lines 10646--10648 [][][]@smallrm See [][]@smalltt https:// svn. r-project. org/ R-dev-web/ t runk/ CRAN/ QA/ Simon/ R-build/ fixpathR[][][]@smallrm : [140] Overfull \hbox (124.16682pt too wide) in paragraph at lines 10702--10702 []@texttt boot.f:61: warning: type of 'ddot' does not match original declarati on [-Wlto-type-mismatch][] Overfull \hbox (147.16158pt too wide) in paragraph at lines 10721--10721 []@texttt rkpk2.f:77:5: warning: type of 'dstup' does not match original decla ration [-Wlto-type-mismatch][] Overfull \hbox (141.41289pt too wide) in paragraph at lines 10732--10732 []@texttt reg.f:78:33: warning: type of 'dqrdc' does not match original declar ation [-Wlto-type-mismatch][] Overfull \hbox (14.94176pt too wide) in paragraph at lines 10752--10752 [] @tex ttt 1[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 10761--10761 [] @tex ttt 1[] Overfull \hbox (43.6852pt too wide) in paragraph at lines 10762--10762 []@texttt Warning: Type mismatch in argument 'jpvt' at (1); passed REAL(8) to INTEGER(4)[] [141] Chapter 5 [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] Overfull \hbox (30.87428pt too wide) in paragraph at lines 11564--11564 [] @texttt double *w, int *iper, double *span, double *al pha,[] Overfull \hbox (51.66371pt too wide) in paragraph at lines 11628--11628 []@smalltt y[accept] <- .Call("spline_value", knots, coeff, ord, x[accept], de riv, PACKAGE = "splines")[] [153] [154] Overfull \hbox (60.93126pt too wide) in paragraph at lines 11794--11794 [] @texttt na_omit_xts_func fun = (na_omit_xts_func) R_GetCCallable("xts", "n a_omit_xts");[] [155] [156] [157] [158] [159] [160] Overfull \hbox (37.93651pt too wide) in paragraph at lines 12234--12234 []@texttt PKG_LIBS=-L"$(PKGB_PATH)$(R_ARCH)" -Wl,-rpath,"$(PKGB_PATH)$(R_ARCH) " -lpackB[] [161] [162] [163] [164] [165] [166] [167] [168] [169] Writing index file R-exts.ae [170] [171] Overfull \hbox (32.18782pt too wide) in paragraph at lines 13127--13127 [] @texttt Rf_error("value is not a numeric vector with at least one el ement");[] [172] Overfull \hbox (32.18782pt too wide) in paragraph at lines 13196--13196 [] @texttt if(ign == NA_LOGICAL) Rf_error("'ignore_quotes' must be TRUE or FALSE");[] [173] [174] Underfull \hbox (badness 7576) in paragraph at lines 13427--13435 []@textrm Some con-ve-nience func-tions for work-ing with pairlist ob-jects in- clude @texttt Rf_ [175] [176] [177] Overfull \hbox (49.43388pt too wide) in paragraph at lines 13707--13707 [] @texttt Rf_isNull(TAG(args)) ? "" : Rf_translateChar(PRINTNAME(T AG(args)));[] [178] [179] Overfull \hbox (20.69044pt too wide) in paragraph at lines 13875--13875 [] @texttt if(!Rf_isEnvironment(rho)) Rf_error("'rho' should be an environm ent");[] Overfull \hbox (20.69044pt too wide) in paragraph at lines 13903--13903 [] @texttt if(!Rf_isEnvironment(rho)) Rf_error("'rho' should be an environm ent");[] [180] [181] Overfull \hbox (14.94176pt too wide) in paragraph at lines 14015--14015 [] @texttt // a version with (too) much PROTECT()ion .. "better safe than s orry"[] [182] [183] Overfull \hbox (32.18782pt too wide) in paragraph at lines 14139--14139 [] @texttt gradient = PROTECT(Rf_allocMatrix(REALSXP, LENGTH(ans), LENGTH(t heta)));[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 14146--14146 [] @texttt for(i = 0, start = 0; i < LENGTH(theta); i++, start += LENGTH(an s)) {[] Overfull \hbox (37.93651pt too wide) in paragraph at lines 14147--14147 [] @texttt par = PROTECT(Rf_findVar(Rf_installChar(STRING_ELT(theta, i) ), rho));[] [184] Overfull \hbox (32.18782pt too wide) in paragraph at lines 14201--14201 [] @texttt gradient = PROTECT(Rf_allocMatrix(REALSXP, LENGTH(ans), LENGTH(t heta)));[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 14214--14214 [] @texttt for(i = 0, start = 0; i < LENGTH(theta); i++, start += LENGTH(an s)) {[] Overfull \hbox (37.93651pt too wide) in paragraph at lines 14215--14215 [] @texttt par = PROTECT(Rf_findVar(Rf_installChar(STRING_ELT(theta, i) ), rho));[] [185] Overfull \hbox (26.43913pt too wide) in paragraph at lines 14315--14315 [] @texttt cmdexpr = PROTECT(R_ParseVector(cmdSexp, -1, &status, R_NilV alue));[] [186] [187] [188] Overfull \hbox (14.94176pt too wide) in paragraph at lines 14490--14490 []@texttt void R_RegisterCFinalizerEx(SEXP s, R_CFinalizer_t fun, Rboolean one xit);[] [189] Overfull \hbox (60.93126pt too wide) in paragraph at lines 14582--14582 [] @texttt ptr = R_MakeExternalPtr(thisHandle, Rf_install("RODBC_channel"), R_NilValue);[] [190] Overfull \hbox (72.42863pt too wide) in paragraph at lines 14719--14719 []@texttt typedef enum {CE_NATIVE, CE_UTF8, CE_LATIN1, CE_BYTES, CE_SYMBOL, CE _ANY} cetype_t;[] [191] [192] Chapter 6 [193] [194] [195] [196] Writing index file R-exts.for [197] [198] [199] [200] [201] [202] Overfull \hbox (20.69044pt too wide) in paragraph at lines 15721--15721 [] @texttt call cmsg(msg//c_null_char) ! need to concatenate a nul term inator[] Underfull \hbox (badness 10000) in paragraph at lines 15739--15744 @texttt com/ content/ www/ us/ en/ docs/ fortran-compiler/ developer-gui de-reference/ [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] Underfull \hbox (badness 10000) in paragraph at lines 16550--16554 []@texttt R_orderVector()[] @textrm cor-re-sponds to R's @texttt order(..., na .last, decreasing)[]@textrm . [213] [214] [215] Overfull \hbox (14.94176pt too wide) in paragraph at lines 16778--16778 [] @texttt SEXP (*hndlr)(SEXP cond, void *hdata), void *hd ata);[] Overfull \hbox (66.67995pt too wide) in paragraph at lines 16785--16785 [] @texttt SEXP (*hndlr)(SEXP cond, void *hdata) , void *hdata)[] Overfull \hbox (26.43913pt too wide) in paragraph at lines 16814--16814 [] @texttt void (*clean)(void *data, Rboolean jump), void *cdata,[] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] Chapter 7 [227] [228] Chapter 8 [229] [230] Writing index file R-exts.em [231] Overfull \hbox (43.6852pt too wide) in paragraph at lines 18011--18011 []@texttt ## replace $(LIBR) $(LIBS) by $(STATIC_LIBR) if R was built with a s tatic libR[] [232] Overfull \hbox (20.69044pt too wide) in paragraph at lines 18054--18054 []@texttt extern int (*ptr_R_ReadConsole)(const char *, unsigned char *, int, int);[] Overfull \hbox (55.18257pt too wide) in paragraph at lines 18069--18069 []@texttt extern int (*ptr_R_EditFiles)(int, const char **, const char **, co nst char *);[] [233] [234] [235] [236] [237] [238] [239] [240] [241] Underfull \hbox (badness 10000) in paragraph at lines 18747--18751 []@textrm If the de-sired ar-chi-tec-ture is known, look in @texttt Software\R -core\R32[] @textrm or (Function and variable index) [242] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.vrs [243] [244] [245] [246] [247] [248]) (API index) [249] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.aps [250] [251] [252]) (Fortran API index) [253] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.fors) (Experimental API index) [254] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.aes [255]) (Embedding API index) [256] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.ems) (Concept index) [257] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-exts.cps [258]) [259] ) (see the transcript file for additional information) Output written on R-exts.pdf (266 pages, 1175082 bytes). Transcript written on R-exts.log. TEXINPUTS=".:$TEXINPUTS" LC_COLLATE=C /usr/bin/texi2dvi --pdf R-intro.texi This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-intro.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-intro.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1] (Preface) Cross reference values unknown; you must run TeX again. Chapter 1 [1] Writing index file R-intro.cp [2] [3] [4] [5] Chapter 2 [6] [7] [8] [9] [10] [11] [12] Chapter 3 [13] [14] [15] Chapter 4 [16] [17] Chapter 5 [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] Chapter 6 [28] [29] [30] [31] Chapter 7 [32] [33] [34] Chapter 8 [35] [36] [37] [38] [39] [40] [41] Chapter 9 [42] [43] Chapter 10 [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] Chapter 11 [54] [55] [56] [57] [58] [59] [60] Underfull \hbox (badness 10000) in paragraph at lines 4725--4727 @texttt logit[]@textrm , @texttt probit[]@textrm , @texttt cloglog[]@textrm , @texttt identity[]@textrm , [61] [62] [63] [64] [65] Underfull \hbox (badness 10000) in paragraph at lines 5138--5148 [][]@textbf Mixed mod-els. @textrm The rec-om-mended [][]@textbf nlme @textrm (@texttt https:// CRAN. R-project. org/ [66] Chapter 12 [67] [68] [69] [70] [71] Overfull \hbox (26.43913pt too wide) in paragraph at lines 5602--5602 []@texttt > text(x, y, expression(paste(bgroup("(", atop(n, x), ")"), p^x, q^{ n-x})))[] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] Chapter 13 [82] Underfull \hbox (badness 10000) in paragraph at lines 6297--6302 []@textrm Users con-nected to the In-ter-net can use the @texttt install.packag es()[] @textrm and [83] Chapter 14 [84] [85] Underfull \hbox (badness 10000) in paragraph at lines 6492--6497 []@textrm Windows' UNC filepaths (such as @texttt \\server\dir1\dir2\file[] @t extrm and [86] Appendix A [87] [88] [89] [90] Appendix B [91] [92] [93] [94] [95] [96] [97] [98] Appendix C [99] [100] (References) [101] (Function and variable index) [102] No file R-intro.vrs. (Concept index) [103] No file R-intro.cps. [104] ) (see the transcript file for additional information) Output written on R-intro.pdf (107 pages, 575422 bytes). Transcript written on R-intro.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-intro.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-intro.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-intro.toc [-1] [-2] [-3]) [-4] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-intro.toc) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-intro.toc) (Preface) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-intro.aux) Chapter 1 [1] Writing index file R-intro.cp [2] [3] [4] [5] Chapter 2 [6] [7] [8] [9] [10] [11] [12] Chapter 3 [13] [14] [15] Chapter 4 [16] [17] Chapter 5 [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] Chapter 6 [28] [29] [30] [31] Chapter 7 [32] [33] [34] Chapter 8 [35] [36] [37] [38] [39] [40] [41] Chapter 9 [42] [43] Chapter 10 [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] Chapter 11 [54] [55] [56] [57] [58] [59] [60] Underfull \hbox (badness 10000) in paragraph at lines 4725--4727 @texttt logit[]@textrm , @texttt probit[]@textrm , @texttt cloglog[]@textrm , @texttt identity[]@textrm , [61] [62] [63] [64] [65] Underfull \hbox (badness 10000) in paragraph at lines 5138--5148 [][]@textbf Mixed mod-els. @textrm The rec-om-mended [][]@textbf nlme @textrm (@texttt https:// CRAN. R-project. org/ [66] Chapter 12 [67] [68] [69] [70] [71] Overfull \hbox (26.43913pt too wide) in paragraph at lines 5602--5602 []@texttt > text(x, y, expression(paste(bgroup("(", atop(n, x), ")"), p^x, q^{ n-x})))[] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] Chapter 13 [82] Underfull \hbox (badness 10000) in paragraph at lines 6297--6302 []@textrm Users con-nected to the In-ter-net can use the @texttt install.packag es()[] @textrm and [83] Chapter 14 [84] [85] Underfull \hbox (badness 10000) in paragraph at lines 6492--6497 []@textrm Windows' UNC filepaths (such as @texttt \\server\dir1\dir2\file[] @t extrm and [86] Appendix A [87] [88] [89] [90] Appendix B [91] [92] [93] [94] [95] [96] [97] [98] Appendix C [99] [100] (References) [101] (Function and variable index) [102] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-intro.vrs [103] [104]) (Concept index) [105] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-intro.cps [106]) [107] ) (see the transcript file for additional information) Output written on R-intro.pdf (113 pages, 632412 bytes). Transcript written on R-intro.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-intro.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-intro.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-intro.toc [-1] [-2] [-3]) [-4] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-intro.toc) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-intro.toc) (Preface) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-intro.aux) Chapter 1 [1] Writing index file R-intro.cp [2] [3] [4] [5] Chapter 2 [6] [7] [8] [9] [10] [11] [12] Chapter 3 [13] [14] [15] Chapter 4 [16] [17] Chapter 5 [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] Chapter 6 [28] [29] [30] [31] Chapter 7 [32] [33] [34] Chapter 8 [35] [36] [37] [38] [39] [40] [41] Chapter 9 [42] [43] Chapter 10 [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] Chapter 11 [54] [55] [56] [57] [58] [59] [60] Underfull \hbox (badness 10000) in paragraph at lines 4725--4727 @texttt logit[]@textrm , @texttt probit[]@textrm , @texttt cloglog[]@textrm , @texttt identity[]@textrm , [61] [62] [63] [64] [65] Underfull \hbox (badness 10000) in paragraph at lines 5138--5148 [][]@textbf Mixed mod-els. @textrm The rec-om-mended [][]@textbf nlme @textrm (@texttt https:// CRAN. R-project. org/ [66] Chapter 12 [67] [68] [69] [70] [71] Overfull \hbox (26.43913pt too wide) in paragraph at lines 5602--5602 []@texttt > text(x, y, expression(paste(bgroup("(", atop(n, x), ")"), p^x, q^{ n-x})))[] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] Chapter 13 [82] Underfull \hbox (badness 10000) in paragraph at lines 6297--6302 []@textrm Users con-nected to the In-ter-net can use the @texttt install.packag es()[] @textrm and [83] Chapter 14 [84] [85] Underfull \hbox (badness 10000) in paragraph at lines 6492--6497 []@textrm Windows' UNC filepaths (such as @texttt \\server\dir1\dir2\file[] @t extrm and [86] Appendix A [87] [88] [89] [90] Appendix B [91] [92] [93] [94] [95] [96] [97] [98] Appendix C [99] [100] (References) [101] (Function and variable index) [102] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-intro.vrs [103] [104]) (Concept index) [105] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-intro.cps [106]) [107] ) (see the transcript file for additional information) Output written on R-intro.pdf (113 pages, 632398 bytes). Transcript written on R-intro.log. TEXINPUTS=".:$TEXINPUTS" LC_COLLATE=C /usr/bin/texi2dvi --pdf R-ints.texi This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-ints.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-ints.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1] Chapter 1 Writing index file R-ints.cp [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] Overfull \hbox (49.43388pt too wide) in paragraph at lines 1444--1444 [] @texttt length(nM <- asNamespace("Matrix") ) # 941 for M atrix 1.2-6[] Overfull \hbox (78.17732pt too wide) in paragraph at lines 1445--1445 [] @texttt length(meth <- grep("^[.]__T__", names(nM), value=TRUE))# 107 gener ics with methods[] Overfull \hbox (66.67995pt too wide) in paragraph at lines 1446--1446 [] @texttt length(meth.Ops <- nM$`.__T__Ops:base`) # 71 methods for the 'Ops' (group)generic[] Overfull \hbox (158.65895pt too wide) in paragraph at lines 1447--1447 [] @texttt head(sort(names(meth.Ops))) ## "abIndex#abIndex" ... "ANY#ddiMatrix " "ANY#ldiMatrix" "ANY#Matrix"[] [19] [20] [21] [22] [23] [24] Chapter 2 [25] Overfull \hbox (26.43913pt too wide) in paragraph at lines 1953--1953 [] @texttt if (!is.character(x)) x <- structure(as.character(x), names = na mes(x))[] [26] [27] [28] [29] Chapter 3 [30] [31] Chapter 4 [32] [33] Chapter 5 [34] Chapter 6 [35] [36] [37] [38] [39] [40] Underfull \hbox (badness 10000) in paragraph at lines 3042--3048 []@textrm The @texttt glyphs[] @textrm com-po-nent re-ports whether ren-der-in g glyphs (e.g., via [41] [42] [43] [44] [45] [46] [47] [48] Chapter 7 [49] Underfull \hbox (badness 10000) in paragraph at lines 3698--3707 @textrm it uses @texttt /Library/Frameworks/R.framework/R[]@textrm . This is a sym-bolic link, Underfull \hbox (badness 10000) in paragraph at lines 3698--3707 @texttt /Library/Frameworks/R.framework/Versions/Current/Resources/lib/libR.dyl ib[]@textrm , [50] Overfull \hbox (16.81319pt too wide) in paragraph at lines 3749--3753 []@textrm The de-fault path for a per-sonal li-brary di-rec-tory is set as @te xttt ~/Library/R/arch/x.y/library[]@textrm . Chapter 8 [51] [52] [53] [54] [55] Underfull \hbox (badness 10000) in paragraph at lines 4087--4095 []@textrm A string with comma-separated @textttsl name@texttt =@textttsl value [] @textrm pairs (with @textsl value[] @textrm a Underfull \hbox (badness 10000) in paragraph at lines 4087--4095 @textrm log-i-cal con-stant) giv-ing ad-di-tional ar-gu-ments for the [][]@tex tbf codetools Underfull \hbox (badness 10000) in paragraph at lines 4087--4095 @textrm (@texttt https:// CRAN. R-project. org/ package=codetools[]@textrm )[][] func-tions used Underfull \hbox (badness 10000) in paragraph at lines 4087--4095 @textrm to us-ing @texttt skipWith = TRUE[]@textrm , @texttt suppressPartialMa tchArgs = FALSE[] @textrm and [56] [57] [58] [59] [60] [61] Underfull \hbox (badness 10000) in paragraph at lines 4459--4464 @texttt blog. r-project. org/ 2022/ 04/ 08/ enhancements-to-html-documen tation/ [62] [63] [64] [65] [66] Chapter 9 [67] [68] Chapter 10 [69] Chapter 11 [70] Chapter 12 [71] [72] (Function and variable index) [73] [74] No file R-ints.vrs. (Concept index) [75] No file R-ints.cps. [76] ) (see the transcript file for additional information) Output written on R-ints.pdf (79 pages, 423126 bytes). Transcript written on R-ints.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-ints.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-ints.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-ints.toc [-1] [-2]) [-3] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-ints.toc) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-ints.toc) Chapter 1 (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-ints.aux) Writing index file R-ints.cp [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] Overfull \hbox (49.43388pt too wide) in paragraph at lines 1444--1444 [] @texttt length(nM <- asNamespace("Matrix") ) # 941 for M atrix 1.2-6[] Overfull \hbox (78.17732pt too wide) in paragraph at lines 1445--1445 [] @texttt length(meth <- grep("^[.]__T__", names(nM), value=TRUE))# 107 gener ics with methods[] Overfull \hbox (66.67995pt too wide) in paragraph at lines 1446--1446 [] @texttt length(meth.Ops <- nM$`.__T__Ops:base`) # 71 methods for the 'Ops' (group)generic[] Overfull \hbox (158.65895pt too wide) in paragraph at lines 1447--1447 [] @texttt head(sort(names(meth.Ops))) ## "abIndex#abIndex" ... "ANY#ddiMatrix " "ANY#ldiMatrix" "ANY#Matrix"[] [19] [20] [21] [22] [23] [24] Chapter 2 [25] Overfull \hbox (26.43913pt too wide) in paragraph at lines 1953--1953 [] @texttt if (!is.character(x)) x <- structure(as.character(x), names = na mes(x))[] [26] [27] [28] [29] Chapter 3 [30] [31] Chapter 4 [32] [33] Chapter 5 [34] Chapter 6 [35] [36] [37] [38] [39] [40] Underfull \hbox (badness 10000) in paragraph at lines 3042--3048 []@textrm The @texttt glyphs[] @textrm com-po-nent re-ports whether ren-der-in g glyphs (e.g., via [41] [42] [43] [44] [45] [46] [47] [48] Chapter 7 [49] Underfull \hbox (badness 10000) in paragraph at lines 3698--3707 @textrm it uses @texttt /Library/Frameworks/R.framework/R[]@textrm . This is a sym-bolic link, Underfull \hbox (badness 10000) in paragraph at lines 3698--3707 @texttt /Library/Frameworks/R.framework/Versions/Current/Resources/lib/libR.dyl ib[]@textrm , [50] Overfull \hbox (16.81319pt too wide) in paragraph at lines 3749--3753 []@textrm The de-fault path for a per-sonal li-brary di-rec-tory is set as @te xttt ~/Library/R/arch/x.y/library[]@textrm . Chapter 8 [51] [52] [53] [54] [55] Underfull \hbox (badness 10000) in paragraph at lines 4087--4095 []@textrm A string with comma-separated @textttsl name@texttt =@textttsl value [] @textrm pairs (with @textsl value[] @textrm a Underfull \hbox (badness 10000) in paragraph at lines 4087--4095 @textrm log-i-cal con-stant) giv-ing ad-di-tional ar-gu-ments for the [][]@tex tbf codetools Underfull \hbox (badness 10000) in paragraph at lines 4087--4095 @textrm (@texttt https:// CRAN. R-project. org/ package=codetools[]@textrm )[][] func-tions used Underfull \hbox (badness 10000) in paragraph at lines 4087--4095 @textrm to us-ing @texttt skipWith = TRUE[]@textrm , @texttt suppressPartialMa tchArgs = FALSE[] @textrm and [56] [57] [58] [59] [60] [61] Underfull \hbox (badness 10000) in paragraph at lines 4459--4464 @texttt blog. r-project. org/ 2022/ 04/ 08/ enhancements-to-html-documen tation/ [62] [63] [64] [65] [66] Chapter 9 [67] [68] Chapter 10 [69] Chapter 11 [70] Chapter 12 [71] [72] (Function and variable index) [73] [74] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-ints.vrs [75] [76]) (Concept index) [77] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-ints.cps) [78] ) (see the transcript file for additional information) Output written on R-ints.pdf (83 pages, 476431 bytes). Transcript written on R-ints.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-ints.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-ints.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-ints.toc [-1] [-2]) [-3] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-ints.toc) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-ints.toc) Chapter 1 (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-ints.aux) Writing index file R-ints.cp [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] Overfull \hbox (49.43388pt too wide) in paragraph at lines 1444--1444 [] @texttt length(nM <- asNamespace("Matrix") ) # 941 for M atrix 1.2-6[] Overfull \hbox (78.17732pt too wide) in paragraph at lines 1445--1445 [] @texttt length(meth <- grep("^[.]__T__", names(nM), value=TRUE))# 107 gener ics with methods[] Overfull \hbox (66.67995pt too wide) in paragraph at lines 1446--1446 [] @texttt length(meth.Ops <- nM$`.__T__Ops:base`) # 71 methods for the 'Ops' (group)generic[] Overfull \hbox (158.65895pt too wide) in paragraph at lines 1447--1447 [] @texttt head(sort(names(meth.Ops))) ## "abIndex#abIndex" ... "ANY#ddiMatrix " "ANY#ldiMatrix" "ANY#Matrix"[] [19] [20] [21] [22] [23] [24] Chapter 2 [25] Overfull \hbox (26.43913pt too wide) in paragraph at lines 1953--1953 [] @texttt if (!is.character(x)) x <- structure(as.character(x), names = na mes(x))[] [26] [27] [28] [29] Chapter 3 [30] [31] Chapter 4 [32] [33] Chapter 5 [34] Chapter 6 [35] [36] [37] [38] [39] [40] Underfull \hbox (badness 10000) in paragraph at lines 3042--3048 []@textrm The @texttt glyphs[] @textrm com-po-nent re-ports whether ren-der-in g glyphs (e.g., via [41] [42] [43] [44] [45] [46] [47] [48] Chapter 7 [49] Underfull \hbox (badness 10000) in paragraph at lines 3698--3707 @textrm it uses @texttt /Library/Frameworks/R.framework/R[]@textrm . This is a sym-bolic link, Underfull \hbox (badness 10000) in paragraph at lines 3698--3707 @texttt /Library/Frameworks/R.framework/Versions/Current/Resources/lib/libR.dyl ib[]@textrm , [50] Overfull \hbox (16.81319pt too wide) in paragraph at lines 3749--3753 []@textrm The de-fault path for a per-sonal li-brary di-rec-tory is set as @te xttt ~/Library/R/arch/x.y/library[]@textrm . Chapter 8 [51] [52] [53] [54] [55] Underfull \hbox (badness 10000) in paragraph at lines 4087--4095 []@textrm A string with comma-separated @textttsl name@texttt =@textttsl value [] @textrm pairs (with @textsl value[] @textrm a Underfull \hbox (badness 10000) in paragraph at lines 4087--4095 @textrm log-i-cal con-stant) giv-ing ad-di-tional ar-gu-ments for the [][]@tex tbf codetools Underfull \hbox (badness 10000) in paragraph at lines 4087--4095 @textrm (@texttt https:// CRAN. R-project. org/ package=codetools[]@textrm )[][] func-tions used Underfull \hbox (badness 10000) in paragraph at lines 4087--4095 @textrm to us-ing @texttt skipWith = TRUE[]@textrm , @texttt suppressPartialMa tchArgs = FALSE[] @textrm and [56] [57] [58] [59] [60] [61] Underfull \hbox (badness 10000) in paragraph at lines 4459--4464 @texttt blog. r-project. org/ 2022/ 04/ 08/ enhancements-to-html-documen tation/ [62] [63] [64] [65] [66] Chapter 9 [67] [68] Chapter 10 [69] Chapter 11 [70] Chapter 12 [71] [72] (Function and variable index) [73] [74] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-ints.vrs [75] [76]) (Concept index) [77] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-ints.cps) [78] ) (see the transcript file for additional information) Output written on R-ints.pdf (83 pages, 476446 bytes). Transcript written on R-ints.log. TEXINPUTS=".:$TEXINPUTS" LC_COLLATE=C /usr/bin/texi2dvi --pdf R-lang.texi This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-lang.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-lang.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1] Chapter 1 Writing index file R-lang.cp Chapter 2 [1] [2] Cross reference values unknown; you must run TeX again. Overfull \hbox (8.41086pt too wide) in paragraph at lines 255--256 @textbf storage.mode| [3] [4] [5] [6] [7] [8] Chapter 3 [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] Chapter 4 [24] [25] [26] [27] Chapter 5 [28] [29] [30] [31] [32] [33] [34] Chapter 6 [35] [36] [37] [38] [39] [40] [41] [42] [43] Chapter 7 [44] [45] Chapter 8 [46] [47] Chapter 9 [48] [49] [50] Chapter 10 [51] [52] [53] [54] [55] [56] [57] [58] (References) [59] (Function and variable index) [60] No file R-lang.vrs. (Concept index) [61] No file R-lang.cps. [62] ) (see the transcript file for additional information) Output written on R-lang.pdf (65 pages, 349837 bytes). Transcript written on R-lang.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-lang.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-lang.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-lang.toc [-1] [-2]) [-3] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-lang.toc) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-lang.toc) Chapter 1 (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-lang.aux) Writing index file R-lang.cp Chapter 2 [1] [2] Overfull \hbox (8.41086pt too wide) in paragraph at lines 255--256 @textbf storage.mode| [3] [4] [5] [6] [7] [8] Chapter 3 [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] Chapter 4 [24] [25] [26] [27] Chapter 5 [28] [29] [30] [31] [32] [33] [34] Chapter 6 [35] [36] [37] [38] [39] [40] [41] [42] [43] Chapter 7 [44] [45] Chapter 8 [46] [47] Chapter 9 [48] [49] [50] Chapter 10 [51] [52] [53] [54] [55] [56] [57] [58] (References) [59] (Function and variable index) [60] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-lang.vrs [61]) (Concept index) [62] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-lang.cps) [63] [64] ) (see the transcript file for additional information) Output written on R-lang.pdf (69 pages, 397789 bytes). Transcript written on R-lang.log. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./R-lang.texi (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file R-lang.vr (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-defs.texi) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/version.texi) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-lang.toc [-1] [-2]) [-3] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-lang.toc) (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-lang.toc) Chapter 1 (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-lang.aux) Writing index file R-lang.cp Chapter 2 [1] [2] Overfull \hbox (8.41086pt too wide) in paragraph at lines 255--256 @textbf storage.mode| [3] [4] [5] [6] [7] [8] Chapter 3 [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] Chapter 4 [24] [25] [26] [27] Chapter 5 [28] [29] [30] [31] [32] [33] [34] Chapter 6 [35] [36] [37] [38] [39] [40] [41] [42] [43] Chapter 7 [44] [45] Chapter 8 [46] [47] Chapter 9 [48] [49] [50] Chapter 10 [51] [52] [53] [54] [55] [56] [57] [58] (References) [59] (Function and variable index) [60] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-lang.vrs [61]) (Concept index) [62] (/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual/R-lang.cps) [63] [64] ) (see the transcript file for additional information) Output written on R-lang.pdf (69 pages, 397781 bytes). Transcript written on R-lang.log. installing R manuals in PDF format ... make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' make[1]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' make prefix=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr \ infodir=/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info install-info make[1]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' make[2]: Entering directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' /usr/bin/texi2any --enable-encoding -I. R-FAQ.texi /usr/bin/texi2any --enable-encoding -I. R-admin.texi /usr/bin/texi2any --enable-encoding -I. R-data.texi /usr/bin/texi2any --enable-encoding -I. R-exts.texi /usr/bin/texi2any --enable-encoding -I. R-intro.texi /usr/bin/texi2any --enable-encoding -I. R-ints.texi /usr/bin/texi2any --enable-encoding -I. R-lang.texi mkdir -p -- /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info /usr/bin/install -c -m 644 "./dir" "/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info" installing R info pages ... updating '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/dir' ... you need to adjust /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/dir manually you need to adjust /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/dir manually you need to adjust /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/dir manually you need to adjust /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/dir manually you need to adjust /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/dir manually you need to adjust /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/dir manually you need to adjust /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/dir manually make[2]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/doc/manual' make[1]: Leaving directory '/home/jranke/git/r-backports/bookworm/r-base-4.5.2' dh_movefiles --sourcedir=debian/r-base-core -pr-doc-pdf dh_movefiles --sourcedir=debian/r-base-core -pr-doc-html gunzip -9v /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/*.gz /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-FAQ.info.gz: 67.4% -- replaced with /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-FAQ.info /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-admin.info.gz: 68.1% -- replaced with /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-admin.info /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-data.info.gz: 70.8% -- replaced with /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-data.info /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-exts.info-1.gz: 66.8% -- replaced with /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-exts.info-1 /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-exts.info-2.gz: 67.9% -- replaced with /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-exts.info-2 /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-exts.info-3.gz: 80.3% -- replaced with /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-exts.info-3 /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-exts.info.gz: 70.1% -- replaced with /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-exts.info /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-intro.info.gz: 70.4% -- replaced with /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-intro.info /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-ints.info.gz: 68.7% -- replaced with /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-ints.info /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-lang.info.gz: 71.9% -- replaced with /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/info/R-lang.info dh_movefiles --sourcedir=debian/r-base-core -pr-doc-info rm -vf /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-doc-info/usr/share/info/dir \ /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-doc-info/usr/share/info/dir.old removed '/home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-doc-info/usr/share/info/dir' touch install-indep-stamp dh_installdirs -pr-mathlib usr/include usr/lib \ usr/share/lintian/overrides \ usr/lib/pkgconfig dh_movefiles --sourcedir=debian/r-base-core -pr-mathlib (cd /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-mathlib/usr/lib; \ ls -l ; \ mv -v libRmath.so libRmath.so.1.0.0; \ ln -sv libRmath.so.1.0.0 libRmath.so.1; \ ln -sv libRmath.so.1 libRmath.so) total 2360 -rw-r--r-- 1 root root 1617938 Nov 1 13:59 libRmath.a -rwxr-xr-x 1 root root 794584 Nov 1 13:59 libRmath.so drwxr-xr-x 1 root root 22 Nov 1 13:59 pkgconfig renamed 'libRmath.so' -> 'libRmath.so.1.0.0' 'libRmath.so.1' -> 'libRmath.so.1.0.0' 'libRmath.so' -> 'libRmath.so.1' install -m 0644 src/include/Rmath.h \ /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-mathlib/usr/include install -m 0644 debian/Rprofile.site /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/etc/R install -m 0644 debian/Renviron.site /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/etc/R (cd /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/R/etc; \ mv Makeconf repositories ldpaths ../../../../etc/R/; \ mv Renviron Renviron.ucf; \ ln -s /etc/R/Makeconf .; \ ln -s /etc/R/Renviron .; \ ln -s /etc/R/Renviron.site .; \ ln -s /etc/R/Rprofile.site .; \ ln -s /etc/R/ldpaths .; \ ln -s /etc/R/repositories . ) dh_bash-completion # edd 12 Jan 2016 new location #install -m 0644 debian/R.bash-completion \ # debian/r-base-core/usr/share/bash-completion/completions/R (cd /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/; \ ln -sv R/lib/libR.so . ) './libR.so' -> 'R/lib/libR.so' (cd debian/icon-class-patch && munpack rlogo_icon.png.mpack) rlogo_icon.png (application/octet-stream) install -m 0644 debian/icon-class-patch/rlogo_icon.png \ debian/r-base-core/usr/share/icons/hicolor/48x48/apps install -m 0644 debian/icon-class-patch/Rlogo.svg \ debian/r-base-core/usr/share/icons/hicolor/scalable/apps/rlogo_icon.svg install -m 0644 debian/icon-class-patch/R.desktop \ debian/r-base-core/usr/share/applications rm debian/icon-class-patch/rlogo_icon.png touch install-arch-stamp *** binary-arch *** dh_testdir -a dh_testroot -a dh_installdocs -pr-base-core doc/NEWS.* README \ debian/README.Atlas \ debian/README.mathlib dh_installdocs -pr-mathlib doc/NEWS.* README \ debian/README.mathlib dh_installexamples -pr-mathlib src/nmath/standalone/test.c (cd /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/doc/r-base-core && ln -s ../../R/doc .) (cd /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/doc/r-base-core && ln -s ../../../lib/R/library .) install -p -m 0644 debian/r-base-core.lintian \ /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/share/lintian/overrides/r-base-core install -p -m 0644 debian/r-recommended.lintian \ /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-recommended/usr/share/lintian/overrides/r-recommended install -p -m 0644 debian/r-mathlib.lintian \ /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-mathlib/usr/share/lintian/overrides/r-mathlib dh_installchangelogs -a -k doc/NEWS dh_strip -a dh_compress -a dh_fixperms -a dh_link -a dh_makeshlibs -a dh_installdeb -a dh_perl -a dh_shlibdeps -a -l /home/jranke/git/r-backports/bookworm/r-base-4.5.2/debian/r-base-core/usr/lib/R/lib dpkg-shlibdeps: warning: can't extract name and version from library name 'libR.so' dpkg-shlibdeps: warning: can't extract name and version from library name 'libtcl8.6.so' dpkg-shlibdeps: warning: can't extract name and version from library name 'libtk8.6.so' *** Getting graphics engine version from 'GraphicsEngine.h' header echo R_GE_version | cpp -I ./src/include/ -include R_ext/GraphicsEngine.h | tail -n1 | sed 's/^/graphicsengine:Version=/' >> debian/r-base-core.substvars dh_gencontrol -a dh_md5sums -a dh_builddeb -a dpkg-deb: building package 'r-base-core' in '../r-base-core_4.5.2-1~bookwormcran.0_amd64.deb'. dpkg-deb: building package 'r-base-core-dbgsym' in '../r-base-core-dbgsym_4.5.2-1~bookwormcran.0_amd64.deb'. dpkg-deb: building package 'r-mathlib' in '../r-mathlib_4.5.2-1~bookwormcran.0_amd64.deb'. dpkg-deb: building package 'r-mathlib-dbgsym' in '../r-mathlib-dbgsym_4.5.2-1~bookwormcran.0_amd64.deb'. dpkg-genbuildinfo --build=any -O../r-base_4.5.2-1~bookwormcran.0_amd64.buildinfo dpkg-genchanges --build=any -O../r-base_4.5.2-1~bookwormcran.0_amd64.changes dpkg-genchanges: warning: the current version (4.5.2-1~bookwormcran.0) is earlier than the previous one (4.5.2-1) dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included) dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included)