matter 1.3.3 Kylie A. Bemis
Snapshot Date: 2017-08-15 17:18:21 -0400 (Tue, 15 Aug 2017) | URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/matter | Last Changed Rev: 129783 / Revision: 131943 | Last Changed Date: 2017-05-20 21:13:57 -0400 (Sat, 20 May 2017) |
| malbec1 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | [ OK ] | | |
tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |
veracruz1 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK | |
* installing *source* package ‘matter’ ...
** libs
g++ -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c init.cpp -o init.o
g++ -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c matter.cpp -o matter.o
In file included from matter.cpp:4:0:
matter.h: In member function ‘index_t Atoms::write_indices(RType*, Rindex_t*, long int, size_t) [with RType = unsigned char; index_t = long int; Rindex_t = double; size_t = long unsigned int]’:
matter.h:742:20: warning: ‘numWrote’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return numWrote;
^
matter.h: In member function ‘index_t Atoms::write_indices(RType*, Rindex_t*, long int, size_t) [with RType = int; index_t = long int; Rindex_t = double; size_t = long unsigned int]’:
matter.h:742:20: warning: ‘numWrote’ may be used uninitialized in this function [-Wmaybe-uninitialized]
matter.h: In member function ‘index_t Atoms::write_indices(RType*, Rindex_t*, long int, size_t) [with RType = double; index_t = long int; Rindex_t = double; size_t = long unsigned int]’:
matter.h:742:20: warning: ‘numWrote’ may be used uninitialized in this function [-Wmaybe-uninitialized]
matter.cpp: In member function ‘void Ops::do_ops(T*, Atoms*, index_t, index_t, size_t) [with T = double; index_t = long int; size_t = long unsigned int]’:
matter.cpp:2903:25: warning: ‘y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
add<T,T>(x, y, i, atm, 0, count, skip);
^
matter.cpp: In function ‘double var(MatterIterator<T>&, bool) [with T = int]’:
matter.cpp:3502:17: warning: ‘s_new’ may be used uninitialized in this function [-Wmaybe-uninitialized]
s_new = s_old + (*x - m_old) * (*x - m_new);
^
matter.cpp:3501:17: warning: ‘m_new’ may be used uninitialized in this function [-Wmaybe-uninitialized]
m_new = m_old + (*x - m_old) / n;
^
matter.cpp: In member function ‘void Ops::do_ops(T*, Atoms*, index_t, index_t, size_t) [with T = int; index_t = long int; size_t = long unsigned int]’:
matter.cpp:2903:25: warning: ‘y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
add<T,T>(x, y, i, atm, 0, count, skip);
^
matter.cpp: In member function ‘void Ops::do_ops(T*, Atoms*, index_t, index_t, size_t) [with T = unsigned char; index_t = long int; size_t = long unsigned int]’:
matter.cpp:2903:25: warning: ‘y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from matter.cpp:4:0:
matter.h: In member function ‘index_t Atoms::read_indices(RType*, Rindex_t*, long int, size_t) [with RType = double; index_t = long int; Rindex_t = double; size_t = long unsigned int]’:
matter.h:719:20: warning: ‘numRead’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return numRead;
^
matter.cpp: In function ‘double var(MatterIterator<T>&, bool) [with T = double]’:
matter.cpp:3502:17: warning: ‘s_new’ may be used uninitialized in this function [-Wmaybe-uninitialized]
s_new = s_old + (*x - m_old) * (*x - m_new);
^
matter.cpp:3501:17: warning: ‘m_new’ may be used uninitialized in this function [-Wmaybe-uninitialized]
m_new = m_old + (*x - m_old) / n;
^
In file included from matter.cpp:4:0:
matter.h: In member function ‘index_t Atoms::read_indices(RType*, Rindex_t*, long int, size_t) [with RType = unsigned char; index_t = long int; Rindex_t = double; size_t = long unsigned int]’:
matter.h:719:20: warning: ‘numRead’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return numRead;
^
matter.h: In member function ‘index_t Atoms::read_indices(RType*, Rindex_t*, long int, size_t) [with RType = int; index_t = long int; Rindex_t = double; size_t = long unsigned int]’:
matter.h:719:20: warning: ‘numRead’ may be used uninitialized in this function [-Wmaybe-uninitialized]
g++ -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c utils.cpp -o utils.o
g++ -shared -L/home/biocbuild/bbs-3.6-bioc/R/lib -L/usr/local/lib -o matter.so init.o matter.o utils.o -L/home/biocbuild/bbs-3.6-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.6-bioc/meat/matter.Rcheck/matter/libs
** R
** data
** inst
** preparing package for lazy loading
Creating a new generic function for ‘apply’ in package ‘matter’
Creating a new generic function for ‘scale’ in package ‘matter’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (matter)