[R-SIG-Finance] Hi everyone C# - R - and igraph library

Emanuele Cecere em@nue|e@cecere @end|ng |rom |nchc@p|t@|@com
Tue Jun 16 11:20:54 CEST 2020


Hi everyone
we have a problem with igraph library
 we have forced to use R 3.4.4. because the state of the art is in C# and we use R.NET that takes to interface C# with R but only with 3.4.4 ver. If you know another way to interface C# with the latest R ver please let us know. We still have to install 5 libraries of which the first is igraph
 this following is what I managed to install into Windows Server 2012
 1) I installed R version 3.4.4 (I am forced to use this this ver.)
2) I installed RTools 3.4
3) I installed PanDoc 2.9
4) I opened librery local323.zip into the RTools into one folder local323, (but not installed as I don't know in wiche way to configure it)
5) I opended librery winglpk-4.65.zip into the directory RTools and into one folder glpk-4.65 (the same above)
6) I changed Makeconf file into the directory C:\Program Files\R\R-3.4.4\etc\i386 and C:\Program Files\R\R-3.4.4\etc\x64 as follows:
 LOCAL_SOFT = C:/Rtools/local323

ifneq ($(strip $(LOCAL_SOFT)),)
LOCAL_CPPFLAGS = -I"$(LOCAL_SOFT)/include/libxml2" -I"C:/Rtools/glpk-4.65/src"
LOCAL_LIBS = -L"$(LOCAL_SOFT)/lib$(R_ARCH)" -L"$(LOCAL_SOFT)/lib" -L"C:/Rtools/glpk-4.65/w32"
endif
 and
 LOCAL_SOFT = C:/Rtools/local323

ifneq ($(strip $(LOCAL_SOFT)),)
LOCAL_CPPFLAGS = -I"$(LOCAL_SOFT)/include/libxml2" -I"C:/Rtools/glpk-4.65/src"
LOCAL_LIBS = -L"$(LOCAL_SOFT)/lib$(R_ARCH)" -L"$(LOCAL_SOFT)/lib" -L"C:/Rtools/glpk-4.65/w64"
endif
 7) I was able to install all the libreries listed below
 askpass_1.1.zip
assertthat_0.2.1.zip
backports_1.1.4.zip
base64enc_0.1-3.zip
BH_1.69.0-1.zip
brew_1.0-6.zip
broom_0.5.2.zip
callr_3.2.0.zip
cellranger_1.1.0.zip
clipr_0.7.0.zip
clisymbols_1.2.0.zip
cli_1.1.0.zip
colorspace_1.4-1.zip
commonmark_1.7.zip
covr_3.2.1.zip
crayon_1.3.4.zip
crosstalk_1.0.0.zip
curl_3.3.zip
data.table_1.12.2.zip
desc_1.2.0.zip
digest_0.6.18.zip
DistributionUtils_0.6-0.zip
dplyr_0.8.0.1.zip
ellipsis_0.1.0.zip
evaluate_0.14.zip
fansi_0.4.0.zip
farver_1.1.0.zip
fs_1.2.7.zip
GeneralizedHyperbolic_0.8-4.zip
generics_0.0.2.zip
ggplot2_3.2.1.zip
gh_1.0.1.zip
git2r_0.25.2.zip
glue_1.3.1.zip
gtable_0.3.0.zip
hexbin_1.27.2.zip
highr_0.8.zip
hms_0.4.2.zip
htmltools_0.3.6.zip
htmlwidgets_1.5.1.zip
httpuv_1.5.1.zip
httr_1.4.1.zip
ini_0.3.1.zip
installr_0.22.0.zip
jsonlite_1.6.zip
knitr_1.26.zip
labeling_0.3.zip
later_0.8.0.zip
lazyeval_0.2.2.zip
lubridate_1.7.4.zip
magrittr_1.5.zip
markdown_0.9.zip
memoise_1.1.0.zip
mime_0.6.zip
munsell_0.5.0.zip
openssl_1.3.zip
openxlsx_4.1.0.zip
output.txt
PerformanceAnalytics_1.5.2.zip
pillar_1.4.2.zip
pkgbuild_1.0.3.zip
pkgconfig_2.0.3.zip
pkgload_1.0.2.zip
plogr_0.2.0.zip
plyr_1.8.4.zip
praise_1.0.0.zip
prettyunits_1.0.2.zip
processx_3.3.0.zip
progress_1.2.1.zip
promises_1.0.1.zip
ps_1.3.0.zip
purrr_0.3.2.zip
quadprog_1.5-5.zip
quantmod_0.4-15.zip
R6_2.4.1.zip
RColorBrewer_1.1-2.zip
Rcpp_1.0.1.zip
readr_1.3.1.zip
readxl_1.3.1.zip
rematch_1.0.1.zip
remotes_2.1.0.zip
reshape2_1.4.3.zip
rex_1.1.2.zip
rlang_0.3.4.zip
rlist_0.4.6.1.zip
rmarkdown_1.18.zip
roxygen2_6.1.1.zip
rprojroot_1.3-2.zip
rstudioapi_0.10.zip
rversions_2.0.1.zip
rvest_0.3.5.zip
scales_1.0.0.zip
selectr_0.4-2.zip
sessioninfo_1.1.1.zip
shiny_1.3.2.zip
sourcetools_0.1.7.zip
stringi_1.4.3.zip
stringr_1.4.0.zip
sys_3.2.zip
testthat_2.1.1.zip
tibble_2.1.1.zip
tidyr_0.8.3.zip
tidyselect_0.2.5.zip
timeDate_3043.102.zip
timeSeries_3042.102.zip
tinytex_0.17.zip
TTR_0.23-4.zip
utf8_1.1.4.zip
VarianceGamma_0.4-0.zip
vctrs_0.1.0.zip
viridisLite_0.3.0.zip
whisker_0.4.zip
withr_2.1.2.zip
xfun_0.11.zip
xml2_1.2.0.zip
XML_3.98-1.19.zip
xopen_1.0.0.zip
xtable_1.8-4.zip
xts_0.11-2.zip
yaml_2.2.0.zip
zeallot_0.1.0.zip
zip_2.0.1.zip
zoo_1.8-5.zip
 8) I stopped myself during installation of the libreries igraph 1.2.4.1. I listed below the libreries that I have to install, the command that I use to install and the error that igraph returns me l'errore
 "base", "3.4.4", ""
