Displaying 2 results from an estimated 2 matches for "rcsdp".
2010 Jul 26
1
problem with building package on CRAN
...cking if this is a source package ... OK
* checking whether package 'psych' can be installed ... ERROR
Installation failed.
The installation logfile:
-Id:/Rcompile/CRANpkg/lib/2.11/Rcpp/include
I do have several suggested packages (polycor, GPArotation, MASS,
graph, Rgraphviz, mvtnorm, Rcsdp), but none of these are actually
required. My examples all ask if the suggested packages are
available and then do not call them if they are not.
Any suggestions on what to do would be appreciated.
Thanks.
Bill
--
William Revelle http://personality-project.org/revelle.html
Professor h...
2009 Mar 09
0
Parallel makes
...allel is making any compiled code (2.8.x ran tests in the 'tests'
directory in parallel, but this is not currently done). The standard
procedures work safely with parallel make, but users who write
Makevars or Makefile files need to take this into account. For
example, yesterday's Rcsdp/src/Makevars has
PHONY: all
all: before $(SHLIB)
before: Csdp.ts
but this 'before' target has to be completed before $(SHLIB) can be
built (and it failed to install for me). I am aware that the
documentation did not stress this sufficiently in the past, and
'Writing R Extensions...