similar to: r help search and internet explorer in win2k

Displaying 20 results from an estimated 7000 matches similar to: "r help search and internet explorer in win2k"

2001 Dec 16
1
windows testing, internet
doing make -f Makewfile.win test-Internet in tests gave make[1]: Leaving directory `/cygdrive/d/Work/R-devel/tests' D:/Work/R-devel/bin/Rterm --vanilla LC_ALL=C --internet2 --vanilla < internet.R > internet.Rout2 diff internet.Rout internet.Rout2 99,100c99,100 < unable to resolve 'foo.bar'. < Error in url("http://foo.bar", "r") : cannot open URL
2000 Feb 25
1
r-excel interface code
some of you might be interested. i just uploaded the first release of my r-excel interface package to CRAN. it is in contributed extensions nonstandard extensions erich neuwirth -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
2000 Feb 25
1
r-excel interface code
some of you might be interested. i just uploaded the first release of my r-excel interface package to CRAN. it is in contributed extensions nonstandard extensions erich neuwirth -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
2002 Mar 26
0
some problems with r 1.5.0 on win2k
That was the solution. Perhaps it is worth mentioning in the INSTALL file. Garfield Brown wrote: >>1. Failure in make when starting from scratch >>make in src/gnuwin fails at the first run because it tries to use >>Rpwd.exe. It does, however, create Rpwd.exe before it fails. >>Copying Rpwd.exe to a directory on the path the allows >>a complete pass through make.
2001 Apr 17
0
RE: [Rd] converting body of a function to a a character vector
1. This query belongs in r-help, not in r-devel 2. Pity about your shift key... 3. The function you need is deparse() rather than as.character(): > fff <- function(x) { + x*x + } > deparse(body(fff)) [1] "{" "x * x" "}" > 4. There is a reason why as.character works this way. It transforms to character from a more fundamental representation of
2001 Feb 04
1
help with build on windows needed.
i installed r for window 1.2.1 and suddenly rcmd build does not work any more. C:\work\checked.out>rcmd build Please set TMPDIR to a valid temporary directory C:\work\checked.out>echo %TMPDIR% C:\Documents and Settings\Erich Neuwirth\Local Settings\Temp and this is a valid directory. things worked smoothly in 1.2.0 what can i do? -- Erich Neuwirth, Computer Supported Didactics
2004 Jul 14
5
RGui Titlebar
In the windows version (RGui), is there a way to set the text displayed in the titlebar of the R window? When I have 2 instances of RGui running, it would be helpul if the titlebar could help to understand which is which. -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
2002 Oct 31
1
new package RColorBrewer available
RColorBrewer 0.1-1 is available on CRAN. The packages provides palettes for drawing nice maps shaded according to a variable as an R function. The palettes have been designed by and are copyrighted by the ColorBrewer project. An interactive palette selection tool byt the original designers is available at http://colorbrewer.org -- -- Erich Neuwirth, Computer Supported Didactics Working Group
2002 Oct 31
1
new package RColorBrewer available
RColorBrewer 0.1-1 is available on CRAN. The packages provides palettes for drawing nice maps shaded according to a variable as an R function. The palettes have been designed by and are copyrighted by the ColorBrewer project. An interactive palette selection tool byt the original designers is available at http://colorbrewer.org -- -- Erich Neuwirth, Computer Supported Didactics Working Group
2001 Dec 13
1
windows build
with todays r-devel..tar.gz make distribution hangs on my win98 machine. this is the las message i see MAKE[2]: Leaving directory `/cygdrive/c/devel/R-devel/src/gnuwin32/bitmap/jpeg-6 b' cp Rbitmap.dll ../../../bin MAKE[1]: Leaving directory `/cygdrive/c/devel/R-devel/src/gnuwin32/bitmap' after that, the it seems that sed is running and somehow hangs. i do have the tools from brians
2004 Apr 19
3
New unique name
In some languages there is a function gensym() which returns a new unique name (in the current environment). This is quite helpful when one has to do temporary assignments. I could not find such a function in R. Is there one? -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
2001 Nov 12
3
histogram question
hist(rbinom(1000,10,0.5),col=2,xlim=c(0,10),ylim=c(0,300)) gives a histogram with "touching bars" hist(rbinom(100000,10,0.5),col=2,xlim=c(0,10),ylim=c(0,30000)) gives a histogram with space between the bars. is there a way to control the space betweent he bars easily? -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at
1999 Sep 29
1
date() in win version
when i do print(date()) the output is [1] "Wed Sep 29 09:13:04 1999\n" ios it on purpose the the linfeed is shown as abbreviation and not done? -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2005 Dec 22
1
Hiding a function from ls()
I need to define a small helper function which should not be listed by ls(). What is the best and cleanest way of achieving this? -- Erich Neuwirth, University of Vienna Faculty of Computer Science Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
2004 Sep 08
4
factor always have type integer
typeof applied to a factor always seems to return "integer", independently of the type of the levels. This has a strange side effect. When a variable is "imported" into a data frame, its type changes. character variables automatically are converted to factors when imported into data frames. Here is an example: > v1<-1:3 >
2004 Jun 22
0
R (D)COM server, new release
Today we uploaded a new release of the R (D)COM server for Windows to CRAN. It is release 1.35 The software is much more stable, and there are quite a few improvements. Excerpts from the NEWS file: RServerManager has been added. This provides a repository for R COM servers. See the samples and the additional documentation Partial rewrite of the code for SetSymbol() and GetSymbol(). Now
2004 Jun 22
0
R (D)COM server, new release
Today we uploaded a new release of the R (D)COM server for Windows to CRAN. It is release 1.35 The software is much more stable, and there are quite a few improvements. Excerpts from the NEWS file: RServerManager has been added. This provides a repository for R COM servers. See the samples and the additional documentation Partial rewrite of the code for SetSymbol() and GetSymbol(). Now
2004 Apr 13
1
Execute function at startup
It would be convenient to have something like Rgui runfist="myfunction()" in Windows. The reason: AFAIK Rgui does not accept piped input (RGui < myfile.R does not seem to work). A solution could be to put a few fuctions in Rprofile and then give the name for one of these functions to be executed at startup as a command line parameter to Rgui. Can something like this be done? --
2004 Apr 13
1
Execute function at startup
It would be convenient to have something like Rgui runfist="myfunction()" in Windows. The reason: AFAIK Rgui does not accept piped input (RGui < myfile.R does not seem to work). A solution could be to put a few fuctions in Rprofile and then give the name for one of these functions to be executed at startup as a command line parameter to Rgui. Can something like this be done? --
2002 Mar 29
3
system in windows
i want to call "c:/Program Files/Netscape/Communicator/Program/netscape.exe" with system but system("c:/Program Files/Netscape/Communicator/Program/netscape.exe") does not work because of the blank. system('"c:/Program Files/Netscape/Communicator/Program/netscape.exe"',wait=FALSE) works exactly like i want. when i set options(browser="c:/Program