similar to: script fails because of library loading

Displaying 20 results from an estimated 100 matches similar to: "script fails because of library loading"

2002 Mar 19
1
Mirroring two systems
Thanks for reading this question, First off all, i'm quit new working with rsync. What I want is to exactly mirror a directory from one system to another system including removing non existing files on the targen if they do not exist on the source. I though that adding the parameter --delete, would do the job, but nothing happens. The exact command I give is: /usr/local1/bin/rsync
2003 Jan 09
2
Help With Restoring
Hi All, I have been using rsync to backup to a central server with a 7 day incremental script on 2 Redhat boxen. #!/bin/sh PATH=/usr/local/bin:/usr/bin:/bin DAY=`date +%A` export PATH DAY [ -d /root/emptydir ] || mkdir /root/emptydir rsync --rsh=/usr/bin/ssh --delete -a /root/emptydir/ CENTRAL_SERVER_IP:/backup2/BACKED_UP_SERVER_FQDN/$DAY rmdir /root/emptydir rsync --delete
2012 Nov 21
4
Function storing error messages in 32 bit R-2.15.2 version
I am using 32 bit R - 2.15.2 version and working on package ltm. The program does not give me any warning message when I run tpm command for a dataset. If run tpm command for the same dataset in 64-bit R 2.15.1 version, I get the warning message shown below. Can someone suggest why is no warning message being generated by 32-bit R? Or is it being generated but not getting printed? Which function
2004 Apr 13
1
Your message to seminar has been rejected
Your message for list seminar has been rejected. The message is thus sent back to you. Your message : Received: from utia.cas.cz (ti311110a000-0132.dialup.online.no [130.67.247.132]) by visla.utia.cas.cz (8.12.9/8.12.9) with ESMTP id i3DIdQ6B010301 for <seminar@utia.cas.cz>; Tue, 13 Apr 2004 20:39:27 +0200 (METDST) Message-Id: <200404131839.i3DIdQ6B010301@visla.utia.cas.cz> From:
2002 May 11
6
Re: Linux, Samba, and the Lexmark z53
I made some comments. Maybe the solution is easy. > ##PRINTTOOL3## LOCAL > lexmarkz53:\ <---THIS AND LP BELOW SEEM TO BE DUPLICATES. > :sd=/var/spool/lpd/lexmarkz53:\ > :mx#0:\ > :sh:\ > :lp=/dev/lp0:\ > :if=/usr/local/lexmark/z53/z53.sh: > > ##PRINTTOOL3## LOCAL > z53-outfiles:\ <----THIS IS THE RAW SPOOL YOU'LL WANT YOUR
2012 Oct 08
2
PKPD modelling in R
Dear all, I have two questions: 1. Does anyone know if nlmeODE package will work once odesolve is discontinued? If i understand well nlmeODE depends on odesolve. 2. Can anyone suggest another package I could use to fit complex PKPD models (described using differential equations) to data? Thanks a lot! Magdalena
2008 Jul 28
0
Help with yaImpute
Dear fellow R-users I am trying to do some imputation using K-NN with the yaImpute library. All seems to be going well until I try to use AsciiGridImpute. All my data are correctly formatted and I am able to run and view the results of yai. Below is my code: **************************************************************************************************** library("yaImpute") data
2008 Nov 26
0
SVM
Hi All, I fitted several classifiers in a two class problem. I then used the package 'yaImpute' - to apply my predictive models to asciigrids and thereby generate a probability maps. So far I successfully used yaImpute to generate maps for Random Forests, Classification trees, Generalized Linear Models (GLMs) and Generalized Additive Models (GAMs). But when I try to use it to two other
2012 Feb 23
0
creating a loop for multiple file
Hi all, need help very urgently I did stepwise logistic regression for 35 covariates and added one SNP out of (500000) to get the best model for each model As my professor asked me using this command, outfiles <- paste(colnames(snps), ".txt", sep="") # list of output files for the best models for(i in 1:ncol(snps)) { model <- glm (Pheno~var1+var2+var3+..(all
2006 Jul 04
1
[Fwd: formatting using the write statement]
>I have a series of write statements because >i am writing to a file >where the characters strings are the column names of a dataframe >and the numbers are the elements in a particular row. >So, a file might look like > >AAA 2.1 >BB 3.1 >AHLZ 0.2 > >and it would be named "rowname".mls. > >so, each time i get to a new row, i create a new file and
2008 Aug 06
2
Index alternative to nasty FOR loop?
Dear R wizards, I have a folder containing 1000 files. For each file, I need to extract the first row of each file, paste it to a new file, then write out that file. Then I need to repeat this operation for each additional row (row 2, then row 3, etc) for 23 rows in each file. I can do this with a for loop (as below). Is there a way to use some of the indexing power of R to get around this
2011 Feb 18
1
reading a matlab file
Dear R-people, I am trying to read a matlab file, unfortunately without success. I enclosed the zipped file. Do you have an idea how to read this file by ReadMat package into the R system? Thanks for your time! Wim Krijnen
2009 Feb 26
0
AsciiGridPredict returns error in unionDataJoin
Dear list, I am using AsciiGridPredict from the yaImpute package to make a spatial prediction of a randomForest model. When I call AsciiGirdPredict I am getting an error message, that I do not understand: AsciiGridPredict(st.rf.fit, xlist, ylist, xtypes=NULL, rows=NULL, myPredFunc=NULL) Rows per dot: 8 Rows to do: 884 ToDo:
2009 May 05
0
illegal levels in yaImpute() / AsciiGridImpute()
I'm using randomForest in yaImpute to create a yai-type object which associates "L" with landscape features. Then I use the sp() package to impute L to a landscape consisting of four ascii files) I keep getting the message "NA's generated due to illegal level(s)" when I do the imputation. It's probably because one of the landscape features ("as", for
2001 Nov 30
1
Introduction and question
First let me introduce myself to all the list. My name is Josep and I live near Barcelona. This is my first message to the list (I haven't even read any), and I do not know if it is too easy (my question), or if perhaps it is not possible to do what I'm trying to do. Well, let's begin the interesting stuff and finish all the bla-bla-bla's that most people hate :-D I've
2001 Dec 14
1
No print to Samba (Linux) printer from Win98
I'm stuck. I have Samba running on my Red Hat 7.2 Linux box. I can mount by remote dirctory on the Linux box via Samba. But I can't print to the Linux printer. I have a Linux printer installed and I can print to it using lpr. I have a printer configured in Samba and can see that from the Win98SE box. I've clicked on the Samba printer name and configured a Win98 printer.
2001 Dec 15
1
[Fwd: Re: No print to Samba (Linux) printer from Win98]
Here is my smb.conf. Maybe someone can tell me what I'm doing wrong. [global] workgroup = HOMEGROUP log level = 8 path = /var/spool/lpd/HPDESKJET default service = global writable = yes printer = HPDESKJET remote announce = 192.168.x.x/HOMEGROUP print command = lpr -l -P%p %s printing = bsd load printers = yes dns proxy = No lprm command = lprm public = yes printcap name =
2001 Dec 15
0
[Fwd: Re: No print to Samba (Linux) printer from Win98]
Mike Watson wrote: > I don't have an explicit print command in my smb.conf. Is that required? All > the examples I have do not have an explicit command. Since I'm use lpr, I'll add > that to my config and see how it works. > > BTW. The Linux printer is an HP Deskjet 600. Old but it still works---crispier > than my wife's laser printer. > > Thanks! >
2002 Dec 17
1
Trouble with my printer
Hi, I am on RH 8.0 and samba 2.2.7-1 . Why when I share my printer on my linux my xp client can not connect to it. It can see it in "network neighbourhood" when I want to connect it , the message is : Refused access. Impossible connexion . And On W98 box , a printer connected to this LPR has status to < ERROR > . I know that It's caused by my smb.conf: [global]
2011 Sep 09
3
Read a list of files into named R data.frames
I have a collection of .csv files in a directory, and want to read them into R data.frames whose names are the same as the file names, without the .csv extension e.g., from > (files <- list.files(pattern="*.csv")) [1] "Allstar.csv" "AllstarFull.csv" [3] "Appearances.csv" "AwardsManagers.csv" [5]