Displaying 20 results from an estimated 8000 matches similar to: "1.8.1 on Debian stable"
2004 Mar 19
2
Moving to 1.8.1: can you transfer your package list?
I prefer to use R on a linux box and ultimately need things to end up
there to serve things up using David Firth's excellent CGIwithR and
apache, but one step at a time and I've installed 1.8.1 under win2k.
Another question that I'm sure is simple: is there a simple way to
find the list of installed libraries I had in my 1.7.1 installation
and use that to drive install.packages?
2003 Jul 30
1
Rcgi
I am keen to look at Rcgi as I want to put up some simple bits of R
to do prescribed tasks on HTML form input. Rweb is overkill and
worryingly flexible for what I want and it sounds as if Rcgi is more
what I need. However, I can't get any of the URLs I've found for it
to work over the last few days.
Does anyone have a recent copy they could Email me or a working URL
for it?
TIA,
2003 Oct 13
0
printers: access denied -- but why?
I am running 2.2.3a-12.3 on Debian stable with Win2k machine and an
XP machine on a small home network. I have only just started using
printer support and seemed to have it fine with a postscript and a
"raw" connection for the HP LJ5MP printer (with internal PS) working
fine from W2k and WXP. Then I took the server down as I'll need
another parallel port in it. Rebooted after
2005 May 15
0
Seeking friend for life (not)
I'll take a risk following Uwe's wonderful response to that advert.
I'm looking for someone, perhaps particularly a stats student, who
might want to do a piece of work with me on using R to present and
analyse routine data that psychotherapists might submit on a cgi-bin
interface and perhaps cross-referencing that against some largish
referential data to which I have access.
2007 Oct 12
0
Utility data uploading functions prior to analysing data using CGIwithR
Dear all,
I am developing a small suite of cgi-bin programs on my server that help
provide some things that statistical/psychometric beginners may find
helpful and which are aren't widely available. Some early e.g.s are:
http://www.psyctc.org/stats/R/multirater.html
http://www.psyctc.org/stats/R/CSC1.html
and I'll be adding more to http://www.psyctc.org/stats/ and some that
will be
2001 Mar 24
0
Re: [S] extracting a matrix from a data frame
Try as.matrix(df)
where df may be subsetted.
> From: "Chris Evans" <chris1 at psyctc.org>
> To: s-news at lists.biostat.wustl.edu
> Date: Sat, 24 Mar 2001 19:25:32 -0000
> Content-transfer-encoding: 7BIT
> Subject: [S] extracting a matrix from a data frame
>
> I'm a researcher who often has to do my own statistics for various
> reasons so apologies
2010 Apr 23
1
Oddity with internet access and R 11.0 with Sophos firewall and Windoze XP - solved
Just in case anyone else hits this. I just installed R 11.0 alongside R
10.1.0 (off my D: drive in D:\R\... but I think that's irrelevent) and
all went well, I selected my nearest CRAN mirror (Bristol is the one I
like) and getting the selection list seemed to take ages though it did
come eventually. However, I then got an error message saying that R
couldn't make contact on port 80. I
2008 May 28
4
OT: batch processing XLS files to CSV
Dear R gurus, particularly those of generous M$ tolerance and diverse
gifts and knowledge!
I have an interesting challenge that I will end up crunching in R
involving service usage by patients. Maybe I can do all of it in R but
I can't see how yet.
My situation is that our IT Department can give me loads of XLS files
about patients one of our services have seen. The are one per patient
2011 Sep 20
2
update.packages() as ordinary user, /usr/lib/R/site-library is not writable
I am moving from windoze on a Dell laptop to Debian but I seem to have
hit a snag for R. I managed to find the information to point an
/etc/apt/sources.list entry at my local CRAN repository and have
installed R 2.13.1 for squeeze from the Bristol UK repository.
I installed a number of the additional R packages using synaptic which
reported no errors but when I run my first
2005 Apr 28
0
(Fwd) Re: your membership of the AFT Email list
Totally understood. If you remain "on vacation" (we wish eh?!) and
get further messages like that from the list s'ware, just accept my
standing apologies and delete them.
Very welcome re letter!
Very best,
Chris
------- Forwarded message follows -------
Send reply to: "Alana O'C" <alanaoc at internode.on.net>
From: "Alana O'C"
2011 May 29
1
Oddity: I seem to have a variable in a dataframe that doesn't show in colnames() - can anyone advise?
I may be being dopey, I surely am, but I'm baffled by this. I've been
working, on and off for a few days in R version 2.13.0 (2011-04-13)
i386-pc-mingw32/i386 (32-bit) working it through ESS.
I've got a dataframe created a couple of days back, during the session:
> dim(AllDat)
[1] 27270 94
I came back this morning and misremembered my variables and thought I
had a variable
2007 May 13
2
Oddities upgrading from 2.4.1 to 2.5.0
I'm working on Windoze XP and have for some time installed R in D:\R and
upgraded my packages after installing the new version of R with a bit
of code I think I got from the list:
ip <- installed.packages(lib.loc = "d:\\R\\R-2.4.1\\library")
ip <- ip[ip[,1]!="base" ,1]
install.packages(ip)
This time around that's produced some warning grumbles:
Warning messages:
2012 Aug 01
2
Problem updating packages in 2.15.1 on Ubuntu 12.04
The specific message is:
"Warning: package 'spatial' in library '/usr/lib/R/library' will not be
updated"
and the number of libraries about which that's the complaint is now
increasingly almost daily so clearly something is wrong.
I'm working on a laptop on which I do the recommended Ubuntu updates
daily. I done a standard installation of R 2.15.1 using
2006 Jul 30
1
Power of a single sample binomial test
The only references to this I can find searching the archives are to a
student who asked in relation to his course work on a stats course.
Promise I'm not doing that!
I have a situation in which we want to test proportions against an
expected proportion, binom.test() is great. I'd like to do some post
hoc power tests (the x and n were beyond our control in the survey as
all we could set
2006 Feb 06
5
lme4: Error in getResponseFormula(form) : "Form" must be a two sided formula
I'm sure I'm being stupid so flame away...
R2.2.1 on Windoze (boohoo) latest updates of packages.
I'm exploring a dataset (land) with three variables looking at an
narrowly unbalanced two group (GROUP) ANCOVA of a randomised
controlled trial analysing endpoint score (SFQ.LOCF.ENDPOINT) entering
the baseline score (SFQ.BASELINE) as covariate and the following work
fine:
> res.same
2005 May 08
1
working with CGIwithR
<headline>Short question</headline>:
Do people have advice on debugging R programs running after CGIwithR
inputting of data from forms? Is there a way of setting up fast
local versions if your local machine has to be a windoze (2k) machine
(R 2.1.0) and your server is a Debian, ssh shell only set up running
R 1.8.0? Are there simple guides to ways of not having to invoke R
each
2005 Apr 19
1
controlling the x axis of boxplots
v 2.0.1 (sooooh old!) on Win2k
I think I know the answer to this but I can hope ...
I have data for continuous variables (measures of residents) by a
categorical variable in range (1,22), the units in which they live.
I want to plot these data with a pair of boxplots one above another
with same x-axis (1,22) using par(mfrow=c(2,1)) and then plotting
first for the women then for the men.
2004 Aug 03
1
Unmet dependency prevents r-gnome installation in Debian stable (PR#7151)
Full_Name: Kimmo Uusitalo
Version: 1.8.0-1
OS: Debian 3.0 "Woody"
Submission from: (NULL) (128.214.205.4)
r-gnome 1.8.0-1 requires gdk-imlib2 which is not available in Debian 3.0 stable.
I have the following in /etc/apt/sources.list :
deb http://cran.r-project.org/bin/linux/debian woody main
Btw, it would be very nice to have the newest version of R even for Debian
stable.
2004 Feb 04
5
Date Time Conversion problems...
At one time (version 1.7), the code below used to work for converting and
extracting based on the Date Time. In version 1.8.1, something changed I
know, but I cannot for the life of me figure out what...
Data:
UserName,RequestDate,PO,OrderDate,ExpDelivDate,Vendor,Total
"Woody, Jim",12/19/2002,AP15063,1/7/2003,2/10/2003,Ames ,8570
"Harrold,
2011 Dec 11
1
Samba4 DNS Update failing and crashing Bind
Hello,
I have successfully set up Samba4 on my network, users and can join, and
everything works apart from dns updates to bind. Whenever a client tries to
make an update, my bind9 server crashes, with the following in the log:
Dec 11 15:21:11 CNSRV01 named[3457]: couldn't add command channel ::1#953:
file not found
Dec 11 15:21:11 CNSRV01 named[3457]: zone 0.in-addr.arpa/IN: loaded serial 1