search for: r_tcl

Displaying 8 results from an estimated 8 matches for "r_tcl".

Did you mean: btcl
2005 Apr 24
1
installing R-2.1.0 from source on Fedora Core 3 with tcltk
...--with-tcltk (The --with-tcltk may not be necessary, but there seems to be some correlation between using it and getting it to work.) It would not compile with tcltk, even though I had both tcl and tk rpms installed. Various fooling around let me to get http://www.murdoch-sutherland.com/Rtools/R_Tcl.zip (even though it is supposedly for Windows), unzip it in the R-2.0.0/ directory (where the tar file put itself), and also install rpms for tcl-devel and tk-devel, which I did not have. When I did both of these things, it worked. Either one of them alone (the ..devel rpms or the R_Tcl.zip) did...
2005 Apr 25
1
installing R-2.1.0 from source on Fedora Core 3 with tclt k
...y not be necessary, but there seems to be > some correlation between using it and getting it to work.) > > It would not compile with tcltk, even though I had both tcl and > tk rpms installed. > > Various fooling around let me to get > http://www.murdoch-sutherland.com/Rtools/R_Tcl.zip (even though it is supposedly for Windows), unzip it in the R-2.0.0/ directory (where the tar file put itself), and also install rpms for tcl-devel and tk-devel, which I did not have. When I did both of these things, it worked. Either one of them alone (the ..devel rpms or the R_Tcl.zip) did...
2003 Sep 30
3
Adding Tk extensions to R for windows
...9;m focusing on Windows users who start with nothing. I have built Tcl/Tk and Tktable for windows using Msys/MinGW. (BWidget contains only Tcl scripts so does not need building.) I have then copied Tktable and BWidget into the lib subdirectory of the Tcl directory in R source, created by unzipping R_Tcl.zip from Brian Ripley's webpage. (I should also try creating the entire R_Tcl.zip myself, rather than mixing and matching.) Finally I have followed the instructions in src/gnuwin32/INSTALL including "make distribution" which has built an R installation wizard including the Tk extensi...
2003 May 20
3
Tcltk question for R people
Hello... Curious to know whether the TK extensions “Tktable” and “Iwidgets” will be included in future versions of R (full installation). These are key components of GUI construction and would be very useful in my current R-tcltk endeavors. I realize that I could just install a version of ActiveTcl, which includes the extensions; however, my goal is to eventually distribute my work keeping
2007 Sep 14
2
Cross Compiling
...es that work under windows as well as Linux. I have tried to follow the directions at http://cran.r-project.org/doc/contrib/cross-build.pdf which is the document "Building Microsoft Windows Versions of R and R packages under Intel Linux". This has been very helpful. However, the file R_Tcl.zip is no longer available, so I cannot compile R for Windows using the "make R" command as described in the document. Is it necessary to have the Tcl sources in there? If it is, how should the directions be modified to enable the complete compilation of R? None of my code contains C,...
2003 Mar 30
2
R-devel (1.7 to be) on windows XP
...r make check.) But the file base-Ex.Rout has as last line quit('no'), which I take to mean the rest of the checks went well? make in directory \bitmap went without error messages, (but I had to say just make and not make bitmapdll as INSTALL says.) Then, after installing the files from R_Tcl.zip using unzip from the tools collection: C:\R\R17beta\R-1.7.0\src\gnuwin32>make tcl make tcl ---------- Making package tcltk ------------ adding build stamp to DESCRIPTION making DLL ... gcc -IC:/R/R17beta/R-1.7.0/src/include -Wall -O2 -I "C:/R/R17beta/R- 1.7.0/Tcl"/include -...
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...$(RCB)/WinRlibs ## current versions R = R-2.0.0 ## snapshot R is only available at ftp://ftp.stat.math.ethz.ch/Software/R ifeq ($(findstring devel, $(R)), devel) RURL = ftp://ftp.stat.math.ethz.ch/Software/R REXT = tar.gz else RURL = http://cran.us.r-project.org/src/base/R-2 REXT = tar.gz endif R_TCL_URL = http://www.murdoch-sutherland.com/Rtools/R_Tcl.zip #MINGW_CROSS = mingw-cross2 now: MINGW_CROSS = mingw-cross4 ## R_EXE LinuxFresh = YES ifeq ($(strip $(LinuxFresh)),YES) R_EXE = $(LINUXR)/R/bin/R else R_EXE = R endif default: @echo "syntax:" @echo "make <target>&qu...
2005 Aug 23
0
problems installing R from source: R-2.1.1 Windows XP
...ource code from CRAN : R-2.1.1.tar.gz * Ran ‘tar zxvf R-2.1.1.tar.gz’ in a CMD terminal window. Everything worked fine. I got my R-2.1.1 folder in C:/Rsource. * I got the iconv.dll file downloaded and unzipped it in C:/Rsource/src/gnuwin32/unicode. No problem there. * I also unzipped R_Tcl.zip in C:/Rsource. * I got the files libpng-1.2.8.tar.gz and jpegsrc.v6b.tar.gz, put them in C:/Rsource/src/gnumin32/bitmap/ and unzipped them there. * I installed the HTML help workshop in C:/. * I installed the R tools (the latest version of it) in C:/. * I installed the Perl 5 i...