It's important to look at the CRAN documentation, where it is quite clear there are NO Windows binaries for this package.
My suggestion -- set up the (freeware) VirtualBox or a similar Virtual Machine environment, install a Linux OS virtually, and install there. If there is no Windows binary on CRAN, there is likely a very good reason. You may actually find that something like Lubuntu or Linux Mint are more convenient for working with R. JN On 15-07-24 09:54 AM, Yasin Gocgun wrote: > Hi, > > Thanks for your email. When I use that line, I received the following > messages from R: > > package ‘Rcplex’ is available as a source package but not as a binary > > package ‘Rcplex’ is not available (for R version 3.1.1) > > So, do you see what the problem is? > > Thank you, > > Yasin > > On Fri, Jul 24, 2015 at 4:04 PM, Rui Barradas <ruipbarra...@sapo.pt> wrote: >> Hello, >> >> Try >> >> install.packages("Rcplex") >> >> That's it. >> >> Hope this helps, >> >> Rui Barradas >> >> Em 24-07-2015 12:20, Yasin Gocgun escreveu: >>> >>> Hi, >>> >>> I need to know how to completely install Rcplex to be able to use >>> cplex in R. According to the instructions given in the following >>> webpage, I edited the Makevars.win file: >>> >>> https://cran.r-project.org/web/packages/Rcplex/INSTALL >>> >>> The revised Makevars.win file includes only the following lines: >>> >>> PKG_CPPFLAGS=-I/C:/ilog/CPLEX_Studio122/include >>> >>> PKG_LIBS=-L/C:/ilog/CPLEX_Studio122/cplex/lib/x64_windows_vs2008/stat_mda-lcplex122 >>> -lm >>> >>> First, I am not sure whether the above lines are completely correct. >>> Second, I don'y know what is the next step in installing and using >>> Rcplex. So can someone help me about this issue? >>> >>> Thank you in advance, >>> >> > > > ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.