Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to install in R 4.4.0 #1

Open
vficarrotta opened this issue Jul 30, 2024 · 0 comments
Open

Failing to install in R 4.4.0 #1

vficarrotta opened this issue Jul 30, 2024 · 0 comments

Comments

@vficarrotta
Copy link

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant