Back to Multiple platform build/check report for BioC 3.10
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

INSTALL report for GenomicAlignments on tokay1

This page was generated on 2020-04-15 12:22:23 -0400 (Wed, 15 Apr 2020).

Package 679/1823HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GenomicAlignments 1.22.1
Bioconductor Package Maintainer
Snapshot Date: 2020-04-14 16:46:13 -0400 (Tue, 14 Apr 2020)
URL: https://git.bioconductor.org/packages/GenomicAlignments
Branch: RELEASE_3_10
Last Commit: 6db98e3
Last Changed Date: 2019-11-12 09:18:10 -0400 (Tue, 12 Nov 2019)
malbec1 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64 [ OK ] OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: GenomicAlignments
Version: 1.22.1
Command: C:\cygwin\bin\curl.exe -O https://malbec1.bioconductor.org/BBS/3.10/bioc/src/contrib/GenomicAlignments_1.22.1.tar.gz && rm -rf GenomicAlignments.buildbin-libdir && mkdir GenomicAlignments.buildbin-libdir && C:\Users\biocbuild\bbs-3.10-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=GenomicAlignments.buildbin-libdir GenomicAlignments_1.22.1.tar.gz && C:\Users\biocbuild\bbs-3.10-bioc\R\bin\R.exe CMD INSTALL GenomicAlignments_1.22.1.zip && rm GenomicAlignments_1.22.1.tar.gz GenomicAlignments_1.22.1.zip
StartedAt: 2020-04-14 19:36:12 -0400 (Tue, 14 Apr 2020)
EndedAt: 2020-04-14 19:37:11 -0400 (Tue, 14 Apr 2020)
EllapsedTime: 58.6 seconds
RetCode: 0
Status:  OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O https://malbec1.bioconductor.org/BBS/3.10/bioc/src/contrib/GenomicAlignments_1.22.1.tar.gz && rm -rf GenomicAlignments.buildbin-libdir && mkdir GenomicAlignments.buildbin-libdir && C:\Users\biocbuild\bbs-3.10-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=GenomicAlignments.buildbin-libdir GenomicAlignments_1.22.1.tar.gz && C:\Users\biocbuild\bbs-3.10-bioc\R\bin\R.exe CMD INSTALL GenomicAlignments_1.22.1.zip && rm GenomicAlignments_1.22.1.tar.gz GenomicAlignments_1.22.1.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1371k  100 1371k    0     0  6813k      0 --:--:-- --:--:-- --:--:-- 6963k

install for i386

* installing *source* package 'GenomicAlignments' ...
** using staged installation
** libs
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/S4Vectors/include" -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/IRanges/include"   -I"C:/extsoft/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c IRanges_stubs.c -o IRanges_stubs.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/S4Vectors/include" -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/IRanges/include"   -I"C:/extsoft/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c R_init_GenomicAlignments.c -o R_init_GenomicAlignments.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/S4Vectors/include" -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/IRanges/include"   -I"C:/extsoft/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c S4Vectors_stubs.c -o S4Vectors_stubs.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/S4Vectors/include" -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/IRanges/include"   -I"C:/extsoft/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c cigar_utils.c -o cigar_utils.o
cigar_utils.c: In function 'cigar_ranges':
cigar_utils.c:676:9: warning: 'f_elt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    f_elt++;
         ^
cigar_utils.c:658:27: warning: 'range_buf2' may be used uninitialized in this function [-Wmaybe-uninitialized]
    range_buf1 = range_buf2->elts[*f_elt - 1];
                           ^
cigar_utils.c:674:22: warning: 'range_buf1' may be used uninitialized in this function [-Wmaybe-uninitialized]
    *(breakpoint++) = IntPairAE_get_nelt(range_buf1);
                      ^
cigar_utils.c:674:16: warning: 'breakpoint' may be used uninitialized in this function [-Wmaybe-uninitialized]
    *(breakpoint++) = IntPairAE_get_nelt(range_buf1);
                ^
cigar_utils.c:670:12: warning: 'flag_elt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    flag_elt++;
            ^
cigar_utils.c: In function 'cigar_width':
cigar_utils.c:708:8: warning: 'flag_elt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if (*flag_elt == NA_INTEGER) {
        ^
