similar to: Building package on Windows

Displaying 20 results from an estimated 13000 matches similar to: "Building package on Windows"

2003 Jul 21
0
Rosetta Inpharmatics position announcement
Apologies for cross-posting to both R-Help and S-News. I am not a subscriber to this list so please direct all inquires to rosettahr at merck.com. Senior Research Scientist - Data Analysis The Senior Research Scientist Data Analyst position will be responsible for mathematical modeling and analysis of gene expression and other data from various biological systems. This position works closely
2002 Feb 04
1
read zipped files
I received several answer to my querry re reading zipped files, R.Gentleman, Liaw Andy, BD Ripley,J Holtman, A.Matt, and others, sorry if I missed your names. a- use pipe to run external unzip to a file and read from there b- use gzfile() to open directly a gzipped file c- use zip.file.extract() solution b works like a charm, unfortunately it open gzipped files and not zipped files, would it be
2006 Sep 25
1
Passing R connection as argument to a shell command on Windows
Hello, is there a way to pass a connection to a file in a zipped archive as argument (instead of a file name of unzipped file) to shell command "cut". In general, is it possible to pipe output of a R function to a shell command? How? I want to do something like: z = unz("zipArchive.zip", "fileASCII.ASC") # open connection open(z) # cut lines of the ASCII file in
2003 Jul 08
1
rcmd and directories (cwd; tmpdir) (PR#3429)
Hi, rcmd requires a temporary directory identified by the value of the environment variable "TMPDIR". Unfortunately, if the directory name has a space in it, rcmd errors out. For example, the standard temporary file "TMP" for xp is like: c:\documents and settings\r_user\local settings\temp If TMPDIR is defined via the Windows/XP "standard" way, i.e., set
1998 May 30
0
SAMBA digest 1703
I'm not a perl guru, and this is off the top of my head, but did you try something like this: #!/bin/perl open(PIPE, "|smbpasswd") print PIPE "$oldpassword\n" print PIPE "$newpassword\n" print PIPE "$newpassword\n" close PIPE regards, Rob Coward >------------------------------ > >Date: Fri, 29 May 1998 15:54:42 -0500 >From:
2011 Apr 09
1
Compression of largish expression array files in the DAAGbio/inst/doc directory?
The inst/doc directory of the DAAG package has 6 files coral551.spot, ... that are around 0.85 MB each. It would be useful to be able to zip then, but that as matters stand interferes with the use of the Sweave file that uses them to demonstrate input of expression array data that is in the "spot" format. They do not automatically get unzipped when required. I have checked that
2005 Apr 15
3
IBM BladeCenter HS20 blades
Greetings, We have purchased an IBM BladeCenter and I am in the process of testing Linux installation on these things (boot off SAN i.e. qla2300 driver, not using internal drives). My distro of choice is Debian, however, since I'm really not interested in trying to hand compile all the drivers, I decided to try CentOS (which I'm so far very impressed with). On boot, as with the
2002 Jan 18
2
32 bit error compiling R on sparc-sun-solaris (PR#1273)
Full_Name: vinod rajakumar Version: R-1.4.0 OS: Solaris 5.8 Submission from: (NULL) (66.9.157.2) my machine looks like: SunOS 5.8 Generic_108528-07 sun4u sparc SUNW,Sun-Blade-1000 (64-bit) I downloaded the zipped R-1.4.0 files into $HOME/dwnlds, unzipped, un-tar-ed, and ran the following: export MAKE=gmake export CC = gcc ./configure --prefix=$HOME/sfw/R gmake and here's where it
2006 Jan 05
2
Lost Images on Linux
Ruby rails app works fine on Win32. Zipped directory, unzipped on Linux (Mandrivia). All works fine except no images show up. Any ideas? The directory is /home/web/colt where the web app is. -- Posted via http://www.ruby-forum.com/.
2003 May 29
2
install-packages
When I try 'install-packages' (from menu) in R-1.7.0 (Windows), I get > install.packages(choose.files('',filters=Filters[c('zip','All'),]), .libPaths()[1], CRAN = NULL) Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file `eha060/DESCRIPTION' > but it works with R-1.6.2. It also works if I
2011 Jun 28
3
FIPS 140-2 compliance
I''ve just posted a feature request <http://projects.puppetlabs.com/issues/8120> relating to FIPS 140-2 compliance. I''m pointing to it here on the mailing list because I listed there five places where Puppet (nay, Ruby!) crashed while I was testing a deployment using FIPS mode on all hosts. It crashed because it tried to use MD5, and OpenSSL in FIPS mode doesn''t let
2005 Nov 30
1
about kidpack package
* I have both R and Biobase and also download kidpack_1.1.1.tar.gz. After I unzip the gz file, I got the folders and files. Then i got lost: how to install the package of kidpack(because there is no zipped file after I uninstall kidpack_1.1.1.tar.gz)? If I choose install from local zipped file, kidpack_1.1.1.tar.gz does not show on the selection list. Thanks a lot! * [[alternative HTML version
2005 Feb 15
2
Making a Package
Hello. I have what I know to be a simple question, but never having done anything like this it is pretty tough. I'm trying to write an R package. I have a collection of functions that I loaded into R and then used package.skeleton(). After editing everything in the resulting folder, call it NewPackage, I tried to follow along with some instructions I found for Windows users. I installed
2005 Apr 07
2
Zipping Rdata Files
Saving Rdata files in a zip archive form can in some cases save a considerable amount of disk space. R has the zip.file.extract function to extract files from zip archives, but appears not to have any corresponding function to save in zipped form. (At least I have not been able to find anything in the help files or through searching the mail archives.) The system function can be used to call gzip
2013 May 29
5
Developing custom type/providers for multiple OS
Hello all, I am developing a few custom providers for some features that I need into my system (such as dealing with different zipped files or generating some JSON data based on OS files) and I have hit into a question about "how to do this for multiple OS?" Lets focus into the zipped file provider that should provide a common method to pack or unpack zipped files (tar, tar.gz,
2009 Jul 09
2
libxc: Question on kernel image unzipping
Hi, libxc contains the following function which is used when uncompressing zipped kernel images: /* ------------------------------------------------------------------------ */ /* read files, copy memory blocks, with transparent gunzip */ size_t xc_dom_check_gzip(void *blob, size_t ziplen) { unsigned char *gzlen; size_t unziplen; if ( strncmp(blob,
2004 Aug 05
1
Local library on Windoze.
I'm mystified by a Windoze ``phenomenon'' which has just bitten me. I have a laptop which boots either Windoze or Linux; I (sad to say) need the Windoze OS for teaching purposes. I have R 1.9.1 installed on the laptop in the Windoze OS. Just now I decided to install, under the Windoze version of R, a library (``Misc'') of some local functions that I have collected over the
2011 Nov 29
2
Extracting from zip, removing certain file extensions
Hi there, I'm running R on windows 7 with Rstudio. Everyday I receive a zip file where a bunch of half-hourly files are zipped together. I then use xx=unzip(ind) to get xx, which consists of : [1] "./2011/A20112961503.flx" "./2011/A20112961503.log" "./2011/A20113211730.slt" "./2011/A20113211800.slt" "./2011/A20113211830.slt"
2006 Feb 09
2
zipping an ogg file
A recent discussion brought a question to mind: How much effect does zipping and unzipping an ogg file have on the original form? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20060209/2e81e6fe/attachment.html
2001 Feb 12
2
Installation
I seem to have some problems installing the latest R-Windows. How do you know when the installer has completed its actions. On each occasion I tried to install, the installer has just stopped, but with no message saying "install complete" or something similar. Although, I have R installed and some it seems to work The graphics demo doesn't do anything, though other demos seem