Displaying 1 result from an estimated 1 matches for "geesub".
Did you mean:
getsub
2010 May 20
0
Installation problem with "geepack"
...or begin() const { return v_;}
^
../inst/include/tnt/vec.h(153): warning #858: type qualifier on return type is meaningless
const iterator end() const { return v_ + n_; }
^
icpc -I/usr/global/R/2.11.0/lib64/R/include -I../inst/include -I/usr/local/include -mp -fpic -g -O2 -c geesubs.cc -o geesubs.o
icpc: command line remark #10010: option '-mp' is deprecated and will be removed in a future release. See '-help deprecated'
../inst/include/tnt/vec.h(152): warning #858: type qualifier on return type is meaningless
const iterator begin() const { return v_;}...