cigar_utils.c: In function 'cigar_narrow':
cigar_utils.c:887:17: warning: 'OP' may be used uninitialized in this function [-Wmaybe-uninitialized]
   buf_offset += sprintf(cigar_buf + buf_offset,
                 ^
cigar_utils.c:855:7: note: 'OP' was declared here
  char OP /* Operation */;
       ^
cigar_utils.c:879:8: warning: 'OPL' may be used uninitialized in this function [-Wmaybe-uninitialized]
    OPL -= Lwidth;
        ^
cigar_utils.c:854:17: note: 'OPL' was declared here
  int offset, n, OPL /* Operation Length */;
                 ^
cigar_utils.c: In function 'cigar_qnarrow':
cigar_utils.c:1071:17: warning: 'OP' may be used uninitialized in this function [-Wmaybe-uninitialized]
   buf_offset += sprintf(cigar_buf + buf_offset,
                 ^
cigar_utils.c:1039:7: note: 'OP' was declared here
  char OP /* Operation */;
       ^
cigar_utils.c:1063:8: warning: 'OPL' may be used uninitialized in this function [-Wmaybe-uninitialized]
    OPL -= Lqwidth;
        ^
cigar_utils.c:1038:17: note: 'OPL' was declared here
  int offset, n, OPL /* Operation Length */;
                 ^
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/S4Vectors/include" -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/IRanges/include"   -I"C:/extsoft/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c coordinate_mapping_methods.c -o coordinate_mapping_methods.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/S4Vectors/include" -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/IRanges/include"   -I"C:/extsoft/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c encodeOverlaps_methods.c -o encodeOverlaps_methods.o
encodeOverlaps_methods.c: In function 'overlap_encoding':
encodeOverlaps_methods.c:182:2: warning: 'out_nelt0' may be used uninitialized in this function [-Wmaybe-uninitialized]
  CharAE_delete_at(out, out_nelt0, j1 * nrow);
  ^
encodeOverlaps_methods.c:99:6: note: 'out_nelt0' was declared here
  int out_nelt0, i, starti, widthi, spacei, j, startj, widthj, spacej,
      ^
C:/Rtools/mingw_32/bin/gcc -shared -s -static-libgcc -o GenomicAlignments.dll tmp.def IRanges_stubs.o R_init_GenomicAlignments.o S4Vectors_stubs.o cigar_utils.o coordinate_mapping_methods.o encodeOverlaps_methods.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.10-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.10-bioc/meat/GenomicAlignments.buildbin-libdir/00LOCK-GenomicAlignments/00new/GenomicAlignments/libs/i386
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'GenomicAlignments'
    finding HTML links ... done
    GAlignmentPairs-class                   html  
    finding level-2 HTML links ... done

Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignmentPairs-class.Rd:168: file link 'Rle' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignmentPairs-class.Rd:278: file link 'IRanges' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignmentPairs-class.Rd:355: file link 'Vector' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignmentPairs-class.Rd:357: file link 'IRanges' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignmentPairs-class.Rd:357: file link 'XStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignmentPairs-class.Rd:389: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignmentPairs-class.Rd:390: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
    GAlignments-class                       html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:177: file link 'Rle' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:189: file link 'Rle' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:283: file link 'IRanges' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:299: file link 'IntegerRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:304: file link 'IntegerRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:305: file link 'CompressedIRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:347: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:353: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:379: file link 'c' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:398: file link 'IntegerRanges' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:398: file link 'DNAStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:431: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:432: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignments-class.Rd:435: file link 'CompressedIRangesList' in package 'IRanges' does not exist and so has been treated as a topic
    GAlignmentsList-class                   html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignmentsList-class.Rd:174: file link 'IRanges' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignmentsList-class.Rd:192: file link 'IRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignmentsList-class.Rd:260: file link 'c' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignmentsList-class.Rd:291: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GAlignmentsList-class.Rd:292: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
    GappedReads-class                       html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/GappedReads-class.Rd:43: file link 'DNAStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
    OverlapEncodings-class                  html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/OverlapEncodings-class.Rd:112: file link 'IntegerRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/OverlapEncodings-class.Rd:273: file link 'pcompare' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/OverlapEncodings-class.Rd:277: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
    cigar-utils                             html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:133: file link 'IRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:135: file link 'IRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:139: file link 'IRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:189: file link 'solveUserSEW' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:221: file link 'CompressedRleList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:229: file link 'IRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:230: file link 'CompressedIRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:233: file link 'IRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:233: file link 'SimpleIRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:234: file link 'CompressedIRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:289: file link 'IRanges' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:289: file link 'IRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:290: file link 'RleList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/cigar-utils.Rd:292: file link 'coverage' in package 'IRanges' does not exist and so has been treated as a topic
    coordinate-mapping-methods              html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coordinate-mapping-methods.Rd:25: file link 'mapToTranscripts' in package 'GenomicFeatures' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coordinate-mapping-methods.Rd:144: file link 'mapToTranscripts' in package 'GenomicFeatures' does not exist and so has been treated as a topic
    coverage-methods                        html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:15: file link 'coverage' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:17: file link 'BamFile' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:19: file link 'coverage' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:20: file link 'IntegerRanges' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:20: file link 'IntegerRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:22: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:23: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:46: file link 'BamFile' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:49: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:53: file link 'coverage' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:65: file link 'ScanBamParam' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:70: file link 'BamFile' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:84: file link 'BamFile' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:92: file link 'BamFile' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:97: file link 'RleList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:103: file link 'coverage' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:108: file link 'RleList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/coverage-methods.Rd:114: file link 'BamFile' in package 'Rsamtools' does not exist and so has been treated as a topic
    encodeOverlaps-methods                  html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:50: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:83: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:91: file link 'IntegerRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:91: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:95: file link 'Hits' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:96: file link 'findOverlaps' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:100: file link 'queryLength' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:101: file link 'subjectLength' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:120: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:186: file link 'Hits' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:192: file link 'findOverlaps' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:197: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/encodeOverlaps-methods.Rd:200: file link 'findOverlaps' in package 'IRanges' does not exist and so has been treated as a topic
    findCompatibleOverlaps-methods          html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findCompatibleOverlaps-methods.Rd:37: file link 'findOverlaps' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findCompatibleOverlaps-methods.Rd:49: file link 'Hits' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findCompatibleOverlaps-methods.Rd:59: file link 'findOverlaps' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findCompatibleOverlaps-methods.Rd:69: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
    findMateAlignment                       html  
    findOverlaps-methods                    html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findOverlaps-methods.Rd:22: file link 'findOverlaps' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findOverlaps-methods.Rd:23: file link 'IntegerRanges' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findOverlaps-methods.Rd:23: file link 'IntegerRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findOverlaps-methods.Rd:25: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findOverlaps-methods.Rd:26: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findOverlaps-methods.Rd:51: file link 'findOverlaps' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findOverlaps-methods.Rd:74: file link 'Hits' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findOverlaps-methods.Rd:80: file link 'findOverlaps' in package 'IRanges' does not exist and so has been treated as a topic
    findSpliceOverlaps-methods              html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findSpliceOverlaps-methods.Rd:37: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findSpliceOverlaps-methods.Rd:38: file link 'BamFile' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findSpliceOverlaps-methods.Rd:46: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findSpliceOverlaps-methods.Rd:49: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findSpliceOverlaps-methods.Rd:58: file link 'BamFile' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findSpliceOverlaps-methods.Rd:61: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findSpliceOverlaps-methods.Rd:68: file link 'ScanBamParam' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findSpliceOverlaps-methods.Rd:94: file link 'Hits' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findSpliceOverlaps-methods.Rd:122: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/findSpliceOverlaps-methods.Rd:127: file link 'BamFile' in package 'Rsamtools' does not exist and so has been treated as a topic
    intra-range-methods                     html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/intra-range-methods.Rd:42: file link 'solveUserSEW' in package 'IRanges' does not exist and so has been treated as a topic
    junctions-methods                       html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:80: file link 'IntegerList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:85: file link 'BSgenome' in package 'BSgenome' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:88: file link 'getBSgenome' in package 'BSgenome' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:91: file link 'getBSgenome' in package 'BSgenome' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:144: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:151: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:161: file link 'IntegerList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:180: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:247: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:247: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:251: file link 'IntegerList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:254: file link 'getBSgenome' in package 'BSgenome' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:257: file link 'BSgenome' in package 'BSgenome' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/junctions-methods.Rd:261: file link 'List' in package 'S4Vectors' does not exist and so has been treated as a topic
    pileLettersAt                           html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:13: file link 'XStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:14: file link 'DNAStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:23: file link 'XStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:24: file link 'DNAStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:29: file link 'Rle' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:43: file link 'GPos' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:47: file link 'GPos' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:49: file link 'GPos' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:50: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:51: file link 'GenomicRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:53: file link 'GPos' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:64: file link 'XStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:64: file link 'DNAStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:82: file link 'DNAStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/pileLettersAt.Rd:85: file link 'GPos' in package 'GenomicRanges' does not exist and so has been treated as a topic
    readGAlignments                         html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:45: file link 'BamFile' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:46: file link 'BamViews' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:63: file link 'ScanBamParam' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:66: file link 'ScanBamParam' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:103: file link 'Rle' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:117: file link 'BamViews' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:124: file link 'SimpleList' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:127: file link 'SimpleList' in package 'S4Vectors' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:155: file link 'BamFile' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:164: file link 'ScanBamParam' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:208: file link 'BamFile' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:252: file link 'ScanBamParam' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/readGAlignments.Rd:258: file link 'IRangesList' in package 'IRanges' does not exist and so has been treated as a topic
    sequenceLayer                           html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/sequenceLayer.Rd:120: file link 'extractAt' in package 'Biostrings' does not exist and so has been treated as a topic
    setops-methods                          html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/setops-methods.Rd:14: file link 'pintersect' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/setops-methods.Rd:15: file link 'IntegerRanges' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/setops-methods.Rd:17: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/setops-methods.Rd:18: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/setops-methods.Rd:29: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
    stackStringsFromGAlignments             html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:48: file link 'ScanBamParam' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:52: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:69: file link 'stackStrings' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:71: file link 'stackStrings' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:82: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:83: file link 'IntegerRangesList' in package 'IRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:85: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:93: file link 'alphabetFrequency' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:108: file link 'stackStrings' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:132: file link 'DNAStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:133: file link 'BStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:136: file link 'alphabetFrequency' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:167: file link 'stackStrings' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:169: file link 'XStringSet' in package 'Biostrings' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/stackStringsFromGAlignments.Rd:171: file link 'alphabetFrequency' in package 'Biostrings' does not exist and so has been treated as a topic
    summarizeOverlaps-methods               html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:83: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:83: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:84: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:86: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:90: file link 'BamViews' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:94: file link 'RangedSummarizedExperiment' in package 'SummarizedExperiment' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:98: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:98: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:100: file link 'BamViews' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:101: file link 'BamFileList' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:104: file link 'BamViews' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:107: file link 'BamViews' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:215: file link 'ScanBamParam' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:250: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:251: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:252: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:254: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:259: file link 'GRangesList' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:261: file link 'GRanges' in package 'GenomicRanges' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:284: file link 'RangedSummarizedExperiment' in package 'SummarizedExperiment' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:315: file link 'RangedSummarizedExperiment' in package 'SummarizedExperiment' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:320: file link 'BamFileList' in package 'Rsamtools' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpofYYNY/R.INSTALL18ac3dbf715/GenomicAlignments/man/summarizeOverlaps-methods.Rd:320: file link 'BamViews' in package 'Rsamtools' does not exist and so has been treated as a topic
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'GenomicAlignments' ...
** libs
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/S4Vectors/include" -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/IRanges/include"   -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c IRanges_stubs.c -o IRanges_stubs.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/S4Vectors/include" -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/IRanges/include"   -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c R_init_GenomicAlignments.c -o R_init_GenomicAlignments.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/S4Vectors/include" -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/IRanges/include"   -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c S4Vectors_stubs.c -o S4Vectors_stubs.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/S4Vectors/include" -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/IRanges/include"   -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c cigar_utils.c -o cigar_utils.o
cigar_utils.c: In function 'cigar_ranges':
cigar_utils.c:676:9: warning: 'f_elt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    f_elt++;
         ^
cigar_utils.c:658:27: warning: 'range_buf2' may be used uninitialized in this function [-Wmaybe-uninitialized]
    range_buf1 = range_buf2->elts[*f_elt - 1];
                           ^
cigar_utils.c:674:22: warning: 'range_buf1' may be used uninitialized in this function [-Wmaybe-uninitialized]
    *(breakpoint++) = IntPairAE_get_nelt(range_buf1);
                      ^
cigar_utils.c:674:16: warning: 'breakpoint' may be used uninitialized in this function [-Wmaybe-uninitialized]
    *(breakpoint++) = IntPairAE_get_nelt(range_buf1);
                ^
cigar_utils.c:670:12: warning: 'flag_elt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    flag_elt++;
            ^
cigar_utils.c: In function 'cigar_width':
cigar_utils.c:708:8: warning: 'flag_elt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if (*flag_elt == NA_INTEGER) {
        ^
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/S4Vectors/include" -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/IRanges/include"   -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c coordinate_mapping_methods.c -o coordinate_mapping_methods.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/S4Vectors/include" -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/IRanges/include"   -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c encodeOverlaps_methods.c -o encodeOverlaps_methods.o
encodeOverlaps_methods.c: In function 'overlap_encoding':
encodeOverlaps_methods.c:182:2: warning: 'out_nelt0' may be used uninitialized in this function [-Wmaybe-uninitialized]
  CharAE_delete_at(out, out_nelt0, j1 * nrow);
  ^
encodeOverlaps_methods.c:99:6: note: 'out_nelt0' was declared here
  int out_nelt0, i, starti, widthi, spacei, j, startj, widthj, spacej,
      ^
C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o GenomicAlignments.dll tmp.def IRanges_stubs.o R_init_GenomicAlignments.o S4Vectors_stubs.o cigar_utils.o coordinate_mapping_methods.o encodeOverlaps_methods.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.10-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.10-bioc/meat/GenomicAlignments.buildbin-libdir/GenomicAlignments/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'GenomicAlignments' as GenomicAlignments_1.22.1.zip
* DONE (GenomicAlignments)
* installing to library 'C:/Users/biocbuild/bbs-3.10-bioc/R/library'
package 'GenomicAlignments' successfully unpacked and MD5 sums checked