-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issues installing kliqfindR #5
Comments
Hi Brian, |
Hi Jooyoung,
Thanks for responding to that inquiry and for sharing the code! I'll be
sure to reinstall.
Brian
…On Thu, Oct 12, 2023 at 5:45 AM Jooyoung Yoo ***@***.***> wrote:
Hi Brian,
I got the same issues when I the version of R-4.3.1
I solved the problem by uninstalling the new version of R (4.x.x) and
reinstalling the versions below.
R version *3.6.2* (2019-12-12)
<https://cran.r-project.org/bin/windows/base/old/3.6.2/R-3.6.2-win.exe>
Rtools*35*.exe
<https://cran.r-project.org/bin/windows/Rtools/Rtools35.exe>
-> install.packages("devtools",repos="http://cran.us.r-project.org")
-> library(devtools)
-> devtools::install_github("jtbates/kliqfindr", force=TRUE)
-> library(kliqfindr)
I hope this helps you solve the problem.
Jooyoung
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4Y3E7ECMBVAT54QF4ZIMZTX6635FANCNFSM6AAAAAATANHGO4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi Jason-
I was wondering if you could help me figure out this install error. I have installed the rtools for my version of R (4.2.1). I was able to install it on my old computer no problem. Thanks for your help. Below is what I get from R.
Thanks!
Brian
checking for file 'C:\Users\bjsol\AppData\Local\Temp\Rtmp8WW9aN\remotesf545e5b8e5\jtbates-kliqfindr-e43f790/DESCRIPTION' ...
✔ checking for file 'C:\Users\bjsol\AppData\Local\Temp\Rtmp8WW9aN\remotesf545e5b8e5\jtbates-kliqfindr-e43f790/DESCRIPTION'
─ preparing 'kliqfindr': (554ms)
checking DESCRIPTION meta-information ...
checking DESCRIPTION meta-information ...
✔ checking DESCRIPTION meta-information
─ cleaning src
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
Omitted 'LazyData' from DESCRIPTION
─ building 'kliqfindr_0.0.0.9000.tar.gz'
Installing package into ‘C:/Users/bjsol/AppData/Local/R/win-library/4.2’
(as ‘lib’ is unspecified)
** using staged installation
** libs
gfortran -fno-optimize-sibling-calls -O2 -mfpmath=sse -msse2 -mstackrealign -c kliqfindr.f -o kliqfindr.o
mkdir -p ../inst/bin
gfortran doskliq/doskliq.f -o ../inst/bin/doskliq
gfortran -fdollar-ok -w smacof1b/*.for -o ../inst/bin/smacof1b
smacof1b/Smacof1b.for:1494:31:
1494 | CALL CONF1(X,H4,NP,ND,FORM3,INDATA,IINI)
| 1
Error: Rank mismatch in argument 'form3' at (1) (scalar and rank-1)
make: *** [Makevars:9: smacof1b_exec] Error 1
ERROR: compilation failed for package 'kliqfindr'
Warning message:
In i.p(...) :
installation of package ‘C:/Users/bjsol/AppData/Local/Temp/Rtmp8WW9aN/filef54101f459b/kliqfindr_0.0.0.9000.tar.gz’ had non-zero exit status
The text was updated successfully, but these errors were encountered: