Last data update: 2014.03.03

wrassp

Package: wrassp
Version: 0.1.4
Title: Interface to the ASSP Library
Authors@R: c(
person("Raphael", "Winkelmann", ,"raphael@phonetik.uni-muenchen.de", role = c("aut", "cre")),
person("Lasse", "Bombien", , "lasse@phonetik.uni-muenchen.de", role = c("aut")),
person("Michel", "Scheffers", role = c("aut")))
Description: A wrapper around Michel Scheffers's libassp (Advanced
Speech Signal Processor). The libassp library aims at providing
functionality for handling speech signal files in most common audio formats
and for performing analyses common in phonetic science/speech science. This
includes the calculation of formants, fundamental frequency, root mean
square, auto correlation, a variety of spectral analyses, zero crossing
rate, filtering etc. This wrapper provides R with a large subset of
libassp's signal processing functions and provides them to the user in a
(hopefully) user-friendly manner.
Depends: R (>= 3.1.1)
VignetteBuilder: knitr
Suggests: compare (>= 0.2.4), rmarkdown, knitr, testthat (>= 0.7.1)
License: GPL (>= 3)
URL: https://github.com/IPS-LMU/wrassp
BugReports: https://github.com/IPS-LMU/wrassp/issues
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-05-30 14:36:51 UTC; raphaelwinkelmann
Author: Raphael Winkelmann [aut, cre],
Lasse Bombien [aut],
Michel Scheffers [aut]
Maintainer: Raphael Winkelmann <raphael@phonetik.uni-muenchen.de>
Repository: CRAN
Date/Publication: 2016-05-30 16:54:01

● 0 images, 32 functions, 3 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'wrassp' ...
** package 'wrassp' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/acf.c -o assp/acf.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/dataobj.c -o assp/dataobj.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/freqconv.c -o assp/freqconv.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/mhs.c -o assp/mhs.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/smp2dur.c -o assp/smp2dur.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/asspana.c -o assp/asspana.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/diff.c -o assp/diff.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/headers.c -o assp/headers.o
assp/headers.c: In function 'genWAVhdr':
assp/headers.c:639:21: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
   putU32(chunkSize, &ptr, SWAP);
                     ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:647:23: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
     putU32(chunkSize, &ptr, SWAP);
                       ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:648:24: warning: passing argument 2 of 'putU16' from incompatible pointer type [-Wincompatible-pointer-types]
     putU16(dataFormat, &ptr, SWAP);
                        ^
