Displaying 2 results from an estimated 2 matches for "vntx".
Did you mean:
intx
2004 Jun 22
3
[Q] GET_DIM() crash on Windows only
...$major == 1 && version$minor < 8.1) {
stop("Requires R 1.8.1 or later")
}
library.dynam("getdim", pkgname, libname)
}
src/getdim.c
------------
#include <R.h>
#include <Rdefines.h>
#include <R_ext/PrtUtil.h>
int GetMatrixDimen(SEXP vntX, int *nrow, int *ncol)
{
SEXP vntXdim;
int nX;
#ifdef DEBUG_GETDIM
REprintf("In GetMatrixDimen()...\n");
#endif
/**** Code crashes here on Windoze ******/
PROTECT(vntXdim = GET_DIM(vntX));
#ifdef DEBUG_GETDIM
REprintf("\tgot dimension object\n");
#endif...
2011 Dec 15
0
Puppet 2.7.9 package for Solaris
...I''ve rolled 2.7.9 for Solaris as an OpenCSW package[1]. You can get it from the ''unstable'' catalog now.
Regards,
--Mark
[1] http://www.opencsw.org/packages/puppet & http://www.opencsw.org/packages/puppetmaster
--
Mark Phillips
http://probably.co.uk
http://vntx.cc
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this...