Displaying 3 results from an estimated 3 matches for "ceratain".
2003 Mar 05
2
problem with cclust[er] package
....uk [mailto:ripley at stats.ox.ac.uk]
Sent: Wednesday, March 05, 2003 2:44 PM
To: Igor Oleinik
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] problem with cclust[er] package
On Wed, 5 Mar 2003, Igor Oleinik wrote:
> I am calling cclust function in cclust package
> repeatedly until some ceratain conditions
> for a cluster are met. Unfortunately,
> the system crashes on the second call (after debugging).
>
> # kmeans res1 is a well defined matrix
> cl <- cclust(res1, as.numeric(ncntrs), iter.max = 20, verbose = FALSE,
> dist="manhattan", method="kmeans...
2003 Mar 05
1
problem with ccluster package
Hello,
I am calling cclust function in cclust package
repeatedly until some ceratain conditions
for a cluster are met. Unfortunately,
the system crashes on the second call (after debugging).
# kmeans res1 is a well defined matrix
cl <- cclust(res1, as.numeric(ncntrs), iter.max = 20, verbose = FALSE,
dist="manhattan", method="kmeans")
RGui has generated e...
2011 Jun 07
1
Packages for R-CRAN (organizing aspects)
...want to provide on R-CRAN.
One package alreads is working, but I have some warnings in
when compiling. Also I don't know if the libraries in use are only
working on Unix/Linux.
So I have some general questions:
- If I'm not sure if the code would also work on windows
(needing some ceratain libraries or tools),
would it be better to mark it as Unix-like only?
Would other people, who are interested in using the package
on Windows, then look for the other issues?
(I'm just interested in providing the functionality, and I don't use Windows,
so compatibility...