Displaying 20 results from an estimated 33 matches for "flinder".
Did you mean:
finder
2003 Jan 08
1
update.packages through proxy failing
...ot;Modeules" folder and
proceeding as usual. When I tried "update packages" from the menu in R, I
got an "Rgui.exe has prodeced errors and is generating an error log" message
and crash.
2) I used the following code
print(Sys.putenv("HTTP_PROXY"="http://www.flinders.edu.au/proxy.pac/",
password="mypassword"))
[1] TRUE TRUE
> Sys.getenv("HTTP_PROXY")
HTTP_PROXY
"http://www.flinders.edu.au/proxy.pac/"
> update.packages()
trying URL `http://cran.r-project.org/bin/windows/contrib/PACKAGES'...
2005 Jan 24
1
package dependency error on loading lme4
...t;
$status
[1] ""
$major
[1] "2"
$minor
[1] "0.1"
$year
[1] "2004"
$month
[1] "11"
$day
[1] "15"
$language
[1] "R"
Cheers, Duncan
*****************************************
Dr. Duncan Mackay
School of Biological Sciences
Flinders University
GPO Box 2100
Adelaide
S.A. 5001
AUSTRALIA
Ph (08) 8201 2627 FAX (08) 8201 3015
http://www.scieng.flinders.edu.au/biology/people/mackay_d/index.html
2005 Mar 04
1
Rconsole wishlist
...ave an easier mechanism to save a complete record of messages and
function output). And on a similar vein, wouldn't it also be nice if R
automatically entered a date stamp into the history file??
Duncan
*****************************************
Dr. Duncan Mackay
School of Biological Sciences
Flinders University
GPO Box 2100
Adelaide
S.A. 5001
AUSTRALIA
Ph (08) 8201 2627 FAX (08) 8201 3015
http://www.scieng.flinders.edu.au/biology/people/mackay_d/index.html
[[alternative HTML version deleted]]
2005 Aug 09
5
RGUI crash when opening script in XP Home enviroment
If there is a helpfile open (f.e ?glm) and it is the top window, then
an exception error occurs (closing RGUI)
when I hit the open file button.
If the helpfile is not the top window (of the RGUI) I am able to open a
new script without any error.
The RGUI is not closing complete there is a blank screen left which I
have to close with the X Button or Taskmanager
Windows XP Home - German Version
2001 Sep 14
1
converting numeric to ordered
...0
[2,] 1 0 1
[3,] 0 1 0
> yyy <- apply(xxx,2,as.ordered)
> yyy
[,1] [,2] [,3]
[1,] 1 2 1
[2,] 2 1 2
[3,] 1 2 1
> apply(yyy,2,is.ordered)
[1] FALSE FALSE FALSE
Duncan
*******************************************
Dr. Duncan Mackay
Biology
Flinders University
GPO Box 2100
Adelaide
S.A. 5001
AUSTRALIA
Ph (08) 8201 2627 FAX (08) 8201 3015
http://www.bio.flinders.edu.au/dam/damres.htm
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.h...
2008 Apr 24
1
mysterious (to me) automatic loading of packages when R starts up
...pe 'q()' to quit R.
Loading required package: proto
Loading required package: grid
Loading required package: reshape
[Previously saved workspace restored]
"
____________________________________________________________________________
__
Dr. Duncan Mackay
School of Biological Sciences
Flinders University
GPO Box 2100
Adelaide
S.A. 5001
AUSTRALIA
Phone 61-8-82012627
FAX 61-8-82013015
http://www.scieng.flinders.edu.au/biology/people/academic/mackay_d/index.htm
l
2006 Jan 27
1
Justification of dendrogram labels
...produced a dendrogram via agnes and
plotted it with pltree. The dendrogram terminal branch labels seem to be
centre-justified by default and I was hoping to change this to left
justification. Thanks,
Duncan
*****************************************
Dr. Duncan Mackay
School of Biological Sciences
Flinders University
GPO Box 2100
Adelaide
S.A. 5001
AUSTRALIA
Ph (08) 8201 2627 FAX (08) 8201 3015
http://www.scieng.flinders.edu.au/biology/people/mackay_d/index.html
[[alternative HTML version deleted]]
2005 Nov 08
4
bug in windows GUI/script editor (PR#8288)
Full_Name: Roberto Ugoccioni
Version: 2.2.0
OS: Windows 2000
Submission from: (NULL) (193.203.232.5)
Running Windows 2000 Professional, all patches up to nov 8, 2005.
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor 2.0
year 2005
2005 Nov 08
4
bug in windows GUI/script editor (PR#8288)
Full_Name: Roberto Ugoccioni
Version: 2.2.0
OS: Windows 2000
Submission from: (NULL) (193.203.232.5)
Running Windows 2000 Professional, all patches up to nov 8, 2005.
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor 2.0
year 2005
2004 Oct 12
1
(PR#7277) Re: strange windows behaviour after changing
...tried editing the Rconsole to switch to SDI, and the problems
> didn't appear under SDI.
> Thanks, Duncan
>
>
>
>
> -----Original Message-----
> From: Prof Brian Ripley [mailto:ripley@stats.ox.ac.uk]
> Sent: Monday, 11 October 2004 6:04 PM
> To: duncan.mackay@flinders.edu.au
> Cc: R-bugs@biostat.ku.dk; r-devel@stat.math.ethz.ch
> Subject: Re: (PR#7277) Re: [Rd] strange windows behaviour after changing
> "lines" GUI setting (PR#7277)
>
>
> On Mon, 11 Oct 2004, Prof Brian Ripley wrote:
>
> > Doesn't happen for me (on tw...
2006 Mar 23
5
RGui: windows-record and command history
a) How can I set the recording of all windows()-history forever to
"true"? I want something like windows(record = TRUE) but not just for
the window that opens then, but for all windows I will open ever.
b) Scrolling up in RGui (windows 2000) to see past commands is nice,
but: Is it possible to type eg "wi" and the "arrow up" and see the
last command that started with
2006 Mar 23
5
RGui: windows-record and command history
a) How can I set the recording of all windows()-history forever to
"true"? I want something like windows(record = TRUE) but not just for
the window that opens then, but for all windows I will open ever.
b) Scrolling up in RGui (windows 2000) to see past commands is nice,
but: Is it possible to type eg "wi" and the "arrow up" and see the
last command that started with
2005 Aug 09
8
Digest reading is tedious
Like many, I am sure, I get R-Help in digest form. Its easy enough to
browse the
subject lines, but then if an entry interests you, you have to embark
on this tedious search or scroll to find it.
It would be great to have a "clickable" digest, where the topics list
is a set of pointers, and clicking on a topic
takes you to that entry. I can think of at least one way to do this via
2001 Aug 27
4
plotting dendrograms from cluster analyses
...pages so that the plot is stetched out horizontally and the tip
labels become readable. Is that possible? More generally, how does one print
out large plots over several pages?? Can that be done?
Many thanks for any help,
Duncan
*******************************************
Dr. Duncan Mackay
Biology
Flinders University
GPO Box 2100
Adelaide
S.A. 5001
AUSTRALIA
Ph (08) 8201 2627 FAX (08) 8201 3015
http://www.bio.flinders.edu.au/dam/damres.htm
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.h...
2003 Nov 20
1
Hidden Rhistory files
...le, the problem goes away. But
why did the files get that attribute in the first place? Is this
something that R itself may have done? I'm running R Version 1.8.0
(2003-10-08) under WinXP.
Cheers, Duncan
*****************************************
Dr. Duncan Mackay
School of Biological Sciences
Flinders University
GPO Box 2100
Adelaide
S.A. 5001
AUSTRALIA
Ph (08) 8201 2627 FAX (08) 8201 3015
http://www.scieng.flinders.edu.au/biology/people/mackay_d/index.html
2004 Feb 26
0
se.contrast ???????????
...e"),data=ddata)
Error in qr.qty(strata$qr, scontrast) : qr and y must have the same
number of rows
>
?????????????????????
Thanks,
Duncan
**********************************************
R, me bucko
*****************************************
Dr. Duncan Mackay
School of Biological Sciences
Flinders University
GPO Box 2100
Adelaide
S.A. 5001
AUSTRALIA
Ph (08) 8201 2627 FAX (08) 8201 3015
http://www.scieng.flinders.edu.au/biology/people/mackay_d/index.html
2004 Aug 04
1
RGUI Console settings
..."). So then I changed the "buffer bytes"
setting to 130000 and now the console will display what I want. But
clearly I don't really understand what is going on here ........
Thanks, Duncan
*****************************************
Dr. Duncan Mackay
School of Biological Sciences
Flinders University
GPO Box 2100
Adelaide
S.A. 5001
AUSTRALIA
Ph (08) 8201 2627 FAX (08) 8201 3015
http://www.scieng.flinders.edu.au/biology/people/mackay_d/index.html
2004 Mar 01
0
se.contrast ....too hard??? .... Too easy????? .....too trivial???? ...... Too boring.....too????????
...; Q
So, if NROW(y)==n, why do I get the message "qr and y must have the same
number of rows"
Any help gratefully appreciated....
Duncan
**********************************************
R, me bucko
*****************************************
Dr. Duncan Mackay
School of Biological Sciences
Flinders University
GPO Box 2100
Adelaide
S.A. 5001
AUSTRALIA
Ph (08) 8201 2627 FAX (08) 8201 3015
http://www.scieng.flinders.edu.au/biology/people/mackay_d/index.html
______________________________________________
R-help at stat.math.ethz.ch mailing list
https://www.stat.math.ethz.ch/mailman/list...
2003 Nov 25
3
plot mean + S.E. over time
Hi, there!
I finally became a disciple of 'R', after having lost years of my life
handling data with a popular, rather wide-spread spreadsheet-software.
Now I want to plot the results of many runs of my simulation over time,
so that the means +/- Standard error are on the y-axis, and time on the
x-axis.
I have tried 'boxplot', with timesteps as the grouping variable, but did
2007 Aug 30
5
Upper limit to numeric user IDs?
...123876, the log message is:
warning: //basenode/key-server/sysadm-staff/account[csabc]/File[/opt/
home/csabc /.ssh]/owner: current state is silly: 123876
I am using the classes from the Authorized_keys recipe.
Thanks for any help,
Anne
Anne Zanotti
Systems Support
Information Services Division
Flinders University
Adelaide Australia