similar to: running R-code outside of R

Displaying 20 results from an estimated 20000 matches similar to: "running R-code outside of R"

2008 Aug 15
6
continuous coloring of a polygon
R2.7.1, WinXP Hi, I have a polygon inside a circle as follows: radius <- 3 x <- seq(-radius,radius,length=2000) y <- sqrt(radius^2-x^2) xx <- c(x,-x) yy <- c(y,-y) plot(xx,yy, xlim=c(-radius,radius),ylim=c(-radius,radius), type="l", ylab="", xlab="", axes=F) radius <- 2.7 x1 <- seq(-radius,radius,length=2000) y1 <- sqrt(radius^2-x1^2)
2008 Jul 20
2
R interprets symbol as q()
R2.7.1, WinXP Hi, My question is probably easy to answer, but I can't seem to solve it myself. I need to read in a large number of datasets that were generated by another (old) software program. Each data file contains a bunch of additional code generated by the external software. It lists the data per respondent. So first the data for respondent 1, then the data for respondent 2, et
2009 Mar 24
3
r online
Hi, I'd like to execute simple commands and functions in R through a website, is there any service like this somewhere? I only found http://www.osvisions.com/r-online/ but it does not work (last update 2003) and the links to releated websites only give errors (if I calculate 7+3). Thanks for help & hints, Thomas
2006 Jun 03
1
HTML masked (due to Rpad?)
With an older verion of R (I think 2.2.0) and an older version of Rpad I used to use HTML(go, collapse=false) where go is list of objects returned by a function and this worked great. Now that I have done some upgrading (to R 2.3.1 and Rpad 1.1.0) its not working right. I also get a warning when I start R that HTML is masked. And when I do ?HTML R tells me that HTML shows up in to places, Rpad
2012 Jul 24
1
getting error in Rpad::json()
Hi, I am trying to convert an R object to JSON, using Rpad::json. I get the following error when there is an empty vector in there. Using R version 2.15.0 (2012-03-30) on OpenSUSE 11.4 on an Intel machine; Rpad - 1.3.0 >Rpad::json(numeric(0)) > class(Rpad::json(numeric(0))) [1] "json" > Rpad::json(list(x=numeric(0))) Error in res[i] <- json(x[[i]]) : replacement has
2006 Feb 08
1
How to install the server version of rpad
Hi, How can I install the server version of rpad on a website. I have read the instructions in http://www.rpad.org/Rpad/ServerNotes.html, but could not figure out how. Do I have to have something like Apache on the website? Is there any instructions in addition to those on http://www.rpad.org/Rpad/. Thanks, - Reza
2005 Sep 22
4
Questions about R
Sep, 22nd,2005 Dear Authors, Thanks for reading this email. I'm a graduate student from China (PRC) and learning the R at present. Now I have some questions to ask you as I have met some strange problems during installing and running the R environment, which can not be found in the "R FAQ" document (or just I can not find them). It might be useful that I gived you the information
2006 Feb 15
1
R web interfaces for windows IIS
Hi folks, can anyone point me to an R add-on package that will work with the MS-windows IIS server as is? I know from trying that the "CGIwithR" package was not written with IIS in mind. I'm hoping to find package that will work with IIS without having to do any deep magic. much obliged :-) - revansx
2007 Oct 27
1
Unwanted axis labels when rug() has POSIXlt argument (PR#10380)
rug() may add integer axis labels when called with a POSIXlt object as argument. dtimes <- c("09/29/2007 12:54", "09/30/2007 00:14", "10/01/2007 00:14", "10/02/2007 00:14", "10/03/2007 00:14", "10/04/2007 00:14", "10/05/2007 00:14", "10/06/2007 00:14", "10/07/2007
2011 May 05
1
issue with "strange" characters (readHTMLTable)
Thank you. The line of code you give certainly resolves several of the issues. I didn't realize that font support is such a tough matter to realize. Let me express my gratitude to those who provide this for us in R. On 04-05-11, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote: Oh, please! This is about the contributed package XML, not R and not Windows. Some of
2003 Jul 29
2
Rebooting to hard drive from DOS floppy
Hi all, Do any of you have any ideas for getting a DOS floppy to reboot to the hard drive (which may contain Windows 98 or XP or Linux or Novell etc etc)? I want to use syslinux, but it does not support the localboot option like pxelinux and isolinux do. Basically, I want to boot DOS from a floppy, run some DOS stuff, then reboot to the hard drive while leaving the floppy disk in the drive.
2005 Jul 27
4
R Reference Card (especially useful for Newbies)
Newbies (and others!) may find useful the R Reference Card made available by Tom Short and Rpad at http://www.rpad.org/Rpad/Rpad-refcard.pdf or through the "Contributed" link on CRAN (where some other reference cards are also linked). It categorizes and organizes a bunch of R's basic, most used functions so that they can be easily found. For example, paste() is under the
2004 Dec 10
3
R Reference Card (especially useful for Newbies)
Newbies (and others!) may find the R Reference Card made available by Tom Short and Rpad at http://www.rpad.org/Rpad/Rpad-refcard.pdf useful. It categorizes and organizes a bunch of R's (S's) basic, most used functions so that they can be easily found. For example, paste() is under the "Strings" heading and expand.grid() is under "Data Creation." For newbies
2003 May 27
8
[OF] Cable Pinouts
Hi, Digium's E400P has RJ45 conector and my E1 link has BNC concetor. Could someone tell me the cable pinouts to make this conection? thanks Eduardo
2009 Nov 07
2
Rpad and R 2.10.0
I have problems with Rpad and R 2.10.0 (Windows XP and Windows 7, browser is Firefox) Just starting Rpad by library(Rpad) Rpad() opens the browser and displays the .html files and the .Rpad files in my home directory, but these files do not have links and are not clickable. Doing the same in R 2.9.2 gives clickable links in the browser. Furthermore, in both cases an empty graphics window
2014 Dec 09
0
Using of pxelinux configfiles for both BIOS and UEFI boot
On Mon, Dec 8, 2014 at 10:44 AM, Leenders, Peter <Peter.Leenders at computacenter.com> wrote: > This look promising, if I could separate the config files for the different > boot architectures Bios and UEFI. I have 2 different boot files in 2 > different locations, but after startup they both refer to the > tftproot/pxlinux.cfg/default config file. The DHCP Option 209 may solve
2006 Jun 17
1
Having a go at Rpad
Context: FreeBSD 6.1on a pentium 4; apache 2 server up & running; mod_perl installed; java & php 4 working. Willing to use Rpad on an office intranet, I installed the Rpad package (R2HTML was still there) and carefully read the instructions to set up a server. Now, on the server I can start the http://localhost/Rpad homepage, I can click on and browse the three examples
2006 Jul 07
1
Rpad Server Installation on Windows XP
Hello, I have a question about Rpad Server Installation on Windows XP. Here is a guide http://www.rpad.org/Rpad/ServerNotes.html and I have been reading this more than ten times to figure this out, but still having trouble executing a Rpad website properly. Problem: for example, if I go to http://loclhost/Rpad/example1.rpad, I can see the whole website with the page loading sign staying on
2007 May 26
1
Rpad examples having problems with local server
Hi, this is Charlie. I have installed the Rpad on my server (using Fedora Core 6 with httpd2.24-2, mod_perl 2.0.2-6.1, perl 5.8.8 from RPM). When I access to the Rpad (through http://localhost/Rpad/basehtml), it shows me the main page as normal, however, problems occurs when I am testing the examples. It shows me a long message like: ----------------------------------------- #!/usr/bin/perl -w
2009 Jun 06
1
Rpad - avoid removal of manually created html-tags in R chunk
Dear Rpad-users, currently I am setting up a web page using Rpad (www.rpad.org). But I have a problem with generating dynamic html-output in the Rpad chunk. Here an example of my problem: I have the following index.html file: <html> <head> <title>example</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">