You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing using devtools::install_github("QSong-github/SMGR") says "Error 1 ERROR: compilation failed for package 'SMGR'"
The errors show:
src_gibbs.c:117:14: error: too few arguments to function 'dgemv_'
117 | F77_CALL(dgemv)(trans,dt1->p,k,&ONE,dt1->beta2,dt1->p,tryz,&incx,&ONE,eta1,&incy);
and
src_gibbs.c:129:14: error: too few arguments to function 'dgemv_'
129 | F77_CALL(dgemv)(trans,dt2->p,k,&ONE,dt2->beta2,dt2->p,tryz,&incx,&ONE,eta2,&incy);
The text was updated successfully, but these errors were encountered:
Installing using
install.packages('SMGR')
says "Warning message: package 'SMGR' is not available for this version of R A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages".Installing using
devtools::install_github("QSong-github/SMGR")
says "Error 1 ERROR: compilation failed for package 'SMGR'"The errors show:
src_gibbs.c:117:14: error: too few arguments to function 'dgemv_'
117 | F77_CALL(dgemv)(trans,dt1->p,k,&ONE,dt1->beta2,dt1->p,tryz,&incx,&ONE,eta1,&incy);
and
src_gibbs.c:129:14: error: too few arguments to function 'dgemv_'
129 | F77_CALL(dgemv)(trans,dt2->p,k,&ONE,dt2->beta2,dt2->p,tryz,&incx,&ONE,eta2,&incy);
The text was updated successfully, but these errors were encountered: