Displaying 2 results from an estimated 2 matches for "spacemaker".
Did you mean:
pacemaker
2011 Jul 31
3
R 2.13.1 can't find package binaries on R-Forge
...b", ...) :
cannot open: HTTP status was '404 Not Found'
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package 'p3d' failed
The list of packages I install this way is:
special <- c("p3d", "patchDVI", "spacemakeR", "spida")
install.packages(special,repos="http://R-Forge.R-project.org")
Is this just an R-Forge problem? The source packages are there, but not
the windows binaries. The log files
are uninformative:
p3d log file (build_win64)
Sun Jul 31 00:28:31 2011: Building...
2011 Nov 07
3
CRAN: How to list a non-Sweave doc under "Vignettes:" on package page?
Hi,
is it possible to have non-Sweave vignettes(*) in inst/doc/ be listed
under 'Downloads' on CRAN package pages? For instance, in my R.rsp
package I have a inst/doc/report.pdf (part of the source *.tar.gz)
that is not detected/listed. The PDF is not based on a Sweave
vignette but an *.tex.rsp vignette that is dynamically created via
inst/doc/Makefile. It is listed
(*) BTW, can the