similar to: building windows binary of a package

Displaying 20 results from an estimated 10000 matches similar to: "building windows binary of a package"

2013 Nov 19
1
Does function read.sas7bdat() have some memory limitations?
Dear R-ers, I was trying to read in a large sas7bdat file (size 148094976 bytes) using 'read.sas7bdat()', but it did not read in the data correctly. E.g., the first 5 rows will come out like this (I'm omitting other columns to keep it readable): PERSON_ID age 1 5.399114e-315 5.329436e-315 2 5.399114e-315 5.328302e-315 3 5.399114e-315 5.332026e-315 4
2008 Sep 08
1
question on extracting binary data from pdf image
Dear List, If I use the following code to generate a pdf, pdf(filename) image(x, y, !is.na(z), col=c("green","black")) dev.off() Can someone extract the 0-1 data (that is, is.na(z)) from the Adobe source? Thank you. Xiaochun [[alternative HTML version deleted]]
2009 Apr 03
1
Problem building DLL under Windows
Apologies if this has appeared before, but I've searched the archives and all the documentation and I can't find anything which helps. I'm trying to build a DLL under windows. The process (more on that later) works fine under Linux and gives the illusion of working under Windows, but attempting to load the resulting DLL using dyn.load results in: Error in inDL(x, as.logical(local),
2008 Dec 08
1
R CMD check not running examples under Windows
All, I have a fresh build of R 2.8.0 from source on Windows XP using the latest Rtools binary (Rtools29.exe). All appears to be well with the install and make check-all exits cleanly. However, when running R CMD check mypkg the program jumps from checking for non-ASCII to checking the PDF version of the manual: * checking data for non-ASCII characters ... OK * checking PDF version of manual
2006 May 05
2
How to access results of survival analysis
Hi List, A friend of mine recently asked the same question as Heinz T?chler. Since I've already written the code I'd like to share with the list. # x is an object returned by "survfit"; # "smed" returns a matrix of 5 columns of # n, events, median, 0.95LCL, 0.95UCL. # The matrix returned has rownames as the # group labels (eg., treatment arms) if any. smed <-
2009 Mar 15
1
Stuck on building a package
Folks, I have a personal package which used to build fine. Today when I tried to build the package again, some errors popped up. Could you please help? When I paste the offending function into an R it works correctly. But the package build breaks. $ R CMD check ansecon * checking for working pdflatex ... OK * using log directory '/Users/ajayshah/L/R/packages/ansecon.Rcheck' * using R
2009 Jan 08
1
File name determines success or failure of package installation -- please help
Synopsis: I am trying to build and install a package in R, but I have run into a problem where the file names determine success or failure of the package installation. I started with a single file containing two class definitions. This package installs properly. If I split the classes into two files, the build fails. If I simply change the file name of one file with no other changes, the
2010 May 31
3
error on Windows OS
I received by email an R package (file.tar.gz) that was created in Linux. The package was already installed in another computer in linux using install.packages and it worked I am not familiar with installing packages but I would like to install it on Windows I downloaded the Rtools29.exe and tryed to install using install.packages("foo.tar.gz", repos=NULL, type="source") but
2009 Mar 10
1
r-devel tarball build failure on windows
Hi, On my windows (xp) machine with Rtools29 (excluding cygwin dlls as I have cygwin on my path) -make all recommended- for the latest R-devel tarball (svn revision: 48093) fails when trying to build the recommended packages: --- Making recommended packages ----- installing recommended package KernSmooth Warning: invalid package 'KernSmooth.tgz' Error: ERROR: no packages specified
2009 Apr 28
1
help with Rtools and Rgraphviz
Hi all, I want to install the package Rgraphviz on R2.9.0 (after installing Graphviz 2.22). I have not been successful in installing from the binary on a win XP pc. After looking up previous posts on the R and bioconductor lists, I installed the Rtools29. I have checked that the paths are correctly listed on the environmental variables window. I would now like to know how I can install with
2011 Jan 20
1
Calling C++ from R
Hi All, I am new to this area and use Rcpp to call C++ from R and try to build the package under Windows 7. I use Rtools and R 2.10.1 32bit. Everything works fine with me, except using R functions like "rnorm" or "runif" in the C++ code. When I use "R CMD check" the package, it always return error ** libs making DLL ... g++
2009 Sep 04
1
Windows Check/Build Configuration
I recently submitted a package on CRAN. When I went to update the package, I tried to do the check/build procedures on a system with Windows XP, using the recommended R-tools available from Dr. Ripley (Rtools29). Everything works fine in the check and build process except under Windows XP the pdf manual is not generated? The check procedure does, in fact, check the read files for correct syntax
2009 Sep 18
1
Missing link(s) in documentation object
Hi, I want to cross-reference from the documentation of pkg1 to pkg2, which is imported in the NAMESPACE of pkg1, and under Depends in DESCRIPTION of pkg1. According to "Writing R extensions", this can be done by: \code{\link{foo}} when foo is an aliased function in the documentation of pkg2. This works as it should when I install the package, but when I run R CMD check pgk1, I get
2009 Aug 10
1
building a package
Dear R People: I'm trying to build a package and am stuck on the last part; I keep getting "there is no library". Here are my statements: erin at erin-laptop:~/Desktop/R-2.9.1/bin$ R CMD check RcmdrPlugin.qual * checking for working pdflatex ... OK * using log directory '/home/erin/Desktop/R-2.9.1/bin/RcmdrPlugin.qual.Rcheck' * using R version 2.8.1 (2008-12-22) * using
2006 Oct 20
0
R CMD check/build --binary fail with data/RCS map
Hello, On Windows XP using R 2.4.0pat (2006-10-19 r39674) from CRAN (sorry, no r-devel) R CMD check of R CMD build --binary fails if package has RCS folder in data map. This does not happen on my Debian GNU/Linux box with R 2.4.0 (2006-10-03). Is this a bug? Here is the transript from the command prompt C:\Programs\R>R CMD check test * checking for working latex ... OK * using log
2009 May 29
1
Problem making a package using S4 objects.
Hello. I've developed an algorithm in R which I need to package. The implementation uses S4 objects and it's divided in 5 files. Everything is working fine when I load the files into the R console but when I try to make a package I get an error that I don't quite understand. Here's what I do: *1.* in R console, I do and get: > package.skeleton(name='remora') Creating
2009 Sep 02
1
R and GNU gcc for OpenMP
Dear R users, Thanks in advance. I am using R 2.9.1 on Windows XP. May I request you to assist me on the following: I have downloaded Rtools29.exe and installed it today 02 Sep 2009 and I have also provided the appropriate path variable for Rtools. I have checked the version of gcc compiler in Rtools.exe is 4.2.1. I have checked (in http://gcc.gnu.org/) the latest available gcc
2009 Sep 02
1
R and GNU gcc for OpenMP
Dear R users, Thanks in advance. I am using R 2.9.1 on Windows XP. May I request you to assist me on the following: I have downloaded Rtools29.exe and installed it today 02 Sep 2009 and I have also provided the appropriate path variable for Rtools. I have checked the version of gcc compiler in Rtools.exe is 4.2.1. I have checked (in http://gcc.gnu.org/) the latest available gcc
2009 Apr 27
2
The .tex version of the manual in foo.Rcheck
In version 2.8.1, running Rcmd check on the package foo would leave the file foo-manual.tex in the folder foo.Rcheck. But as of 2.9.0 only foo-manual.pdf and foo-manual.log are there. Is this intentional? Anyway it is inconvenient, because I would occasionally like to include the manual at the end of a set of exercises, and this was a convenient file to \input with a few select %'s added.
2010 Jun 06
1
R CMD in 2.11.1 error
Hi, I have a set of user defined package which I have installed in 2.8.1 for quite some time. I installed 2.11.0 and 2.11.1 a couple of days ago while still having 2.8.1 version in my system. For the package, package.skeleton works fine in R 2.11. However, it comes problem when I run Rcmd check/intall. The intall.out shows below. I further tested that I reran R-2.8.1/bin/R CMD check in