I guess this is more r-devel than r-help.
Note, I am just the messenger - I have no idea what the user is trying to model
here.
arima() crashes R (segfault) with Linux R-2.7.0, Solaris R-2.6.0:
*** caught segfault ***
address 4240, cause 'memory not mapped'
Traceback:
1: .Call(R_getQ0, p
On Wed, 11 Jun 2008, Prof Brian Ripley wrote:
> Bill Dunlap wrote:
> > It might be nice if check could print the time it took to do
> > each test.
>
> That's an existing request for various parts of the checking procedure.
> When the time to run a package check jumps up, it is sometimes tedious to
On Wed, 11 Jun 2008, Bill Dunlap wrote:
On Wed, 11 Jun 2008, Kevin R. Coombes wrote:
[1] Because of the need for a nightly build of BioConductor, the tests
(in the ./tests directory) of a package that run routinely as part of "R
CMD check" must complete in five minutes.
[2] Nontrivial regressi
On Wed, 11 Jun 2008 [EMAIL PROTECTED] wrote:
> Full_Name: Juho Vuori
> Version: 2.7.0 (2008-04-22)
> OS: Linux poseidon.fimr.fi 2.6.23.17-88.fc7PAE #1 SMP Thu May 15 00:22:53 EDT
> 2008 i686 i686 i386 GNU/Linux
> Submission from: (NULL) (193.166.188.194)
>
>
> Calling read.table() twice the follo
On Wed, 11 Jun 2008, Kevin R. Coombes wrote:
> [1] Because of the need for a nightly build of BioConductor, the tests
> (in the ./tests directory) of a package that run routinely as part of "R
> CMD check" must complete in five minutes.
> [2] Nontrivial regression testing of complex algorithms on
A combination of RUnit from CRAN and .Rbuildignore provide a workable
solution for the 'xts' package I work on, though this obviously
removes the tests from the distributed code.
http://cran.r-project.org/web/packages/RUnit/index.html
--and--
http://wiki.r-project.org/rwiki/doku.php?id=developer
Hi,
I recently provoked some discussion over on the BioConductor developer
list about testing and R CMD check. In brief, the salient points that
arose from the discussion are:
[1] Because of the need for a nightly build of BioConductor, the tests
(in the ./tests directory) of a package that
Tim, I have reported some similar issues a while back and there was
some discussion on this topic:
http://tolstoy.newcastle.edu.au/R/devel/06/03/4609.html
Good luck,
Kevin
On Tue, Jun 10, 2008 at 6:47 PM, Tim Hesterberg <[EMAIL PROTECTED]> wrote:
> Here are three different scenarios in which the
Prof. Ripley,
>>> Which entries were you wanting to use?
In this case, I would use the followings in Rconfig.h,
then I don't have to add extra settings in congure.ac
#define HAVE_ERRNO_H 1
#define HAVE_ICONV 1
#define HAVE_INTPTR_T 1
#define HAVE_UINTPTR_T 1
#define ICONV_LATIN1 1
#define RETSIG
> "HT" == Heather Turner <[EMAIL PROTECTED]>
> on Wed, 11 Jun 2008 12:50:49 +0100 writes:
HT> Okay, here's the update.
HT> I've created a new function create.post() (with Windows and Unix
HT> versions) which would be the internal function that creates the post
HT> tem
On 11 June 2008 at 00:46, Mark Kimpel wrote:
| I just installed Rmpi on my 64-bit Ubuntu Hardy Heron OS and using the
| following without errors:
| "R CMD INSTALL Rmpi_0.5-5.tar.gz
--configure-args=--with-mpi=/usr/lib64/openmpi"
And it concluded without warnings or errors? Configure found all th
Hello,
I can confirm that Rmpi 0.5.5 works fine with openmpi 1.1
But if (a) the cluster you are running on is set up to allow spawning and (b)
you have lam-mpi installed, there is a function within zzz.R which will spawn a
lam-mpi process as well which you might need to prevent.
The package REA
Okay, here's the update.
I've created a new function create.post() (with Windows and Unix
versions) which would be the internal function that creates the post
template ready to edit and optionally send. In the Windows version I've
added an experimental method == "mailto" option, which will ope
On 11 June 2008 at 10:38, Sklyar, Oleg \(MI London\) wrote:
| Does Rmpi work with OpenMPI at all? It calls lamboot on load from LAM
Yes.
| MPI. I would think that mpi_initialize calls a shared library function
| from LAM MPI which simply does not exist in OpenMPI or which does
| something diffe
Does Rmpi work with OpenMPI at all? It calls lamboot on load from LAM
MPI. I would think that mpi_initialize calls a shared library function
from LAM MPI which simply does not exist in OpenMPI or which does
something different from what it expects. If you ever make Rmpi working
with OpenMPI I would
Hi,=20
=20
I am writing to suggest a change in write.table(). Currently one
feature of this function is so counter-intuitive that it could be
considered to be a bug. I use R 2.6.1 under Windows XP.=20=20
=20
When appending to a file, write.table() automatically writes the column
names first,
Full_Name: Juho Vuori
Version: 2.7.0 (2008-04-22)
OS: Linux poseidon.fimr.fi 2.6.23.17-88.fc7PAE #1 SMP Thu May 15 00:22:53 EDT
2008 i686 i686 i386 GNU/Linux
Submission from: (NULL) (193.166.188.194)
Calling read.table() twice the following way causes a segmentation fault in R.
Run R and type th
17 matches
Mail list logo