similar to: Persistent connections to Samba in Windows

Displaying 20 results from an estimated 3000 matches similar to: "Persistent connections to Samba in Windows"

2004 Sep 14
2
R post-hoc and GUI
Hi * i've done my anova anlysis but now i need post-hoc test, are these included in R ? I've a Big problem, working with people that don't like to use command-line software (but prefer something like openoffice) does someone is trying to do a usable GUI for R ? i'm reading something on R commander SciView and others but all seem to be beta. I'd like to make possible to make
2009 Sep 15
1
quoting a table name due to a special character in sqlQuery (RODBC)
Dear List, I have a problem with RODBC on a Paradox-DB, sqlQuery, and special characters in table names. Unfortunately, some of the latter include the underscore <_>. And I am not able to change them. That's not a problem, when I quote the table name: > sqlQuery(channel2, 'SELECT * FROM "anmeldung-alt"') Btw, if I swap ' and " it does not work: >
2005 Nov 03
2
Potential for R to conflict with other softwares
Hi. After some time, my collegues at the Food and Drug Adminstration have finally acknowledged R as a powerful statistical computing environment. However, in order to comply with the Office of Information and Technology standards there are a couple of questions about whether R could interfere with other software. As I'm more of a driver of the R software and not a mechanic, I was hoping for
2011 May 19
4
Strange problem with my new PDC
Hi everyone , I have setup a new Server, based on Ubuntu Linux. Since the Samba version from it's repository was too old for my purposes, I downloaded and installed Samba from source (version 3.5.8). Everything went fine so far. We currently run an older version (3.0.26a) of samba as PDC . I copied the tdbsam databases from the current PDC over to the new one. This seems to have worked
2014 Mar 03
1
reference classes, LAZY_DUPLICATE_OK, and external pointers
We (the lme4 authors) are having a problem with doing a proper deep copy of a reference class object in recent versions of R-devel with the LAZY_DUPLICATE_OK flag in src/main/bind.c enabled. Apologies in advance for any improper terminology. TL;DR Is there an elegant way to force non-lazy/deep copying in our case? Is anyone else using reference classes with a field that is an external pointer?
2001 Sep 11
2
AIC
Dear R collegues, I'm trying to understand what's AIC in R (ver. 1.3.1), and I'm getting a different answer if I look at the AIC(of the fitted model) or the aic in the summary( of the fitted model). Is this correct? Can somebody explain me the difference between the two values? or Is the AIC criterion not appropiated for Poisson models? R session: > t1 <- glm(tax ~ areal,
2001 Sep 11
2
AIC
Dear R collegues, I'm trying to understand what's AIC in R (ver. 1.3.1), and I'm getting a different answer if I look at the AIC(of the fitted model) or the aic in the summary( of the fitted model). Is this correct? Can somebody explain me the difference between the two values? or Is the AIC criterion not appropiated for Poisson models? R session: > t1 <- glm(tax ~ areal,
2011 Nov 01
2
Can't work with command prompt on Windows XP
Hi, collegues. I have installed Railsinstaller 2.0.0 and have a problem When I''m starting Command Prompt with Ruby and Rails I see the following text "The network path was not found. # Rails Environment Configuration. Your git configuration is incomplete. user.name and user.email are required for properly using git and services such as GitHub ( http://github.com/ ). Please
2009 Mar 03
3
PLS regression on near infrared (NIR) spectra data
Dear collegues, I´ ve worked with near infrared (NIR) spectroscopy to assess chemical, physical, mechanical and anatomical properties of wood. I use "The Unscrambler" software to correlate the matrix of dependent variables (Y) with the matrix of spectral data (X) and I would like to migrate to R. The matrix of spectral variables is very large (2345 columns and n lines, where n =
2006 Feb 01
1
RODBC: How to Retrieve a Column as Rownames?
Dear Collegues, when using sqlQuery from the package RODBC I always get a data frame with automatically generated rownames, even if: * the first column of the query is called rownames using "Select ... AS rownames, ... From ..." * and: the values from this column are unique * and: the values are inevitably forced to character data with e.g. " 'rn_' + CAST(xy AS
2003 Sep 17
1
the name of a variable in a function
Dear collegues, How can I get the name of a variable (and not the variable) within a function ? For instance, in the following function, I'd like to create a variable in the dataframe df with the same name to the variable passed in var: prova <- function( var ) { df <- as.data.frame(matrix(nr=20,nc=0)) df[["here"]] <- seq(min(var), max(var), le= 20) # df } for
2010 Mar 11
1
drbd-kmdl packages question
Dear collegues! I've got one question about drbd-kmdl packages. As I can see at $ rpm -qp --qf "%{DESCRIPTION}" kmod-drbd-8.0.16-5.el5_3.i686.rpm This package provides the drbd kernel modules built for the Linux kernel 2.6.18-128.4.1.el5 for the i686 family of processors. So, the question is - kmod-drbd is for kernel 128.4.1 (or build for this kernel version), but current kernel is
2005 Jul 22
1
SIP extension auto busy's itself
Hi Folks, I have an IAX trunk link to a collegues house. I'm using AAH and he's got the latest CVS as of last Tuesday. Problem we're having is this; when I dial his extension 7201 (Pulver WiSIP phone) his * box sends me 1 ring and then Alison's busy message. If I call his 7202 extension (X-Ten Pro on a Win2K laptop) I get through but with only 1 way audio (me to him). Until
2010 Aug 27
1
Freezing gnome terminals...
Hi, just wondering if you also experience gnome terminals freezing after a while...? It mainly happens over the week-end. I would leave a terminal open (with an ssh session to a remote site), come back on monday and type a few commands and it jwould just freeze. But it also happen from time to time randomly during the day (but still with days old terminals). Happens to my collegues too. The
2004 Sep 06
2
Sweave echoing comments (again)
Hello, I try to document some R scripts for my collegues and observed the problem, that Sweave strips comment lines away. As a small example I write in an Rtex file: \begin{Scode} ## a small example test() # line comment \end{Scode} ... the .tex file generated by Sweave only contains: \begin{Schunk} \begin{Sinput} test() \end{Sinput} \end{Schunk} ... and all the comments are lost.
2004 Sep 06
2
Sweave echoing comments (again)
Hello, I try to document some R scripts for my collegues and observed the problem, that Sweave strips comment lines away. As a small example I write in an Rtex file: \begin{Scode} ## a small example test() # line comment \end{Scode} ... the .tex file generated by Sweave only contains: \begin{Schunk} \begin{Sinput} test() \end{Sinput} \end{Schunk} ... and all the comments are lost.
2005 Jun 30
1
Bartlett test problem (PR#7980)
Full_Name: Leslie Corbett Version: R 2.1.1 OS: Windows 2000 Professional Submission from: (NULL) (142.161.169.185) Every time I try to use the Bartlett.test command, I get a non-responding system. Can someone help? How to reproduce: Easiest way: 1. load Rcmdr; 2. import data set (one where you would do an ANOVA); 3. manage variables in data set (choose at least one variable as a factor). 4.
2003 Jun 13
1
(no subject)
Dear collegues, Using maxstat I am getting the following: > blood <- maxstat.test(Surv(SUPER, FV)~ZAP,data=zap70, smethod="LogRank") Error in maxstat(y = structure(c(24.4301369863014, 26.4164383561644, 18.7835616438356, : couldn't find function "cscores" I do not know the meaning of this problem. Could you please help me on dat? Thank you in advance for your
2007 Aug 29
1
How to let the program know the end of a file is reached?
Dear collegues. I am using scan( ) to read from a table (a csv file). I am wondering how to let the program know that the end of the file is reached? Your help will be highly appreciated! Best Wishes Yuchen Luo [[alternative HTML version deleted]]
2009 Jul 27
1
Conversion a ts time to another class.
Dear R collegues, I am trying to change a ts time such as 2009.004 to a str or POSIX class as "2009-01-01". Is there any function or method to do it?. Thank you beforehand. Chuse.