Dear R Developers,
I'm developing an R package that I had submitted to Bioconductor project.
This package uses the rgl package to do some tri-dimensional scatter pĺots.
I only work with linux (ubuntu 7.04) system and Windows XP. In both of them
the rgl package works fine. But now, bioconductor te
Try setting TAR to 'tar --force-local'.
This should be the default under Windows, but a typo was introduced in R
2.6.0 after it was tested.
On Thu, 4 Oct 2007, Kevin Wright wrote:
> My setup:
> Windows XP, R-2.6.0, Cygwin (not the Rtools version)
>
> When I tried to build a package, I was given
Hello
One of my packages, untb_1.3-2, passes R CMD check under
MacOSX (and apparently the systems used in the package check
summary page on CRAN) but fails with the following message on
R-2.6.0.tgz compiled last night on my (home) linux box. I hasten
to add that I have never seen this error befo
Robin Hankin wrote:
> Hello
>
>
> One of my packages, untb_1.3-2, passes R CMD check under
> MacOSX (and apparently the systems used in the package check
> summary page on CRAN) but fails with the following message on
> R-2.6.0.tgz compiled last night on my (home) linux box. I hasten
> to add
Robin Hankin wrote:
> Hello
>
>
> One of my packages, untb_1.3-2, passes R CMD check under
> MacOSX (and apparently the systems used in the package check
> summary page on CRAN) but fails with the following message on
> R-2.6.0.tgz compiled last night on my (home) linux box. I hasten
> to
I tried setenv TAR="tar --force-local" and also tried changing the
build script directly to
R_system(join(" ",
("tar --force-local -chf",
&shell_quote_file_path($filepath),
"$pkgname")));
but still had this error:
tar: Cannot execute remot
Hello,
I can nolonger build R packages in R 2.6.0 (win xp). I get the error
message 'sh' is not recognized as an internal
or external command. In earlier versions of R I had no problems. Maybe
that someone can help me with this.
Jean-Paul Fox.
C:\PROGRA~1\R\R-2.6.0\bin>Rcmd build
On Fri, 5 Oct 2007, [EMAIL PROTECTED] wrote:
> Hello,
>
>
>
> I can nolonger build R packages in R 2.6.0 (win xp). I get the error
> message 'sh' is not recognized as an internal
>
> or external command. In earlier versions of R I had no problems. Maybe
> that someone can help me with this.
You c
Hi,
When building a source package on Linux with 'R CMD build',
the files in the resulting tarball don't have the original
permissions.
The problem is that the packages I want to build include an SQLite
data base (an .sqlite file) and, before I run 'R CMD build', I've
made this file read-only (chm