"boot", "1.3-20", ""
"class", "7.3-14", ""
"cluster", "2.0.6", ""
"codetools", "0.2-15", ""
"compiler", "3.4.4", ""
"datasets", "3.4.4", ""
"foreign", "0.8-69", ""
"graphics", "3.4.4", ""
"grDevices", "3.4.4", ""
"grid", "3.4.4", ""
"KernSmooth", "2.23-15", ""
"lattice", "0.20-35", ""
"MASS", "7.3-49", ""
"Matrix", "1.2-12", ""
"methods", "3.4.4", ""
"mgcv", "1.8-23", ""
"nlme", "3.1-131.1", ""
"nnet", "7.3-12", ""
"parallel", "3.4.4", ""
"rpart", "4.1-13", ""
"spatial", "7.3-11", ""
"splines", "3.4.4", ""
"stats", "3.4.4", ""
"stats4", "3.4.4", ""
"survival", "2.41-3", ""
"tcltk", "3.4.4", ""
"tools", "3.4.4", ""
"translations", "3.4.4", ""
"utils", "3.4.4", ""
"askpass", "1.1", "sys (>= 2.1)"
"assertthat", "0.2.1", "tools"
"backports", "1.1.4", "utils"
"base64enc", "0.1-3", ""
"BH", "1.69.0-1", ""
"brew", "1.0-6", ""
"broom", "0.5.2", "backports, dplyr, generics (>= 0.0.2), methods, nlme, purrr, reshape2, stringr, tibble, tidyr"
"callr", "3.2.0", "processx"
"cellranger", "1.1.0", "rematch, tibble"
"cli", "1.1.0", "assertthat, crayon (>= 1.3.4), methods, utils"
"clipr", "0.7.0", "utils"
"clisymbols", "1.2.0", ""
"colorspace", "1.4-1", "graphics, grDevices, stats"
"commonmark", "1.7", ""
"covr", "3.2.1", "digest, stats, utils, jsonlite, rex, httr, crayon, withr (>=1.0.2)"
"crayon", "1.3.4", "grDevices, methods, utils"
"crosstalk", "1.0.0", "htmltools (>= 0.3.5), jsonlite, lazyeval, R6, shiny (>= 0.11),ggplot2"
"curl", "3.3", ""
"data.table", "1.12.2", "methods"
"desc", "1.2.0", "assertthat, utils, R6, crayon, rprojroot"
"digest", "0.6.18", ""
"DistributionUtils", "0.6-0", ""
"dplyr", "0.8.0.1", "assertthat (>= 0.2.0), glue (>= 1.1.1), magrittr (>= 1.5),methods, pkgconfig (>= 2.0.1), R6 (>= 2.2.2), Rcpp (>= 1.0.0),rlang (>= 0.3.0), tibble (>= 2.0.0), tidyselect (>= 0.2.5),utils"
"ellipsis", "0.1.0", ""
"evaluate", "0.14", "methods"
"fansi", "0.4.0", ""
"farver", "1.1.0", "Rcpp (>= 0.12.15)"
"fs", "1.2.7", "methods, Rcpp"
"GeneralizedHyperbolic", "0.8-4", "DistributionUtils, MASS"
"generics", "0.0.2", "methods"
"ggplot2", "3.2.1", "digest, grDevices, grid, gtable (>= 0.1.1), lazyeval, MASS,mgcv, reshape2, rlang (>= 0.3.0), scales (>= 0.5.0), stats,tibble, viridisLite, withr (>= 2.0.0)"
"gh", "1.0.1", "ini, jsonlite, httr"
"git2r", "0.25.2", "graphics, utils"
"glue", "1.3.1", "methods"
"gtable", "0.3.0", "grid"
"hexbin", "1.27.2", "lattice, grid, graphics, grDevices, stats, utils"
"highcharter", "0.7.0", "htmlwidgets, magrittr, purrr, rlist, assertthat, zoo, dplyr(>= 0.7.0), tibble (>= 1.1), stringr, broom, xts, quantmod,tidyr, htmltools, jsonlite, igraph, lubridate, crosstalk, yaml,rlang(>= 0.1.1), whisker"
"highr", "0.8", ""
"hms", "0.4.2", ""
"htmltools", "0.3.6", "utils, digest, Rcpp"
"htmlwidgets", "1.5.1", "grDevices, htmltools (>= 0.3), jsonlite (>= 0.9.16), yaml"
"httpuv", "1.5.1", "Rcpp (>= 0.11.0), utils, R6, promises, later (>= 0.8.0)"
"httr", "1.4.1", "curl (>= 3.0.0), jsonlite, mime, openssl (>= 0.8), R6"
"igraph", "1.2.4.1", "graphics, grDevices, magrittr, Matrix, pkgconfig (>= 2.0.0),stats, utils"
"ini", "0.3.1", ""
"installr", "0.22.0", "stringr"
"jsonlite", "1.6", ""
"kableExtra", "1.1.0", "knitr (>= 1.16), magrittr, stringr (>= 1.0), xml2 (>= 1.1.1),rvest, rmarkdown (>= 1.6.0), readr, scales, viridisLite, stats,grDevices, htmltools, rstudioapi, glue, tools, webshot, digest"
"knitr", "1.26", "evaluate (>= 0.10), highr, markdown, stringr (>= 0.6), yaml(>= 2.1.19), methods, xfun, tools"
"labeling", "0.3", ""
"later", "0.8.0", "Rcpp (>= 0.12.9), rlang"
"lazyeval", "0.2.2", ""
"lubridate", "1.7.4", "stringr, Rcpp (>= 0.12.13),"
"magrittr", "1.5", ""
"markdown", "0.9", "utils, mime (>= 0.3)"
"memoise", "1.1.0", "digest (>= 0.6.3)"
"mime", "0.6", "tools"
"munsell", "0.5.0", "colorspace, methods"
"openssl", "1.3", "askpass"
"openxlsx", "4.1.0", "methods, Rcpp, grDevices, stats, utils, zip"
"PerformanceAnalytics", "1.5.2", "methods, quadprog, zoo"
"pillar", "1.4.2", "cli, crayon (>= 1.3.4), fansi, rlang (>= 0.3.0), utf8 (>=1.1.0), vctrs"
"pkgbuild", "1.0.3", "callr"
"pkgconfig", "2.0.3", "utils"
"pkgload", "1.0.2", "desc, methods, pkgbuild, rlang, rprojroot, rstudioapi, utils,withr, pkgbuild"
"plogr", "0.2.0", ""
"plotly", "4.9.1", "tools, scales, httr, jsonlite (>= 1.6), magrittr, digest,viridisLite, base64enc, htmltools (>= 0.3.6), htmlwidgets (>=1.3), tidyr, hexbin, RColorBrewer, dplyr, tibble, lazyeval (>=0.2.0), rlang, crosstalk, purrr, data.table, promises"
"plyr", "1.8.4", "Rcpp (>= 0.11.0)"
"praise", "1.0.0", ""
"prettyunits", "1.0.2", "magrittr, assertthat, methods"
"processx", "3.3.0", "ps (>= 1.2.0), R6, utils"
"progress", "1.2.1", ""
"promises", "1.0.1", "R6, Rcpp, later, rlang, stats, magrittr"
"ps", "1.3.0", "utils"
"purrr", "0.3.2", "magrittr (>= 1.5), rlang (>= 0.3.1)"
"quadprog", "1.5-5", ""
"quantmod", "0.4-15", "curl,xts,zoo,TTR"
"R6", "2.4.1", ""
"RColorBrewer", "1.1-2", ""
"Rcpp", "1.0.1", "methods, utils"
"readr", "1.3.1", "Rcpp (>= 0.12.0.5), tibble, hms (>= 0.4.1), R6, clipr, crayon,methods"
"readxl", "1.3.1", "cellranger, Rcpp (>= 0.12.18), tibble (>= 1.3.1), utils, progress"
"rematch", "1.0.1", ""
"remotes", "2.1.0", "methods, stats, tools, utils"
"reshape2", "1.4.3", "plyr (>= 1.8.1), Rcpp, stringr"
"rex", "1.1.2", "magrittr, lazyeval"
"rlang", "0.3.4", ""
"rlist", "0.4.6.1", "yaml, jsonlite, XML, data.table"
"rmarkdown", "1.18", "tools, utils, knitr (>= 1.22), yaml (>= 2.1.19), htmltools (>=0.3.5), evaluate (>= 0.13), base64enc, jsonlite, mime, tinytex(>= 0.11), xfun, methods, stringr (>= 1.2.0)"
"roxygen2", "6.1.1", "brew, commonmark, desc (>= 1.2.0), digest, methods, pkgload(>= 1.0.2), purrr, R6 (>= 2.1.2), Rcpp (>= 0.11.0), stringi,stringr (>= 1.0.0), utils, xml2"
"rprojroot", "1.3-2", "backports"
"rstudioapi", "0.10", ""
"rversions", "2.0.1", "curl, utils, xml2 (>= 1.0.0)"
"rvest", "0.3.5", "httr (>= 0.5), magrittr, selectr"
"scales", "1.0.0", "labeling, munsell (>= 0.5), R6, RColorBrewer, Rcpp, viridisLite"
"selectr", "0.4-2", "methods, stringr, R6"
"sessioninfo", "1.1.1", "cli, tools, utils, withr"
"shiny", "1.3.2", ""
"sourcetools", "0.1.7", ""
"stringi", "1.4.3", "tools, utils, stats"
"stringr", "1.4.0", "glue (>= 1.2.0), magrittr, stringi (>= 1.1.7)"
"sys", "3.2", ""
"testthat", "2.1.1", "cli, crayon (>= 1.3.4), digest, magrittr, methods, praise, R6(>= 2.2.0), rlang (>= 0.3.0), withr (>= 2.0.0)"
"tibble", "2.1.1", "cli (>= 1.0.1), crayon (>= 1.3.4), fansi (>= 0.4.0), methods,pillar (>= 1.3.1), pkgconfig (>= 2.0.2), rlang (>= 0.3.1),utils"
"tidyr", "0.8.3", "dplyr (>= 0.7.0), glue, magrittr, purrr, Rcpp, rlang, stringi,tibble, tidyselect (>= 0.2.5), utils"
"tidyselect", "0.2.5", "glue (>= 1.3.0), purrr, rlang (>= 0.2.2), Rcpp (>= 0.12.0)"
"timeDate", "3043102", ""
"timeSeries", "3042102", ""
"tinytex", "0.17", "xfun (>= 0.5)"
"TTR", "0.23-4", "xts (>= 0.10-0), zoo, curl"
"utf8", "1.1.4", ""
"VarianceGamma", "0.4-0", "grDevices, graphics, stats, DistributionUtils,GeneralizedHyperbolic"
"vctrs", "0.1.0", "backports, digest, glue, rlang, zeallot"
"viridisLite", "0.3.0", ""
"whisker", "0.4", ""
"withr", "2.1.2", "stats, graphics, grDevices"
"xfun", "0.11", "stats, tools"
"XML", "3.98-1.19", ""
"xml2", "1.2.0", "Rcpp"
"xopen", "1.0.0", "processx"
"xtable", "1.8-4", "stats, utils"
"xts", "0.11-2", "methods"
"yaml", "2.2.0", ""
"zeallot", "0.1.0", ""
"zip", "2.0.1", ""
"zoo", "1.8-5", "utils, graphics, grDevices, lattice (>= 0.20-27)"

