Displaying 20 results from an estimated 1500 matches similar to: "tcltk lost after update r-base 2.11.1-2hardy0 to 2.11.1-5hardy0"
2004 May 03
2
Build problems on Linux SuSE 9.1
Hi,
did anybody succeed in building R on SuSE Linux 9.1?
My compilation failed with the following error messages:
make[4]: Entering directory `/home/lederer/Source/R-1.9.0/src/modules/X11'
gcc -I. -I../../../src/include -I../../../src/include
-I/usr/X11R6/include -I/us
r/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -fPIC -g
-O2 -c d
ataentry.c -o dataentry.lo
In file
2004 Jun 03
3
Sloppy argument checking for named arguments
Christian --
This is not a bug, but a feature, and the dot is not the issue here. R uses
partial argument matching on function arguments.
So:
> f <- function(foobar = 0){print(foobar)}
> f
function(foobar = 0){print(foobar)}
>
> f(fo=1)
[1] 1
> f(foo=1)
[1] 1
> f(foob=1)
[1] 1
> f(fooba=1)
[1] 1
> f(foon=1)
Error in f(foon = 1) : unused argument(s) (foon ...)
2001 Feb 03
1
tk non-widget commands (esp. update and winfo)
Hi,
I've been playing with the tcltk package. It's very nice to have
access to buttons, menus etc. now. Thank you!
Alas, I also have questions: In Tcl everything is a string [*]. This
is not the case in R, of course. So why are return values of tk
commands still strings? (Is there any other reason than speed or
"package is work in progress"?)
Example:
> tt <-
2004 Nov 05
1
covariance bug (PR#7342)
Full_Name: Christian Lederer
Version: 1.8.0
OS: Linux
Submission from: (NULL) (217.229.7.13)
R-1.8.0 seems to calculate wrong covariances, when the argument of cov()
is a matrix or a data frame.
The following should produce a matrix of zeroes and NaNs:
x <- matrix(c(NA ,NA ,0.9068995 ,NA ,-0.3116229,
-0.06011117 ,0.7310134 ,NA ,1.738362 ,0.6276125,
0.6615581 ,NA
2004 Mar 03
1
Confusion about coxph and Helmert contrasts
Hi,
perhaps this is a stupid question, but i need some help about
Helmert contrasts in the Cox model.
I have a survival data frame with an unordered factor `group'
with levels 0 ... 5.
Calculating the Cox model with Helmert contrasts, i expected that
the first coefficient would be the same as if i had used treatment
contrasts, but this is not true.
I this a error in reasoning, or is it
2008 Aug 27
2
r-base-core issue
Hi All,
I cannot upgrade r-base and r-recommended because the latest (latest as in it
was not listed as 'upgradable' yesterday but today is) r-base-cose is
2.7.1-2hardy0 not hardy1:
r-base:
Depends: r-base-core (>=2.7.2-1hardy1) but 2.7.1-2hardy0 is to be installed
Depends: r-recommended (=2.7.2-1hardy1) but 2.7.1-2hardy0 is to be installed
r-base-core:
r-recommended:
2003 Jun 11
3
OpenLDAP Administration for Samba3
I am looking for an LDAP client to manage the LDAP server that we are going
to use when we switch to samba3. A Windows variety would be OK, a web
interface would be even better. Just looking for suggestions to try.
Thanks,
Brandon
2003 May 28
5
Slow performance with QuickBooks
I have spent much of the day today researching performance tuning with
samba. I have tried everything that I can find out about how to make
performance faster. I checked disk performance with Bonnie, installed FTP
and tested a transfer that way, achieving 6-7 MB / second. about 30 seconds
for 150 MB file. I was finally able to achieve those speeds on a file
transfer to the server through
2006 Jun 05
7
Is HABTM Dying?
For a while, I''ve been getting that HMT is replacing HABTM. It appears that
HMT can do all of what HABTM can do and more. The question is: Should I stop
using HABTM? Let''s take a simple case:
A case has many categories
For a given category, there are certain valid statuses
Category
has_and_belongs_to_many :statuses
Status
has_and_belongs_to_many :categories
Question:
Is
2003 Jun 03
5
Archive attribute
Our tape backup software (run through windows) backs up items based on
whether the archive attribute is set or not. If it is set, then it needs to
be backed up. Then it removes the attribute. When a user modifies a file,
the attribute is again set. This is how it normally works. Samba will not
allow the Archive Attribute to be unchecked. Is there anyway to allow this
functionality.
Samba
2003 Jun 26
8
2.2.8a, printer driver download: need to use setdrive r
This is the EXACT problem I had. Haven't fixed it either.... if I have 10
printers.... upload all the drivers.. for all the OS's... how do I tell
which drivers go with which printer?
-----Original Message-----
From: Andreas [mailto:andreas@conectiva.com.br]
Sent: Thursday, June 26, 2003 9:24 AM
To: samba@lists.samba.org
Subject: [Samba] 2.2.8a, printer driver download: need to use
2011 Mar 07
2
use "caret" to rank predictors by random forest model
Hi,
I'm using package "caret" to rank predictors using random forest model and draw predictors importance plot. I used below commands:
rf.fit<-randomForest(x,y,ntree=500,importance=TRUE)
## "x" is matrix whose columns are predictors, "y" is a binary resonse vector
## Then I got the ranked predictors by ranking
2007 Apr 18
2
[Bridge] The problem of bridge+netfilter+nat
Hi,
I met a problem when using bridge with netfilter. The kernel version
2.4.20, and the patch is bridge-nf-0.0.10-against-2.4.20.diff.
Our firewall configuration is as follows,
eth3,eth4,eth5,eth6 configured as a bridge with an IP address 10.0.0.1.
The local net connect to the internet via the gateway 10.0.0.1 and SNAT
is applied on the firewall. It worked but sometimes there are some
2006 Oct 06
3
xen kernel smp; but only one cpu
Hi
Booting my Xen Dom0 on Debian Etch (Kernel is the prebuild one from
bits.xensource.com), I found that only one cpu core (of two: dual core)
is recognized by the (dom0-)Kernel. Googling this issue, I found on
xen-devel-list that xen kernel is named smp but isn''t really doing so.
Is there any (prebuild) kernel that I can use for smp?
Thanks
Gregor Reich
2003 Dec 22
3
DID trunks -- equipment requirement
Hi guys,
I posted a somewhat similar question about a month ago and got a
thoughtful resonse from Steven Critchfield, but I've got a quick follow
up question to it.
I'm looking to setup a 16 extension / 10-14 phone line Asterisk install
for a customer who would like to have DID numbers for the extensions,
since they're currently on Centrex and already have the 1-to-1
2010 Oct 12
1
data set mube S4 class to be submitted to Bioconductor
Dear R Developers,
I am developing a package to submit to bioconductor. Right now, a gene-set
sample data is saved as a data frame. Each row contains a probe set and its
corresponding gene-set name ( mutiple probe -set may map to a gene-set name)
.
Is this type of data format OK to be submitted to bioconductor? Or I have to
make it GeneCollectionSet class? ( If so, I have to change a lot of my
2008 May 26
1
Clone a disk, need to change pool_guid
Hi folks,
I use an iSCSI disk mounted onto a Solaris 10 server. I installed a ZFS file system into s2 of the disk. I exported the disk and cloned it on the iSCSI target. The clone is a perfect copy of the iSCSI LUN and therefore has the same zpool name and guid.
My question is: is there any way to change the ZFS guid (and the zpool name, but that''s easy) on the clone so that I can
2003 Nov 07
1
ODD PAM ERROR
I have set up winbind, made the nsswitch settings, joined the current NT
Domain, got back the message that said "Welcome to Domain". When I try
to access the PC, it brings up IPC$ and wants a password. The log for
that workstation says "PAM: UNKNOWN PAM ERROR (9) during Account
Management for User: Domain+USERNAME!" Then it says "PAM: Account
Validation Failed -
2003 Nov 26
1
Samba 3.0.1
When Might Samba 3.0.1 be out?
--
Brandon Lederer
Linux Administrator
Cashflow Billing Solutions
(402) 898-2600 x334
**********CONFIDENTIALITY STATEMENT**********
This e-mail (including attachments) is covered by the Electronic
Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may
be legally privileged. It is intended for the use of the individual or
entity to which it
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