Search found 27 matches

by Fhas
Mon Jul 08, 2019 11:13 am
Forum: Module development
Topic: Problems trying to use the igraph package
Replies: 19
Views: 19922

Re: Problems trying to use the igraph package

that's brilliant! Thanks a lot, I just built it.

So far, there's just this rlang issue again:
Screenshot 2019-07-08 at 13.05.46.png
Screenshot 2019-07-08 at 13.05.46.png (16.32 KiB) Viewed 8385 times
by Fhas
Mon Jul 08, 2019 2:26 am
Forum: Module development
Topic: Problems trying to use the igraph package
Replies: 19
Views: 19922

Re: Problems trying to use the igraph package

Oh, I missed you guys too! :grinning: Deleting the build folder does not help me... 1: In utils::install.packages(c("tseries", "tidyr", "quadprog", "zoo", : installation of package ‘quadprog’ had non-zero exit status 2: In utils::install.packages(c("tseri...
by Fhas
Sun Jul 07, 2019 11:47 pm
Forum: Module development
Topic: Problems trying to use the igraph package
Replies: 19
Views: 19922

Re: Problems trying to use the igraph package

Hi! Wow, great progress, and congrats on version 1! I haven't engaged with JAMOVI for a while and wanted to rebuild my module.... I noticed I had to remove the "inputPattern" field, no problem. Now I am getting an error I have never encountered before: ERROR: dependencies ‘tseries’, ‘quadp...
by Fhas
Sat Jan 05, 2019 10:20 am
Forum: Module development
Topic: Problems trying to use the igraph package
Replies: 19
Views: 19922

Re: Problems trying to use the igraph package

solving this issue once and for all
That would be great!!

Meanwhile...
Screenshot 2019-01-05 at 11.15.34.png
Screenshot 2019-01-05 at 11.15.34.png (47.45 KiB) Viewed 8941 times
by Fhas
Fri Dec 14, 2018 9:21 pm
Forum: Module development
Topic: Problems trying to use the igraph package
Replies: 19
Views: 19922

Re: Problems trying to use the igraph package

Hi!
That was a huge update, excellent.
However, is there anything I can do to prevent this from happening each time?
Screenshot 2018-12-14 at 22.12.14.png
Screenshot 2018-12-14 at 22.12.14.png (146.23 KiB) Viewed 10800 times
by Fhas
Sun Dec 09, 2018 10:04 pm
Forum: Module development
Topic: Problems trying to use the igraph package
Replies: 19
Views: 19922

Re: Problems trying to use the igraph package

Ok thanks that's very useful info! I found an alternative for proxy so it is not urgent, though at some point I'll want to use it again. Then the easiest solution will be to install R as if it were the good old Mavericks days :upside_down_face: , with gfortran 4.8.2 Could be useful to have an 'R set...
by Fhas
Sun Dec 09, 2018 8:06 pm
Forum: Module development
Topic: Problems trying to use the igraph package
Replies: 19
Views: 19922

Re: Problems trying to use the igraph package

Ok that worked!
Screenshot 2018-12-09 at 17.38.17.png
Screenshot 2018-12-09 at 17.38.17.png (219.05 KiB) Viewed 10859 times
Is this versioning limit perhaps also related to the error I get when I try to install package proxy:

Code: Select all

Warning message:
package ‘proxy’ is not available (for R version 3.3.0)
by Fhas
Sat Dec 08, 2018 2:33 am
Forum: Module development
Topic: Problems trying to use the igraph package
Replies: 19
Views: 19922

Re: Problems trying to use the igraph package

Thanks! It appears to install from source, with these warnings: ld: warning: directory not found for option '-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0' ld: warning: directory not found for option '-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0' ld: warning: text-based stub...
by Fhas
Fri Dec 07, 2018 11:44 pm
Forum: Module development
Topic: Problems trying to use the igraph package
Replies: 19
Views: 19922

Re: Problems trying to use the igraph package

Thanks,

Here it is (changed the name): https://github.com/FredHasselman/casnet-jmvMAC
by Fhas
Fri Dec 07, 2018 9:39 pm
Forum: Module development
Topic: Problems trying to use the igraph package
Replies: 19
Views: 19922

Problems trying to use the igraph package

Hi! I am trying to use the igraph package, my functions run just fine under R, but when I add igraph to Jamovi, after many lines of successful build commands, is see this error: ld: warning: directory not found for option '-L/opt/local/lib/gcc48/gcc/x86_64-apple-darwin13/4.8.5' ld: warning: director...