search for: unxutils

Displaying 16 results from an estimated 16 matches for "unxutils".

2003 Nov 05
1
save(iris,file=
...tituted > for a filename when dealing with ASCII files. > > > data(iris) > > save(iris,ascii=TRUE,file="clipboard") > Error in file(file, "wb") : `mode' for the clipboard must be `r' or `w' > > Also this (where gclip is a utility found at unxutils.sourceforge.net > that copies its standard input to the clipboard): > > > save(iris,ascii=TRUE,file="myiris.rda") > > system("cmd /c gclip < myiris.rda") > > load("clipboard") > Error in open.connection(con, "rb") : unable to op...
2003 Nov 05
1
save(iris,file="clipboard",ascii=TRUE)
...lipboard" could always be substituted for a filename when dealing with ASCII files. > data(iris) > save(iris,ascii=TRUE,file="clipboard") Error in file(file, "wb") : `mode' for the clipboard must be `r' or `w' Also this (where gclip is a utility found at unxutils.sourceforge.net that copies its standard input to the clipboard): > save(iris,ascii=TRUE,file="myiris.rda") > system("cmd /c gclip < myiris.rda") > load("clipboard") Error in open.connection(con, "rb") : unable to open connection In addition: War...
2011 Feb 12
1
R 2.13.0 on Windows: R CMD check and '"du"' not found
...therland.com/Rtools/Rtools212.exe] does not solve it (=it does not contain 'du'). BTW, is there a way to know when Rtools have been updated relative to the version you already have installed? /Henrik PS. Placing the 'du.exe' executable of UnxTools (http://sourceforge.net/projects/unxutils/) in the bin/ directory of Rtools (e.g. C:/Rtools/bin/) provides a workaround. > sessionInfo() R version 2.13.0 Under development (unstable) (2011-02-11 r54330) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [...
2006 Aug 31
1
serving speex without a server
...L | speexdec - Entering an entire URL is irksome and my friends can reduce this to double-clicking an icon on the desktop which invokes a .cmd file. The following example requires that you also need h2acons.exe, fgrep.exe, and basename.exe to be in your path. (Some of these are in the well known UnxUtils collection.) For .spx files on my home page the script is:- -------------------------------------------- rem @echo off set url=http://www.coopersmith.demon.co.uk curl -s -o spxs %url% h2acons spxs /SILENT fgrep .spx spxs.txt set /p basename=Enter basename of the one to play: curl %url%/%basename...
2005 Jan 07
6
Compilation of R code
Hello, I'm a newbie on this list. I have a R code but its execution take a very long time. Is it possible to compile it (in C for example) to decrease the execution time ? -- ---------------- Alexandre DEPIRE INRETS / GARIG
2005 Jan 07
6
Compilation of R code
Hello, I'm a newbie on this list. I have a R code but its execution take a very long time. Is it possible to compile it (in C for example) to decrease the execution time ? -- ---------------- Alexandre DEPIRE INRETS / GARIG
2006 Mar 14
3
cascading eager loading patch not working in oracle
Notice the "AS" keyword appears many times. Oracle does not support this keyword: ActiveRecord::StatementInvalid: OCIError: ORA-00905: missing keyword: SELECT tim esheets.id AS t0_r0, timesheets.start_date AS t0_r1, timesheets.status AS t0_r2, timesheets.cost AS t0_r3, timesheets.charge AS t0_r4, timesheets.employee AS t0 _r5, employees.id AS t1_r0, employees.name AS t1_r1,
2005 Mar 10
0
[LLVMdev] VC++ 2003
Vyacheslav Akhmechet wrote: >Then add llvm/win32\tools folder to a list of executable >search paths in VC options->directories. > Actually, this is not required and the projects are set up to work without that directory being in the search path. That list of directories is global to the whole machine, and it is bad form for LLVM to have an impact on any other solutions that you
2006 Mar 10
6
How do i apply a patch?
Hi, i have a patch to make instiki work with the latest version of ruby : as_clean_logger_rb-fixed.patch But i dont know how to apply it. Any ideas?? Thanks, Chris -- Posted via http://www.ruby-forum.com/.
2012 May 27
0
[LLVMdev] Minor correction to the Visual Studio documentation
2012/5/24 Mikael Lyngvig <mikael at lyngvig.org>: > I know that the documentation says that I am to install GnuWin32 tools, but > I strongly oppose that idea.  We Windows people have our own tools and > practices and I think the LLVM developers should open up to a more > multi-platform approach than the current (Unix then, perhaps maybe, Windows) > approach.  CMake works
2005 Mar 10
2
[LLVMdev] VC++ 2003
I am currently playing around with llvm using Visual C++ Express (beta). It works flawlessly. It takes a while to get started but once you do, everything is perfect. Make sure to get the latest CVS sources, the 1.4 release doesn't play nice with Visual Studio. Once you do, extract the file I attach to this email into the llvm\win32 folder. Then add llvm/win32\tools folder to a list of
2004 Jun 09
3
ipappend and dos
I'm using ipappend and getargs.com with a dos boot image to get the environment variables for the IP and MAC. The format of the %ip% environment variable is ip=<client-ip>:<boot-server-ip>:<gw-ip>:<netmask> Is there a way to tell ipappend to assign these to individual arguments. Or does anyone know a good way to parse each of these to individual variables in dos. What
2003 Nov 08
5
accessing windows clipboard from load and save (PR#4999)
Full_Name: Gabor Grothendieck Version: 1.7.1 OS: Windows 2000 Submission from: (NULL) (207.35.143.81) save(x,ascii=TRUE,file("clipboard")) works but load(file("clipboard")) does not. Even better would be if save(x,ascii=TRUE,"clipboard") and load("clipboard") worked as that would provide consistency with
2003 Jul 01
4
Zinf
I've tried to avoid windows whenever possible because it is so difficult to understand and use, besides the bugs. I've been forced to it for income tax, however. Since so many customers of pan.zipcon.net use windows, I feel an obligation to have a better acquaintence with it. I have not as yet tried any builds just available binaries. I intend to write up instructions for novices in my
2012 May 23
6
[LLVMdev] Minor correction to the Visual Studio documentation
Hi again, The Visual Studio getting started guide ( http://llvm.org/docs/GettingStartedVS.html) mentions the "llvm-lit" tool, but fails to mention these things: 1. Either you need to run it from bash or a similar Unix shell, as Windows does not recognize the extensionless Python script that it is. 2. Alternatively, you can invoke it using Python like this: python bin/llvm-lit
2007 Mar 06
10
Windows rspec "gem install win32console"
Hi, Hi I am trying to use RSPEC on windows and i keep getting the following error "You must gem install win32console to use colour on Windows" I have installed this Gem but i am still getting the same error. The file that error is coming from is: C:\ruby\lib\ruby\gems\1.8\gems\rspec-0.8.2\lib\spec\runner\formatter\base_text_formatter.rb Do i need to put this line of code in? Where