similar to: Bounced mail to CRAN

Displaying 20 results from an estimated 20000 matches similar to: "Bounced mail to CRAN"

2004 Mar 01
10
WinXP PDC logon problem...
Hi all, I've seen this raised as an issue on other mailing lists, but I've not seen a solution, and I've seen a number of notes to post to this alias instead, so here I am. I've setup Samba as a PDC running on Solaris. I have a WinXP (latest patch levels) PC which I want to join to the domain. I can successfully join the domain using root authentication, but I am unable to logon
2004 Jan 13
1
ingress policing
Hi, I''m trying to police the incoming traffic by using ingress qdisc,this is what I have in my script tc qdisc add dev eth0 handle ffff: ingress tc filter add dev eth0 parent ffff: protocol ip prio 4 \ handle 1: u32 divisor 1 tc filter add dev eth0 parent ffff: protocol ip prio 4 u32 \ match ip dport 4001 0xffff \ police rate 2000kbit burst 50k drop \ flowid
2004 Jul 06
1
Moving ocfs file system to a new SAN
Hi, We are currently rolling over our SAN (FC4700 to CX700) and have now reached the data migration stage. I need to move the data files on my current /u01 ocfs file system (on FC4700) to a new ocfs file system (on CX700) which I want to keep as the same /u01 mount point on the hosts. With a normal file system I would just mount the new file system to a temporary mount point, copy the data,
2002 Jan 29
1
fitdistr() in MASS library
Prof Brian Ripley wrote: > > Even better, use the function fitdistr in package MASS... > I had a look in my MASS library (from the package VR_6.2-6) and couldn't find this function. Is there a newer version available? Thanks for any help. Jim This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not
2010 Feb 08
1
R ggplot2 legend text left justify
In ggplot2 how do you justify the legend text ? In the example below the opts(legend.text = theme_text(size = 9,hjust=0)) changes the size of the text OK but it remains right justified. > mydata=data.frame(RowID=c("A","B","C"),Name=c("long long long long long name","short name ","medium medium name"),Speed=c(100,140,120)) >
2002 Aug 31
1
Help with PDC on samba
Help please I am running Samba 2.2.3a on Mandrake 8.2. My configuration file is below. I am trying to use XP as a client. It seems to find the domain, but it keeps giving me the dreaded "Multiple connections ... " message. I have tried running the "c:\net use * /d" command without success. Many thanks Rob ;*******************section global***************** [global]
2008 May 28
2
inquiry on R News
Dear R News, I am inquiring whether the articles that are published in the 'R News' have undergone a peer-review/refereeing process, for the purpose of reporting the academics publications here at the University of Sydney to the Australian Government. Thank you for your assistance. Regards Glenn Glenn Howell| Faculty Research Assistant FACULTY OF ECONOMICS AND BUSINESS
2012 Sep 11
1
CRAN, install packages problem on networked PC
Dear List, I have a problem connecting to a CRAN mirror through a networked computer running Vista Enterprise on a Dell PC. I added http_proxy=http://gannet/ http_proxy_user=ask to the Target in the R shortcut, completed the username and password in the Proxy Authentication window, but get the following warning: Warning message: In open.connection(con, "r") : unable to resolve
2004 Aug 19
2
Getting data loaded
Hi, I have been informed of a bug in the concord package, in that the data files containing the tabulated critical values for Kendall's W are not loaded on the command library(concord). I had assumed that the lines in install.R would correspond to the commands to load data in R, e.g. data(Wcrit01) data(Wcrit05) While these work on the command line, I get the errors: library(concord)
2004 Aug 19
2
Getting data loaded
Hi, I have been informed of a bug in the concord package, in that the data files containing the tabulated critical values for Kendall's W are not loaded on the command library(concord). I had assumed that the lines in install.R would correspond to the commands to load data in R, e.g. data(Wcrit01) data(Wcrit05) While these work on the command line, I get the errors: library(concord)
2005 Mar 29
2
Asterisk@Home 0.7 released Question/Problem
I'm new to this and have tried to find the answer in the discussions and docs but to no avail. I even read the posting saying the password issue has already been discussed. So, at he risk of being exiled, here goes. Question 1: I've installed 0.7 and can log into the asterisk server from windows by typing http://192.168.1.11 I can log in with wwwadmin and the password I set myself
2002 Jan 27
1
cran@ci.tuwien.ac.at is not responding?
Hi, I have submitted a package to CRAN in ftp://ftp.tuwien.ac.at/incoming/pastecs_1.0.tar.gz. The R extension manual advises to send a mail to cran at ci.tuwien.ac.at about it, but it fails. I have also tried WWWadmin at ci.tuwien.ac.at. Are these email adresses still valid? Best, Philippe Grosjean ...........]<(({?<...............<?}))><............................... ) ) ) )
2003 Oct 08
1
Unsolicited change of group
Using rsync to copy files on the localhost, the group is being preserved even though I have not used the -g or -a options. My source files: $ ls -l ~/working/source/path -rwxr-xr-x 1 blakjak blakjak 115 Oct 8 01:37 foo.php -rwxr-xr-x 1 blakjak blakjak 6285 Oct 8 01:37 bar.php My destination: $ ls -l /active/path -rwxr-x--- 1 blakjak wwwadmin 115 Oct 8 02:06
2004 Apr 26
3
Change in downloading packages
Hi, I sent an earlier message concerning this, but perhaps I wasn't clear enough. Up until about a month ago, I downloaded packages by clicking on the filename of the package. Now this action leads me to a directory listing, e.g.: drwxr-xr-x hornik/users 0 2002-03-20 18:00:54 npmc/ -rw-r--r-- hornik/users 314 2002-03-20 11:33:42 npmc/DESCRIPTION -rw-r--r-- hornik/users 202
2019 Dec 15
4
source definition for R_NilValue/return from TYPEOF(R_NilValue)
Hello, for reasons I want to know the return value of TYPEOF(R_NilValue), I expect it to be NILSXP, but I can't find this documented anywhere. Ideally, I'd like to see the source definition of R_NilValue, but after fair bit of searching I cannot find an obviously location for this. Would someone please point me in the right direction? thanks -- CRICOS provider code 00123M
2003 Feb 24
2
fill prob. in legend
Hi, I'm trying to construct a legend which has four lines of text and associated symbols. The first two symbols need to be normal lines which vary only in colour. The second two symbols should have filled boxes. How do I suppress the fill boxes in the first two lines? J.
2003 Mar 24
9
Scripting with an external editor
I've had time to return to the "external editor" project. The following function does almost what I want, which is to allow an external editor to feed command lines to R. ext.editor<-function(editor) { ext.input<-pipe(editor,"r") eval(parse(ext.input)) close(ext.input) } While the description of parse() indicates that it should parse input line by line, the
2006 Aug 25
2
R in Nature
Hi all, We've just had a paper accepted for publication in Nature. We used R for 95% of our analyses (one of my co-authors sneaked in some GenStat when I wasn't looking.). The preprint is available from the Nature web site, in the open peer-review trial section. I searched Nature for previous references to "R Development Core Team", and I received no hits. So I tentatively
2010 May 26
3
SVN vs DVCS
Hi, Just wondering whether anyone had thought about moving the R sources to a "distributed" version control system such as Bazaar, Git or Mercurial. These new generation systems make it easier to work on feature branches, allow working offline, are very fast, etc. Some projects that have moved to Git are Linux Kernel Perl Ruby on Rails ... http://en.wikipedia.org/wiki/Git_(software)
2004 Aug 06
2
icecast.conf and wwwadmin
I recently installed for the first time: icecast latest version: 1.3.12 ices latest version: 0.2.3 Things are moving along pretty well. Found out that I needed libxml-devel as well as the regular libxml to get the ices XML conf file read. Otherwise, functionality is great. CPU usage is low and Im very happy. My question is... the docs say I need to set the http_admin to 1 to allow access to web