search for: changedir

Displaying 7 results from an estimated 7 matches for "changedir".

Did you mean: change_dir
2007 Sep 25
5
Am I misunderstanding the ifelse construction?
I have a function like this: changedir <- function(dataframe) { dir <- dataframe$dir gc_content <- dataframe$gc_content d <- ifelse(dir == "-", gc_content <- -gc_content,gc_content <- gc_content) return(d) } The goal of this function is to be able to input a data frame like this: > lala d...
2004 Jun 24
5
[LLVMdev] Using -noexternals option of NightlyTest.pl
...ernals as you wish. Thank you fo information. I will used this code for tester run. Bu i have problem - script:termnated with error: "Cannot change directory to: llvm source directory (llvm) at /home/wanderer/pkg/build/llvm/src/llvm/utils/NightlyTest.pl line 131." Called at line 339: ChangeDir( "llvm" , "llvm source directory") ; My command-line: $HOME/pkg/build/llvm/src/llvm/utils/NightlyTest.pl -parallel -enable-linscan -noexternals $HOME/pkg/build/llvm/src/llvm $HOME/pkg/build/llvm/night/build $HOME/pkg/build/llvm/night/testresults-X86-FreeBSD Vladimir
1998 Jan 13
0
Long directory name creation timeout ?
...t I also have some share on some directories exported by the netware server (in NFS mode,of course). When I try to create a directory vi explorer with a long name on those directories, I'v got an error saying that the newly created dir is not available. For 20 seconds, with explorer, I cannot ChangeDir to it. After 20 seconds, everything si ok. When I set the related debug levels in Samba, I see that every change dir made by explorer fails within 20 seconds afterwhat everything is ok. Unfortunaterly, this doesn't give me more informations ... I tried to change a lot of stuff in smb.conf, w...
2004 Jun 24
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
...> > I will used this code for tester run. > > Bu i have problem - script:termnated with error: > > "Cannot change directory to: llvm source directory (llvm) at > /home/wanderer/pkg/build/llvm/src/llvm/utils/NightlyTest.pl line 131." > > Called at line 339: ChangeDir( "llvm" , "llvm source directory") ; > > My command-line: > $HOME/pkg/build/llvm/src/llvm/utils/NightlyTest.pl -parallel -enable-linscan > -noexternals $HOME/pkg/build/llvm/src/llvm $HOME/pkg/build/llvm/night/build > $HOME/pkg/build/llvm/night/testresults-X86-Fr...
2004 Jun 24
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
...ion. > > I will used this code for tester run. > > Bu i have problem - script:termnated with error: > > "Cannot change directory to: llvm source directory (llvm) at > /home/wanderer/pkg/build/llvm/src/llvm/utils/NightlyTest.pl line 131." > > Called at line 339: ChangeDir( "llvm" , "llvm source directory") ; > > My command-line: > $HOME/pkg/build/llvm/src/llvm/utils/NightlyTest.pl -parallel -enable-linscan > -noexternals $HOME/pkg/build/llvm/src/llvm $HOME/pkg/build/llvm/night/build > $HOME/pkg/build/llvm/night/testresults-X86-Fre...
2004 Jun 24
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
On Thu, 24 Jun 2004, Vladimir Merzliakov wrote: > At this moment I use > "gmake TEST=nightly" command line to run night tester > > What I must specific and where to disable SPEC run (i don't have it) I think that it's currently a bug that this does not automatically happen. > I known about new NightlyTest.pl option: -noexternals > But what I must do for
2004 Jun 24
3
[LLVMdev] Using -noexternals option of NightlyTest.pl
At this moment I use "gmake TEST=nightly" command line to run night tester What I must specific and where to disable SPEC run (i don't have it) I known about new NightlyTest.pl option: -noexternals But what I must do for enable it Vladimir