Displaying 20 results from an estimated 30000 matches similar to: "R CMD build --binary without option --use-zip-data"
2005 Dec 20
2
Extracting data from .zip file in WINDOWS version of package
Hello,
I am building a R-package for Genetics analysis. The accepted data is in pedigree (.ped) file format.
To load the data (say CAMP.ped) from "data" directory, I have a function "CAMP.R", which does the job.
The package builds successfully in Linux (.tar.gz) and the data loads successfully by "data(CAMP)".
However, when I build the package in WINDOWS, the data
2007 Nov 14
3
When to use LazyLoad, LazyData and ZipData?
Dear developeRs,
I've searched the documentation, FAQ, and mailing lists, but haven't
found the answer(*) to the following:
When should one specify LazyLoad, LazyData, and ZipData?
And what is the default if they are left unspecified?
(*)Except that
1) If the package you are writing uses the methods package, specify
LazyLoad: yes, and
2) The optional ZipData field controls whether the
2013 Jan 05
1
Install package from local zip file
Hello,
I just downloaded the MareyMap: an R-based tool and followed the
instructions:
Option1: Click "Packages-Install package(s) from local zip files", it showed
the followed error messages:
> utils:::menuInstallLocal()
Error in read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) :
cannot open the connection
In addition: Warning
2009 May 15
2
Problem building (binary) packages for Windows
Hi,
I am having a problem building binary packages for
Windows recently.
Normally, I use the "Murdoch-Sutherland" tool set,
http://www.murdoch-sutherland.com/Rtools/
just build source packages by
R CMD build <pkgname>
and install these with
R CMD INSTALL <pkgname>
But now, for someone without having this tool set installed,
under Win XP, with R-2.10dev
2004 Nov 02
1
Re: [R] case-insensitive ZIP
Uwe and Brian,
Thanks for your attention to this one.
We currently have the following array of atypical situations in our
corporate installation:
(1) Central install directory, where I neither have nor can reasonably
want Administrator priviledges;
(2) IT staff willing to maintain R officially but wants to leave
*contributed* packages to user groups if at all possible;
(3) Direct access from R
2013 Oct 08
2
problems with package COZIGAM
Dear All I am having problems to install the package COZIGAM.
Despite I have the update version of R (3.0.2) when I try to load the package I cannot find it in the list of available packages.
If I try to install it from a local zip file I do get this error message:
Error in read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) :
cannot open the
2017 Oct 04
1
R CMD Rd2pdf and macros
No, I do not get the same as you.
I have tested with R-devel and R-patched compiled today. When I do
R CMD Rd2pdf mpra
I get (as reported a few days ago)
Hmm ... looks like a package
Converting Rd files to LaTeX Error : mpra/man/mpra-package.Rd:6: file
'./DESCRIPTION' does not exist
whereas you (Kurt) reports that this works on zTree.
When I do
R CMD Rd2pdf mpra/man
I get
- a
2012 Feb 01
1
Windows 7 installation of .qz package from SourceForge
Hello, I'm trying to install the package metRology from SourceForge. I save the zip file metRology_0.9-06.tar.gz to my Windows 7 machine, and try to install the package using the RGUI: Packages > Install packages from local zip files > metRology_0.9-06.tar.gz. There's no .zip extension, but R seems to go to work on the installation with a couple warning messages and one error.
2012 Aug 21
1
R CMD build error with data files
Dear list,
I want to update my prabclus package which I haven't done for quite a
while.
In the previous version, I had .dat files in my data subdirectory, which I
read using .R files. Now R CMD check gives me a warning that .dat files
are no longer accepted there.
So I changed my filenames to .txt, but actually some of these files are
only there in order to be read by .R, not in order
2012 Sep 13
3
Cannot install package xlsx
I get following error message:
trying URL
'http://cran.stat.ucla.edu/bin/windows/contrib/2.15/xlsx_0.4.2.zip'
Content type 'application/zip' length 365611 bytes (357 Kb)
opened URL
downloaded 357 Kb
Error in read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) :
cannot open the connection
In addition: Warning messages:
1: In
2011 Oct 05
3
R CMD check
Dear R-Group,
I have a function that sorts a data frame and oneo of the lines in the
function is:
vars <- unlist(strsplit(formc, "[\\+\\-]"))
The function works fine and the above line is always reached. However, when I
include the function in a package and run "R CMD check pkgname" it gives this
error message:
'\+' is an unrecognized escape in character
2013 May 02
1
Clean Price of Bond : Can't install "RQuantLib" in R version 3.0.0
Dear Forum,
I have R version 3.0.0 installed and need to install RQuantLib pacakge. I tried to install it from CRAN Mirror and I couldn't load it. I had saved the package i zip format and tried to install it locally but I am getting following error.
> utils:::menuInstallLocal()
Error in read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) :
2004 Nov 01
1
case-insensitive ZIP
A development note:
In the function "install.packages", it would be helpful to those of us
who have atypical installations and install manually from ZIP files to
have
pkgnames <- sub("\\.zip$", "", pkgnames)
replaced with
pkgnames <- sub("\\.zip$", "", pkgnames, ignore.case = TRUE)
because the contributed zipfiles are ZIPfiles. The
2004 Nov 01
1
case-insensitive ZIP
A development note:
In the function "install.packages", it would be helpful to those of us
who have atypical installations and install manually from ZIP files to
have
pkgnames <- sub("\\.zip$", "", pkgnames)
replaced with
pkgnames <- sub("\\.zip$", "", pkgnames, ignore.case = TRUE)
because the contributed zipfiles are ZIPfiles. The
2008 Nov 06
1
problem packaging S4 class that contains a slot of jobjRef class
Hello,
I'm trying to package some source files that link R to a broker using
a Java API and the rJava package. I am successful doing the connection
and operate on it using my R code. I would like to package the files and
release the package.
I created some S4 classes to hold several Java objects. I use WinXP and R
2.7.1. I've searched RSeek and the Wiki for help, but could not find a
2010 Feb 15
1
R-Commander plug-in difficulties
Hi All,
I have recently created an Rcmdr plugin package and it passed all the
checks and was uploaded to CRAN. I then downloaded it from CRAN and
tried running it from my local R program and received this error:
...
Error in f(libname, pkgname) : could not find function "getRcmdr"
Error in library(pkg, character.only = TRUE) :
.First.lib failed for 'RcmdrPlugin.MAc'
In my
2010 Oct 24
1
R-devel CMD build fails when vignette present
If I try to build a package with a vignette
R CMD build Biobase
I see
* checking for file 'Biobase/DESCRIPTION' ... OK
* preparing 'Biobase':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to re-build vignettes
* creating vignettes ... OK
* cleaning src
Error in setwd(pkgname) : cannot change working directory
Execution halted
This is
2011 Mar 26
1
core Matrix package segfaulted on R CMD check --use-gct
Current core/Recommended Matrix package (0.999375-48) has been segfaulting against R 2.13-alpha/2.14-trunk for the last week or so (since R-2.13 was branched, when I started trying) when "run with R CMD check --use-gct":
--------------
> pkgname <- "Matrix"
> source(file.path(R.home("share"), "R", "examples-header.R"))
>
2014 Feb 05
1
R CMD check, NOTEs, & S4-dependent packages
As I was running "R CMD check" on one of my older packages
(matlab), I was attempting to fix one of the NOTEs which
bitches about attempting to change the search path using
require().
In my case, I am repeating a package dependency for "methods"
package in my .onLoad() function. Can this scenario (based
on something B. Ripley discussed many years ago) no longer
occur? Just
2013 May 02
1
R CMD building SPEEDY
Hello every one:
I get following warning when building my R package with R-3.0.0.
building 'SPEEDY.tar.gz' Warning in utils::tar(filepath, pkgname,
compression = "gzip", compression_level = 9L, : number of items to replace
is not a multiple of replacement length thanks Michael
I have no idea for this, can you help me.
Best regard