assp/headers.c:89:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU16(uint16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:652:23: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
     putU32(chunkSize, &ptr, SWAP);
                       ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:653:23: warning: passing argument 2 of 'putU16' from incompatible pointer type [-Wincompatible-pointer-types]
     putU16(WAVE_EXTS, &ptr, SWAP);
                       ^
assp/headers.c:89:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU16(uint16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:655:37: warning: passing argument 2 of 'putU16' from incompatible pointer type [-Wincompatible-pointer-types]
   putU16((uint16_t)(dd->numFields), &ptr, SWAP);
                                     ^
assp/headers.c:89:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU16(uint16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:656:20: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
   putU32(sampRate, &ptr, SWAP);
                    ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:657:20: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
   putU32(byteRate, &ptr, SWAP);
                    ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:658:39: warning: passing argument 2 of 'putU16' from incompatible pointer type [-Wincompatible-pointer-types]
   putU16((uint16_t)(dop->recordSize), &ptr, SWAP);
                                       ^
assp/headers.c:89:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU16(uint16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:660:37: warning: passing argument 2 of 'putU16' from incompatible pointer type [-Wincompatible-pointer-types]
     putU16((uint16_t)(dd->numBits), &ptr, SWAP);
                                     ^
assp/headers.c:89:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU16(uint16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:662:27: warning: passing argument 2 of 'putU16' from incompatible pointer type [-Wincompatible-pointer-types]
     putU16(bitsPerSample, &ptr, SWAP);
                           ^
assp/headers.c:89:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU16(uint16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:663:27: warning: passing argument 2 of 'putU16' from incompatible pointer type [-Wincompatible-pointer-types]
     putU16(WAVE_FMTX_MAX, &ptr, SWAP);
                           ^
assp/headers.c:89:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU16(uint16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:664:37: warning: passing argument 2 of 'putU16' from incompatible pointer type [-Wincompatible-pointer-types]
     putU16((uint16_t)(dd->numBits), &ptr, SWAP);        /* valid bits */
                                     ^
assp/headers.c:89:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU16(uint16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:665:15: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
     putU32(0, &ptr, SWAP);      /* speaker mapping: put where you can */
               ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:666:24: warning: passing argument 2 of 'putU16' from incompatible pointer type [-Wincompatible-pointer-types]
     putU16(dataFormat, &ptr, SWAP);
                        ^
assp/headers.c:89:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU16(uint16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:675:23: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
     putU32(chunkSize, &ptr, SWAP);
                       ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:676:41: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
     putU32((uint32_t)(dop->numRecords), &ptr, SWAP);
                                         ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:681:21: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
   putU32(dataBytes, &ptr, SWAP);
                     ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c: In function 'getAIFhdr':
assp/headers.c:924:22: warning: passing argument 1 of 'getI32' from incompatible pointer type [-Wincompatible-pointer-types]
   chunkSize = getI32(&ptr, SWAP);               /* for debugging only */
                      ^
assp/headers.c:94:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL int32_t  getI32(void **ptr, int SWAP);
                ^
assp/headers.c:942:24: warning: passing argument 1 of 'getI32' from incompatible pointer type [-Wincompatible-pointer-types]
     chunkSize = getI32(&ptr, SWAP);
                        ^
assp/headers.c:94:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL int32_t  getI32(void **ptr, int SWAP);
                ^
assp/headers.c:957:29: warning: passing argument 1 of 'getI32' from incompatible pointer type [-Wincompatible-pointer-types]
       dop->version = getI32(&ptr, SWAP);
                             ^
assp/headers.c:94:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL int32_t  getI32(void **ptr, int SWAP);
                ^
assp/headers.c:971:38: warning: passing argument 1 of 'getI16' from incompatible pointer type [-Wincompatible-pointer-types]
       dd->numFields = (size_t)getI16(&ptr, SWAP);
                                      ^
assp/headers.c:90:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL int16_t  getI16(void **ptr, int SWAP);
                ^
assp/headers.c:972:38: warning: passing argument 1 of 'getU32' from incompatible pointer type [-Wincompatible-pointer-types]
       dop->numRecords = (long)getU32(&ptr, SWAP);
                                      ^
assp/headers.c:92:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL uint32_t getU32(void **ptr, int SWAP);
                ^
assp/headers.c:973:38: warning: passing argument 1 of 'getI16' from incompatible pointer type [-Wincompatible-pointer-types]
       dd->numBits = (uint16_t)getI16(&ptr, SWAP);
                                      ^
assp/headers.c:90:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL int16_t  getI16(void **ptr, int SWAP);
                ^
assp/headers.c:1069:29: warning: passing argument 1 of 'getU32' from incompatible pointer type [-Wincompatible-pointer-types]
       offset = (long)getU32(&ptr, SWAP);
                             ^
assp/headers.c:92:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL uint32_t getU32(void **ptr, int SWAP);
                ^
assp/headers.c:1070:26: warning: passing argument 1 of 'getU32' from incompatible pointer type [-Wincompatible-pointer-types]
       blockSize = getU32(&ptr, SWAP);           /* for debugging only */
                          ^
assp/headers.c:92:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL uint32_t getU32(void **ptr, int SWAP);
                ^
assp/headers.c: In function 'putAIFhdr':
assp/headers.c:1140:65: warning: passing argument 2 of 'putI32' from incompatible pointer type [-Wincompatible-pointer-types]
   putI32((int32_t)(dop->headerSize - SIZEOF_CHUNK + dataBytes), &ptr, SWAP);
                                                                 ^
assp/headers.c:95:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putI32(int32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1152:40: warning: passing argument 2 of 'putI32' from incompatible pointer type [-Wincompatible-pointer-types]
     putI32(SIZEOF_FVER - SIZEOF_CHUNK, &ptr, SWAP);         /* ckSize */
                                        ^
assp/headers.c:95:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putI32(int32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1153:26: warning: passing argument 2 of 'putI32' from incompatible pointer type [-Wincompatible-pointer-types]
     putI32(AIFC_VERSION, &ptr, SWAP);
                          ^
assp/headers.c:95:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putI32(int32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1160:35: warning: passing argument 2 of 'putI32' from incompatible pointer type [-Wincompatible-pointer-types]
   putI32(commSize - SIZEOF_CHUNK, &ptr, SWAP);              /* ckSize */
                                   ^
assp/headers.c:95:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putI32(int32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1161:34: warning: passing argument 2 of 'putI16' from incompatible pointer type [-Wincompatible-pointer-types]
   putI16((int16_t)dd->numFields, &ptr, SWAP);            /* numTracks */
                                  ^
assp/headers.c:91:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putI16(int16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1162:37: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
   putU32((uint32_t)dop->numRecords, &ptr, SWAP);        /* numSamples */
                                     ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1163:32: warning: passing argument 2 of 'putI16' from incompatible pointer type [-Wincompatible-pointer-types]
   putI16((int16_t)dd->numBits, &ptr, SWAP);                /* numBits */
                                ^
assp/headers.c:91:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putI16(int16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1195:14: warning: passing argument 2 of 'putU8' from incompatible pointer type [-Wincompatible-pointer-types]
     putU8(0, &ptr);               /* length of compression descriptor */
              ^
assp/headers.c:85:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU8(uint8_t val, void **ptr);
                ^
assp/headers.c:1196:14: warning: passing argument 2 of 'putI8' from incompatible pointer type [-Wincompatible-pointer-types]
     putI8(0, &ptr);            /* descriptor text (we leave it empty) */
              ^
assp/headers.c:87:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putI8(int8_t val, void **ptr);
                ^
assp/headers.c:1203:61: warning: passing argument 2 of 'putI32' from incompatible pointer type [-Wincompatible-pointer-types]
   putI32((int32_t)(SIZEOF_SSND - SIZEOF_CHUNK + dataBytes), &ptr, SWAP);
                                                             ^
assp/headers.c:95:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putI32(int32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1204:13: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
   putU32(0, &ptr, FALSE);                                   /* offset */
             ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1205:13: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
   putU32(0, &ptr, FALSE);                                /* blockSize */
             ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c: In function 'getCSLhdr':
assp/headers.c:1256:22: warning: passing argument 1 of 'getU32' from incompatible pointer type [-Wincompatible-pointer-types]
   chunkSize = getU32(&ptr, SWAP);               /* for debugging only */
                      ^
assp/headers.c:92:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL uint32_t getU32(void **ptr, int SWAP);
                ^
assp/headers.c:1277:24: warning: passing argument 1 of 'getU32' from incompatible pointer type [-Wincompatible-pointer-types]
     chunkSize = getU32(&ptr, SWAP);
                        ^
assp/headers.c:92:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL uint32_t getU32(void **ptr, int SWAP);
                ^
assp/headers.c:1298:38: warning: passing argument 1 of 'getU32' from incompatible pointer type [-Wincompatible-pointer-types]
       dop->sampFreq = (double)getU32(&ptr, SWAP);
                                      ^
assp/headers.c:92:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL uint32_t getU32(void **ptr, int SWAP);
                ^
assp/headers.c:1299:38: warning: passing argument 1 of 'getU32' from incompatible pointer type [-Wincompatible-pointer-types]
       dop->numRecords = (long)getU32(&ptr, SWAP);
                                      ^
assp/headers.c:92:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL uint32_t getU32(void **ptr, int SWAP);
                ^
assp/headers.c:1300:24: warning: passing argument 1 of 'getI16' from incompatible pointer type [-Wincompatible-pointer-types]
       peakMag = getI16(&ptr, SWAP);                   /* skip peakA */
                        ^
assp/headers.c:90:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL int16_t  getI16(void **ptr, int SWAP);
                ^
assp/headers.c:1301:24: warning: passing argument 1 of 'getI16' from incompatible pointer type [-Wincompatible-pointer-types]
       peakMag = getI16(&ptr, SWAP);                   /* skip peakB */
                        ^
assp/headers.c:90:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL int16_t  getI16(void **ptr, int SWAP);
                ^
assp/headers.c: In function 'putCSLhdr':
assp/headers.c:1402:53: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
   putU32(SIZEOF_CSLFMT + SIZEOF_CSLDAT + dataBytes, &ptr, SWAP);
                                                     ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1408:40: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
   putU32(SIZEOF_CSLFMT - SIZEOF_CHUNK, &ptr, SWAP);
                                        ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1413:43: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
   putU32((uint32_t)myrint(dop->sampFreq), &ptr, SWAP);
                                           ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1414:39: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
   putU32((uint32_t)(dop->numRecords), &ptr, SWAP);
                                       ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1417:21: warning: passing argument 2 of 'putI16' from incompatible pointer type [-Wincompatible-pointer-types]
     putI16(peakMag, &ptr, SWAP);
                     ^
assp/headers.c:91:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putI16(int16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1418:16: warning: passing argument 2 of 'putI16' from incompatible pointer type [-Wincompatible-pointer-types]
     putI16(-1, &ptr, SWAP);
                ^
assp/headers.c:91:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putI16(int16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1422:21: warning: passing argument 2 of 'putI16' from incompatible pointer type [-Wincompatible-pointer-types]
     putI16(peakMag, &ptr, SWAP);
                     ^
assp/headers.c:91:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putI16(int16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1423:21: warning: passing argument 2 of 'putI16' from incompatible pointer type [-Wincompatible-pointer-types]
     putI16(peakMag, &ptr, SWAP);
                     ^
assp/headers.c:91:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putI16(int16_t val, void **ptr, int SWAP);
                ^
assp/headers.c:1427:21: warning: passing argument 2 of 'putU32' from incompatible pointer type [-Wincompatible-pointer-types]
   putU32(dataBytes, &ptr, SWAP);
                     ^
assp/headers.c:93:16: note: expected 'void **' but argument is of type 'char **'
 LOCAL void    *putU32(uint32_t val, void **ptr, int SWAP);
                ^
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/miscstring.c -o assp/miscstring.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/spectra.c -o assp/spectra.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/asspfio.c -o assp/asspfio.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/dsputils.c -o assp/dsputils.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/isgerman.c -o assp/isgerman.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/myrand.c -o assp/myrand.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/statistics.c -o assp/statistics.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/asspmess.c -o assp/asspmess.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/fft.c -o assp/fft.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/ksv.c -o assp/ksv.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/myrint.c -o assp/myrint.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/trace.c -o assp/trace.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/aucheck.c -o assp/aucheck.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/fgetl.c -o assp/fgetl.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/labelobj.c -o assp/labelobj.o
assp/labelobj.c: In function 'getLabelHead':
assp/labelobj.c:165:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
   fread(ptr->headCopy, sizeof(char), (size_t)headSize, dop->fp); 
   ^
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/numdecim.c -o assp/numdecim.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/winfuncs.c -o assp/winfuncs.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/auconv.c -o assp/auconv.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/filter.c -o assp/filter.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/lpc.c -o assp/lpc.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/parsepath.c -o assp/parsepath.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/zcr.c -o assp/zcr.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/bitarray.c -o assp/bitarray.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/filters.c -o assp/filters.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/math.c -o assp/math.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/rfc.c -o assp/rfc.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/chain.c -o assp/chain.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/fmt.c -o assp/fmt.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/memswab.c -o assp/memswab.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c assp/rms.c -o assp/rms.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c dataobj.c -o dataobj.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c performAssp.c -o performAssp.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c types.c -o types.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I assp -DWRASSP -I/usr/local/include    -fpic  -g -O2  -c wrassp.c -o wrassp.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o wrassp.so assp/acf.o assp/dataobj.o assp/freqconv.o assp/mhs.o assp/smp2dur.o assp/asspana.o assp/diff.o assp/headers.o assp/miscstring.o assp/spectra.o assp/asspfio.o assp/dsputils.o assp/isgerman.o assp/myrand.o assp/statistics.o assp/asspmess.o assp/fft.o assp/ksv.o assp/myrint.o assp/trace.o assp/aucheck.o assp/fgetl.o assp/labelobj.o assp/numdecim.o assp/winfuncs.o assp/auconv.o assp/filter.o assp/lpc.o assp/parsepath.o assp/zcr.o assp/bitarray.o assp/filters.o assp/math.o assp/rfc.o assp/chain.o assp/fmt.o assp/memswab.o assp/rms.o dataobj.o performAssp.o types.o wrassp.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/wrassp/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'wrassp'
    finding HTML links ... done
    AsspDataFormat                          html  
    AsspFileFormat                          html  
    AsspFileFormats                         html  
    AsspLpTypes                             html  
    AsspSpectTypes                          html  
    AsspWindowTypes                         html  
    acfana                                  html  
    addTrack                                html  
    afdiff                                  html  
    affilter                                html  
    cepstrum                                html  
    cssSpectrum                             html  
    delTrack                                html  
    dftSpectrum                             html  
    dur.AsspDataObj                         html  
    forest                                  html  
    is.AsspDataObj                          html  
    isAsspLpType                            html  
    isAsspSpectType                         html  
    isAsspWindowType                        html  
    ksvF0                                   html  
    lpsSpectrum                             html  
    mhsF0                                   html  
    prepareFiles                            html  
    print.AsspDataObj                       html  
    read.AsspDataObj                        html  
    rfcana                                  html  
    rmsana                                  html  
    tracks.AsspDataObj                      html  
    useWrasspLogger                         html  
    wrassp-package                          html  
    wrassp.logger                           html  
    wrasspOutputInfos                       html  
    write.AsspDataObj                       html  
    zcrana                                  html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (wrassp)
Making 'packages.html' ... done