Command

"C:\Program Files\R\R-3.4.4\bin\R.exe" CMD INSTALL --build --compile-both "C:\Projects\Source\PortfolioEL\R\resource\library_download\igraph_1.2.4.1.tar.gz"
 the error highlights the following sequence

c:/Rtools/mingw_32/bin/g++  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"     -O2 -Wall  -mtune=generic -c simpleraytracer/T
riangle.cpp -o simpleraytracer/Triangle.o
c:/Rtools/mingw_32/bin/g++  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"     -O2 -Wall  -mtune=generic -c simpleraytracer/u
nit_limiter.cpp -o simpleraytracer/unit_limiter.o
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c uuid/R.c -o uuid/R.o
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c uuid/clear.c -o uuid/clear.o
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c uuid/compare.c -o uuid/compare.o
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c uuid/copy.c -o uuid/copy.o
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c uuid/gen_uuid.c -o uuid/gen_uuid.o
uuid/gen_uuid.c: In function 'get_clock':
uuid/gen_uuid.c:433:3: warning: implicit declaration of function 'ftruncate' [-W
implicit-function-declaration]
   if (ftruncate(state_fd, len) < 0) {
   ^
uuid/gen_uuid.c: At top level:
uuid/gen_uuid.c:134:12: warning: 'getuid' defined but not used [-Wunused-functio
n]
 static int getuid (void)
            ^
uuid/gen_uuid.c:317:12: warning: 'flock' defined but not used [-Wunused-function
]
 static int flock(int fd, int op)
            ^
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c uuid/isnull.c -o uuid/isnull.o
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c uuid/pack.c -o uuid/pack.o
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c uuid/parse.c -o uuid/parse.o
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c uuid/unpack.c -o uuid/unpack.o
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c uuid/unparse.c -o uuid/unparse.o
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c rinterface.c -o rinterface.o
rinterface.c: In function 'R_igraph_status_handler':
rinterface.c:2321:7: warning: variable 'ecint' set but not used [-Wunused-but-se
t-variable]
   int ecint;
       ^
rinterface.c: In function 'R_igraph_is_chordal':
rinterface.c:7828:7: warning: variable 'c_result' set but not used [-Wunused-but
-set-variable]
   int c_result;
       ^
rinterface.c: In function 'R_igraph_cohesive_blocks':
rinterface.c:8154:7: warning: variable 'c_result' set but not used [-Wunused-but
-set-variable]
   int c_result;
       ^
rinterface.c: In function 'R_igraph_community_leading_eigenvector':
rinterface.c:8293:7: warning: variable 'c_result' set but not used [-Wunused-but
-set-variable]
   int c_result;
       ^
rinterface.c: In function 'R_igraph_scg_semiprojectors':
rinterface.c:8423:7: warning: variable 'c_result' set but not used [-Wunused-but
-set-variable]
   int c_result;
       ^
rinterface.c: In function 'R_igraph_laplacian':
rinterface.c:8493:7: warning: variable 'c_result' set but not used [-Wunused-but
-set-variable]
   int c_result;
       ^
rinterface.c: In function 'R_igraph_scg_adjacency':
rinterface.c:8567:7: warning: variable 'c_result' set but not used [-Wunused-but
-set-variable]
   int c_result;
       ^
rinterface.c: In function 'R_igraph_scg_stochastic':
rinterface.c:8769:7: warning: variable 'c_result' set but not used [-Wunused-but
-set-variable]
   int c_result;
       ^
rinterface.c: In function 'R_igraph_scg_laplacian':
rinterface.c:8971:7: warning: variable 'c_result' set but not used [-Wunused-but
-set-variable]
   int c_result;
       ^
rinterface.c: In function 'R_SEXP_to_attr_comb':
rinterface.c:177:35: warning: 'n' may be used uninitialized in this function [-W
maybe-uninitialized]
     if (isNull(names) || strlen(n)==0) {
                                   ^
rinterface.c: In function 'R_igraph_get_shortest_paths':
rinterface.c:4512:28: warning: 'evects' may be used uninitialized in this functi
on [-Wmaybe-uninitialized]
   igraph_vector_t *vects, *evects;
                            ^
rinterface.c:4512:20: warning: 'vects' may be used uninitialized in this functio
n [-Wmaybe-uninitialized]
   igraph_vector_t *vects, *evects;
                    ^
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c rinterface_extra.c -o rinterface_extra
.o
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I/inclu
de/libxml2 -I/include -DLIBXML_STATIC -DUSING_R -DHAVE_FMEMOPEN=0 -DHAVE_OPEN_ME
MSTREAM=0 -DHAVE_RINTF -DWin32 -DHAVE_LIBXML -Wall -DPACKAGE_VERSION=\"1.2.4\" -
DHAVE_FMIN=1 -DHAVE_LOG2=1 -DHAVE_SNPRINTF -Ics -I/include -DHAVE_GLPK=1 -Iplfit
 -Iprpack -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -I. -Iinclude -ICHOLMOD
/Include -IAMD/Include -ICOLAMD/Include -ISuiteSparse_config -DNDEBUG -DNPARTITI
ON -DNTIMER -DNCAMD -DNPRINT -I/include    -I"C:/Rtools/local323/include/libxml2
" -I"C:/Rtools/glpk-4.65/src"  -DINTERNAL_ARPACK -I. -I/include -DHAVE_GFORTRAN
  -O3 -Wall  -std=gnu99 -mtune=generic -c lazyeval.c -o lazyeval.o
c:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o igraph.dll tmp.def AMD/S
ource/amd.o AMD/Source/amd_1.o AMD/Source/amd_2.o AMD/Source/amd_aat.o AMD/Sourc
e/amd_control.o AMD/Source/amd_defaults.o AMD/Source/amd_dump.o AMD/Source/amd_g
lobal.o AMD/Source/amd_info.o AMD/Source/amd_order.o AMD/Source/amd_post_tree.o
AMD/Source/amd_postorder.o AMD/Source/amd_preprocess.o AMD/Source/amd_valid.o AM
D/Source/amdbar.o CHOLMOD/Check/cholmod_check.o CHOLMOD/Check/cholmod_read.o CHO
LMOD/Check/cholmod_write.o CHOLMOD/Cholesky/cholmod_amd.o CHOLMOD/Cholesky/cholm
od_analyze.o CHOLMOD/Cholesky/cholmod_colamd.o CHOLMOD/Cholesky/cholmod_etree.o
CHOLMOD/Cholesky/cholmod_factorize.o CHOLMOD/Cholesky/cholmod_postorder.o CHOLMO
D/Cholesky/cholmod_rcond.o CHOLMOD/Cholesky/cholmod_resymbol.o CHOLMOD/Cholesky/
cholmod_rowcolcounts.o CHOLMOD/Cholesky/cholmod_rowfac.o CHOLMOD/Cholesky/cholmo
d_solve.o CHOLMOD/Cholesky/cholmod_spsolve.o CHOLMOD/Core/cholmod_aat.o CHOLMOD/
Core/cholmod_add.o CHOLMOD/Core/cholmod_band.o CHOLMOD/Core/cholmod_change_facto
r.o CHOLMOD/Core/cholmod_common.o CHOLMOD/Core/cholmod_complex.o CHOLMOD/Core/ch
olmod_copy.o CHOLMOD/Core/cholmod_dense.o CHOLMOD/Core/cholmod_error.o CHOLMOD/C
ore/cholmod_factor.o CHOLMOD/Core/cholmod_memory.o CHOLMOD/Core/cholmod_sparse.o
 CHOLMOD/Core/cholmod_transpose.o CHOLMOD/Core/cholmod_triplet.o CHOLMOD/Core/ch
olmod_version.o CHOLMOD/MatrixOps/cholmod_drop.o CHOLMOD/MatrixOps/cholmod_horzc
at.o CHOLMOD/MatrixOps/cholmod_norm.o CHOLMOD/MatrixOps/cholmod_scale.o CHOLMOD/
MatrixOps/cholmod_sdmult.o CHOLMOD/MatrixOps/cholmod_ssmult.o CHOLMOD/MatrixOps/
cholmod_submatrix.o CHOLMOD/MatrixOps/cholmod_symmetry.o CHOLMOD/MatrixOps/cholm
od_vertcat.o CHOLMOD/Modify/cholmod_rowadd.o CHOLMOD/Modify/cholmod_rowdel.o CHO
LMOD/Modify/cholmod_updown.o CHOLMOD/Partition/cholmod_camd.o CHOLMOD/Partition/
cholmod_ccolamd.o CHOLMOD/Partition/cholmod_csymamd.o CHOLMOD/Partition/cholmod_
metis.o CHOLMOD/Partition/cholmod_nesdis.o CHOLMOD/Supernodal/cholmod_super_nume
ric.o CHOLMOD/Supernodal/cholmod_super_solve.o CHOLMOD/Supernodal/cholmod_super_
symbolic.o COLAMD/Source/colamd.o COLAMD/Source/colamd_global.o DensityGrid.o De
nsityGrid_3d.o NetDataTypes.o NetRoutines.o SuiteSparse_config/SuiteSparse_confi
g.o adjlist.o arpack.o array.o atlas.o attributes.o basic_query.o bfgs.o bigint.
o bignum.o bipartite.o blas.o bliss.o bliss/bliss_heap.o bliss/defs.o bliss/grap
h.o bliss/orbit.o bliss/partition.o bliss/uintseqhash.o bliss/utils.o cattribute
s.o centrality.o cliquer/cliquer.o cliquer/cliquer_graph.o cliquer/reorder.o cli
ques.o clustertool.o cocitation.o cohesive_blocks.o coloring.o community.o compl
ex.o components.o conversion.o cores.o cs/cs_add.o cs/cs_amd.o cs/cs_chol.o cs/c
s_cholsol.o cs/cs_compress.o cs/cs_counts.o cs/cs_cumsum.o cs/cs_dfs.o cs/cs_dmp
erm.o cs/cs_droptol.o cs/cs_dropzeros.o cs/cs_dupl.o cs/cs_entry.o cs/cs_ereach.
o cs/cs_etree.o cs/cs_fkeep.o cs/cs_gaxpy.o cs/cs_happly.o cs/cs_house.o cs/cs_i
pvec.o cs/cs_leaf.o cs/cs_load.o cs/cs_lsolve.o cs/cs_ltsolve.o cs/cs_lu.o cs/cs
_lusol.o cs/cs_malloc.o cs/cs_maxtrans.o cs/cs_multiply.o cs/cs_norm.o cs/cs_per
mute.o cs/cs_pinv.o cs/cs_post.o cs/cs_print.o cs/cs_pvec.o cs/cs_qr.o cs/cs_qrs
ol.o cs/cs_randperm.o cs/cs_reach.o cs/cs_scatter.o cs/cs_scc.o cs/cs_schol.o cs
/cs_spsolve.o cs/cs_sqr.o cs/cs_symperm.o cs/cs_tdfs.o cs/cs_transpose.o cs/cs_u
pdown.o cs/cs_usolve.o cs/cs_util.o cs/cs_utsolve.o decomposition.o distances.o
dotproduct.o dqueue.o drl_graph.o drl_graph_3d.o drl_layout.o drl_layout_3d.o dr
l_parse.o eigen.o embedding.o fast_community.o feedback_arc_set.o flow.o foreign
-dl-lexer.o foreign-dl-parser.o foreign-gml-lexer.o foreign-gml-parser.o foreign
-graphml.o foreign-lgl-lexer.o foreign-lgl-parser.o foreign-ncol-lexer.o foreign
-ncol-parser.o foreign-pajek-lexer.o foreign-pajek-parser.o foreign.o forestfire
.o fortran_intrinsics.o games.o gengraph_box_list.o gengraph_degree_sequence.o g
engraph_graph_molloy_hash.o gengraph_graph_molloy_optimized.o gengraph_mr-connec
ted.o gengraph_powerlaw.o gengraph_random.o glet.o glpk_support.o gml_tree.o hac
ks.o heap.o igraph_buckets.o igraph_cliquer.o igraph_error.o igraph_estack.o igr
aph_fixed_vectorlist.o igraph_grid.o igraph_hashtable.o igraph_heap.o igraph_hrg
.o igraph_hrg_types.o igraph_marked_queue.o igraph_psumtree.o igraph_set.o igrap
h_stack.o igraph_strvector.o igraph_trie.o infomap.o infomap_FlowGraph.o infomap
_Greedy.o infomap_Node.o interrupt.o iterators.o lad.o lapack.o layout.o layout_
dh.o layout_fr.o layout_gem.o layout_kk.o lsap.o matching.o math.o matrix.o maxi
mal_cliques.o memory.o microscopic_update.o mixing.o motifs.o operators.o optima
l_modularity.o other.o paths.o plfit/error.o plfit/gss.o plfit/kolmogorov.o plfi
t/lbfgs.o plfit/options.o plfit/plfit.o plfit/zeta.o pottsmodel_2.o progress.o p
rpack.o prpack/prpack_base_graph.o prpack/prpack_igraph_graph.o prpack/prpack_pr
eprocessed_ge_graph.o prpack/prpack_preprocessed_gs_graph.o prpack/prpack_prepro
cessed_scc_graph.o prpack/prpack_preprocessed_schur_graph.o prpack/prpack_result
.o prpack/prpack_solver.o prpack/prpack_utils.o qsort.o qsort_r.o random.o rando
m_walk.o sbm.o scan.o scg.o scg_approximate_methods.o scg_exact_scg.o scg_kmeans
.o scg_optimal_method.o scg_utils.o separators.o sir.o spanning_trees.o sparsema
t.o spectral_properties.o spmatrix.o st-cuts.o statusbar.o structural_properties
.o structure_generators.o sugiyama.o topology.o triangles.o type_indexededgelist
.o types.o vector.o vector_ptr.o version.o visitors.o walktrap.o walktrap_commun
ities.o walktrap_graph.o walktrap_heap.o zeroin.o dgetv0.o dlaqrb.o dmout.o dnai
tr.o dnapps.o dnaup2.o dnaupd.o dnconv.o dneigh.o dneupd.o dngets.o dsaitr.o dsa
pps.o dsaup2.o dsaupd.o dsconv.o dseigt.o dsesrt.o dseupd.o dsgets.o dsortc.o ds
ortr.o dstatn.o dstats.o dstqrb.o dvout.o ivout.o second.o simpleraytracer/Color
.o simpleraytracer/Light.o simpleraytracer/Point.o simpleraytracer/RIgraphRay.o
simpleraytracer/Ray.o simpleraytracer/RayTracer.o simpleraytracer/RayVector.o si
mpleraytracer/Shape.o simpleraytracer/Sphere.o simpleraytracer/Triangle.o simple
raytracer/unit_limiter.o uuid/R.o uuid/clear.o uuid/compare.o uuid/copy.o uuid/g
en_uuid.o uuid/isnull.o uuid/pack.o uuid/parse.o uuid/unpack.o uuid/unparse.o ri
nterface.o rinterface_extra.o lazyeval.o -L/lib -lxml2 -liconv -lz -lws2_32 -L/l
ib -lglpk -lgmp -L/lib -LC:/PROGRA~1/R/R-34~1.4/bin/i386 -lRblas -LC:/PROGRA~1/R
/R-34~1.4/bin/i386 -lRlapack -LC:/Rtools/local323/lib/i386 -LC:/Rtools/local323/
lib -LC:/Rtools/glpk-4.65/w32 -lgfortran -lm -lquadmath -LC:/PROGRA~1/R/R-34~1.4
/bin/i386 -lR
C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mi
ngw32/bin/ld.exe: cannot find -lglpk
collect2.exe: error: ld returned 1 exit status
no DLL was created
ERROR: compilation failed for package 'igraph'
* removing 'C:/Program Files/R/R-3.4.4/library/igraph'
 I hope it helps
 Thank you very much
 Emanuele

Emanuele Cecere - C.E.O.

emanuele.cecere using inchcapital.com

 
InchCapital s.r.l.

Via Cusago, 59 - 20153 Milano

Tel.: 02/49716863 - Mobile: 3282005906

 
 
 
Se non desidera ricevere i nostri approfondimenti, né le e-mail sui contenuti relativi a The Inch Magazine www.inchcapital.com la invitiamo comunicarcelo stesso mezzo.
La nostra Privacy Policy pubblicata sul sito www.inchcapital.com spiega le modalità di elaborazione dei suoi dati personali e quali sono i suoi diritti in materia di riservatezza dei dati.

Importante avvertenza legale: Il presente documento ha scopo puramente informativo e non rappresenta una sollecitazione all'acquisto o alla vendita di un titolo né alla presentazione di un'offerta di acquisto o sottoscrizione. Fatta eccezione per i casi consentiti dalla legge in vigore sui diritti d’autore, è fatto divieto di riprodurre, adattare, caricare su parti terze, collegare, inquadrare, pubblicare, distribuire o trasmettere queste informazioni in qualsiasi forma con qualsiasi processo senza lo specifico consenso scritto di InchCapital s.r.l. che non sarà resa responsabile in alcun modo per eventuali perdite o danni subiti in seguito all’utilizzo o all’accesso a queste informazioni.

 
 

	[[alternative HTML version deleted]]



More information about the R-SIG-Finance mailing list