similar to: "#!/usr/bin/R"

Displaying 20 results from an estimated 8000 matches similar to: ""#!/usr/bin/R""

2004 May 10
5
Gmane for list?
Hi all, I was wondering if I might subscribe this list to gmane.org, so I (and everyone else) might view and search in with a newsreader? Also--is there any way to get it indexed by google, maybe along with the r-help list (or is it already but I haven't found it)? Thanks for your consideration W
2004 Apr 28
1
label separators in boxplots with conditioning
Hi R-helpers, I have a data.frame with three columns (lots more reps though in each), like so: 'FOO' 'BAR' 'RESULT' 1 .01 75 1 .05 12 1.1 .01 100 1.1 .05 50 1.2 .01 75 1.2 .05 12 I am calling boxplot(RESULT ~ FOO:BAR, ...) This
2004 May 05
1
weirdness in sourc()ing a dump() (bug?)
Hi all, I dump the result of a long simulation, which I know has run to completion and returned a fairly complex list of lists of things. However, when I try to read it back in, I get the following error: > source ('../SIMULATIONS/run.1.R') Error in structure(list(do.extinction.runs, alpha = 1.8, delta.change = 0.005, : Object "do.extinction.runs" not found I think the
2004 Jun 03
3
printing tabular data nicely
Hi R-heplers, I would like to print various matrices, dataframes, tables, etc to files, preferably nicely formatted postscript for import into papers. Is there a way to do this? I know ?cat, ?writeLines, ?format, ?paste. But I am not sure of a good combination of these in order to get a nice looking table of information. Any ideas? I guess I want (almost) publication ready output, just
2005 Jan 24
1
sprintf("%s\n", a) segfaults R with big a (PR#7554)
Full_Name: Webb S. Version: 2.0.1 OS: Linux Debian Submission from: (NULL) (199.174.209.10) Transcript: > b = 'a small string' > sprintf('foo: %s\n', b) [1] "foo: a small string\n" > a = matrix (ncol=100, nrow=1000, data=c(1,2,3,4,5)) > a.serial = serialize(a, NULL, ascii=TRUE) > sprintf('foo: %s\n', a.serial) Segmentation fault
2009 Jul 23
2
Assigning rank based on total count
Hi all, I am using ACS micro data (PUMS) with one of the columns as a factor for the place of birth (POBPF). I would like to create a column (POBR) containing a rank corresponding to the place of the observation in the POBPF rankings. For example, if a person is from Oregon, Oregon is the most popular Place of Birth, so each person who came from Oregon should have a 1 in their POBR.
2004 May 05
5
cgi/servlets/httpd in R
Hi R-helpers Has anyone had any experience doing CGI or Servlets or using an httpd server in R? Context: we are interested in running dynamic demographic calculations on the internet (life tables, and such) in response to form submissions. I might do simple cgi to get started, but loading in data each time seems like it would be quite, quite slow. I have looked at Rserv, but I am most
2004 Apr 12
3
Line numbers in error messages
Hi all, I have searched but to know avail. Is there a way to get a line number when a function crashes? I am doing an edit->source->run cycle. Feel free to cc me as I subscribe to the list in digest. Thanks W
2004 May 19
4
GUI data browsers
Hi R-helpers, Does anyone know of a good Tk (or other) script that allows somewhat intuitive viewing of all of the variables (especially complex lists) in a session? I would also like to delete, save to file, and rename them graphically. I would also like a lot of supplemental information like class, atrributes, names, modes, whatever else... Context: I am running simulations
2004 May 28
5
vector normal to a plane
Hi All, (I have a degree in math, but I am too embarassed to ask my colleagues, so here goes:) I would like to get a vector normal (orthogonal) to a plane formed by two other vectors. In matlab I do this: v1 = [.4, .6, .8]; v2 = [.9, .7, .2]; nn = cross(v1,v2) (gives ~[-.48, .65, -.24] if I do R> cross(v1, v2), I get .94. Huh? Thanks for all your help, again. W
2009 May 18
11
Zfs and b114 version
http://dlc.sun.com/osol/on/downloads/b114/ This URL makes me think that if I just sit down and figure out how to compile OpenSolaris, I can try b114 now^h^h^h eventually ? I am really eager to try out the new quota support.. has someone already tried compiling it perhaps? How complicated is compiling osol compared to, say, NetBSD/FreeBSD, Linux etc ? (IRIX and its quickstarting??) --
2006 Feb 15
1
Rails on Apache
Hi all, I''m trying to get rails to run under apache and have looked at the various how-to pages, but don''t seem to see an answer to my basic question: Can I do this without using mod-rewrite? Do I have to use .htaccess with various rewrite rules, or can I just do it with a really minimal .htaccess that only says something about the AddHandler for .cgi? -- cheers, Bruce
2019 Aug 10
4
Windows cannot access \\server check the spelling of the name 0x800704cf
So then looking at my config files for both machines you see no problems there? I'm testing now, but I'm wondering if this is only happening on windows 10 clients. Thanks, Rich > Avahi is the usual problem if you use '.local' (which isn't recommended > any more), but the more I think about this, I begin to think this is a > Windows problem. > > Rowland >
2019 Aug 09
2
Windows cannot access \\server check the spelling of the name 0x800704cf
Hello, I am randomly getting this message when attempting to connect to my samba 4 file server by entering \\server in the run command in Windows. If I enter \\ip address then it will work every time. This seems like a DNS issue but not sure why. I am running Samba version 4.9.2 on both the domain controller (dc2) and the file server (fs1) I am using the internal DNS server on the domain
2006 Jun 09
11
Adding routes from plugin
Can anyone tell me how to add routes from plugin? I know it is possible because of this changeset: http://dev.rubyonrails.org/changeset/2967 but i didn''t find way how to do it. retro -- Posted via http://www.ruby-forum.com/.
2006 Mar 27
2
A plotting question - how to get error bars?
Dear R list, Can anyone help with a plotting question? I'm trying to display some data on a plot and I've almost got the format I need (see code below), but 2 things I can't get: 1. How to get "Jan","Feb","Mar" on the x=axis instead of 1:3? 2. How to get "T"s on the end of my error bars like you have in standard scientific plots? Any comments
2019 Aug 12
1
Windows cannot access \\server check the spelling of the name 0x800704cf
>From FS1 (file server): #> cat /etc/hostname fs1.webb.local #> cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 192.168.5.161 fs1.webb.local fs1 #> cat /etc/resolv.conf # Generated by NetworkManager search webb.local nameserver 192.168.5.160 #> host -t A
2019 Aug 13
2
Windows cannot access \\server check the spelling of the name 0x800704cf
Hai Rich, Your output of ipconfig /all Where are these? Primary Dns Suffix . . . . . . . : DNS Suffix Search List. . . . . . : This one is below in the output. Connection-specific DNS Suffix . : Verify above again, if these 3 are all there and set to webb.local Then try this : in you network settings, disable ipv6 Beside ipv6 and the 2 missing outputs, i see the same here on my pc.
2003 Sep 29
5
colours in dotchart (PR#4343)
Problem: neither fg or bg nor color work properly in dotchart. version: R-1.7.1 for windows code which shows the errors: x <- matrix(rnorm(16),ncol=2,dimnames=list(paste("a",1:8,sep=""),c("before","afte r"))) dotchart(x,fg="blue",bg="lightgrey") dotchart(x,color=c("red","blue")) Dr Ian J Wilson Lecturer in
2008 Sep 02
2
Is it safe to delete /bin/[ && /usr/bin/false?
Greetings, Well, I en devoured to install a copy of 7 as an effort to upgrade one of our servers. After installing a few ports, I began to notice: [: -le: argument expected messages being emitted during the configure/make process. I've already invested a fair amount of time on this upgrade, and /really/ don't want to wipe the disk(s) and start all over. This issue is not new to me - see