Displaying 20 results from an estimated 100 matches similar to: "Help with permutation function from Turner et al. 2010 (Ecology)"
2009 Sep 09
1
Package that does not work until I re write the exactly the same code
Hi the list,
I am writing a package in S4 and I do not manage to understand a bug.
The "R CMD check" and the "R CMD build" both work. Here is links to the 
package (not on CRAN yet for the raison that I explain bellow):
http://christophe.genolini.free.fr/aTelecharger/kml_0.5.zip
http://christophe.genolini.free.fr/aTelecharger/kml_0.5.tar.gz
Then I install the package and I
2014 Mar 19
1
Memcheck: Invalid read of size 4
Hi the list,
One of my package has a memory issue that I do not manage to understand. The Memtest notes is here:
<http://www.stats.ox.ac.uk/pub/bdr/memtests/valgrind/kml-Ex.Rout>
Here is the message that I get from Memtest
--- 8< ----------------
  ~ Fast KmL ~
==27283== Invalid read of size 4
==27283==    at 0x10C5DF28: kml1 (kml.c:183)
...
==27283==    by 0x10C5DE4F: kml1 (kml.c:151)
2002 Nov 25
2
Pspline smoothing
Dear all,
I'm trying to use the Pspline add-on package to fit a quintic spline 
(norder =3), but I keep running into a Singularity error.
>  traj.spl <- smooth.Pspline(time, x, norder=3 )
Error in smooth.Pspline(time, x, norder = 3) :
	Singularity error in solving equations
>
Playing around with the other parameters produces an "unused arguments" error:
>  traj.spl
2008 Feb 23
1
Set without argument
Hi the list,
I am defining S4 objet. Is it possbile to define a method that change 
the slot of an object without using <- ?
My object contain a numeric and a matrix. At some point, I would like to 
impute the missing value in the matrix. So I would like to use something 
like :
-----------------
setClass("MyObj",representation(time="numeric",traj="matrix"))
a
2008 Feb 08
2
learning S4
Hi the list.
I try to learn the S4 programming. I find the wiki and several doc. But 
I still have few questions...
1. To define 'representation', we can use two syntax :
    - representation=list(temps = 'numeric',traj = 'matrix')
    - representation(temps = 'numeric',traj = 'matrix')
   Is there any difference ?
2. 'validityMethod' check the
2009 Jun 09
3
"R CMD check" does not find a mistake
Hi the list,
I build a package. They was a mistake in it, but R CMD check did not 
find it. Is that normal ?
Here is what Kurt gets (which is right, I did this mistake):
--- 8< ----------------
* checking for code/documentation mismatches ... WARNING
S4 class codoc mismatches from documentation object 'LongData-class':
Slots for class 'LongData'
  Code: id other time traj
2014 Sep 04
1
R CMD check --as-cran does not show all error messages.
Hello, That is my first post here and I'd like to thanks everybody in
advance.
I am writing a package with some R functions and try to submit it to CRAN.
After build and check the package a number of times, I am struggling with
the fact that the CRAN people responsible for checking  packages are
replying me with some mistakes that I just do NOT get when I do the check in
my computer. With the
2015 May 26
0
Compatibility issue between lme4 and kml (operateur "[")
Hi all,
There is a compatibility issue between the package 'lme4' and my package
'kml'. I define the "[" operator. It works just fine in my package (1). If I
try to use the lme4 package, then it does no longer work (2). Moreover, it
has some kind of strange behavior (3). Do you know what is wrong? Any idea
of how I can correct that?
Thanks for your help
Christophe
---
2006 Feb 23
0
adehabitat version 1.4
Dear all,
I have just uploaded to CRAN the version 1.4 of the
package 'adehabitat'. Significant changes are
listed below:
- The eigenanalysis of selection ratios (Calenge and Dufour, 2006, Ecology)
  can now be performed using the function eisera(). It can be used for 
the analysis of
  habitat selection when habitat can be considered to consist of several 
habitat types
  (e.g.
2006 Feb 23
0
adehabitat version 1.4
Dear all,
I have just uploaded to CRAN the version 1.4 of the
package 'adehabitat'. Significant changes are
listed below:
- The eigenanalysis of selection ratios (Calenge and Dufour, 2006, Ecology)
  can now be performed using the function eisera(). It can be used for 
the analysis of
  habitat selection when habitat can be considered to consist of several 
habitat types
  (e.g.
2010 Jan 11
1
K-means recluster data with given cluster centers
K-means recluster data with given cluster centers
Dear R user,
I have several large data sets. Over time additional new data sets will be created.
I want to cluster all the data in a similar/ identical way with the k-means algorithm.
With the first data set I will find my cluster centers and save the cluster centers to a file [1].
This first data set is huge, it is guarantied that cluster
2010 Mar 15
1
problem in reading trajectory file
Hi,
I'm trying to read some trajectory files (text files) which have the form:
# trial n
# t      X      Y
  0      1       2
0.2     1       3
0.4    1.2     4
...
# trial n+1
# t      X      Y
  0      1       2
0.2     1.3     3.3
0.4     1.5     5
...
...
where the symbol # means that the line is not a numeric value, but I still
need to read the number of the trial (n=1, 2, etc.).
 I
2002 Oct 02
6
help to make a map on R
Hi all,
I need a little help for construct an state's map on R.
The first problem is to get the data.
I have a datafile of longitude and latitude in the follow format:
trajectory	latitude	longtude
T		-22.045618	-51.287056
T		-22.067078	-51.265888
T		-22.067039	-51.207249
T		-22.059690	-48.089695
T		-22.075529	-48.074608
T		-22.072460	-48.044472
T		-22.062767	-48.298473
T		-22.077349
2009 Jun 09
0
"R CMD check" does not find a mistake
Hi the list,
I build a package. They was a mistake in it, but R CMD check did not 
find it. Is that normal ?
Here is what Kurt gets (which is right, I did this mistake):
--- 8< ----------------
* checking for code/documentation mismatches ... WARNING
S4 class codoc mismatches from documentation object 'LongData-class':
Slots for class 'LongData'
 Code: id other time traj
2014 Sep 12
0
Compatibility issues between Matrix and kml
Hi the list,
I am the maintainer of the package kml. I quite often receive some email
about a specific bug. The answer is always the same, I tell people to remove
the package Matrix, and then kml works fine.
I wonder what my code is not compatible with the Matrix package. Here is a
(simplified) version of the kml code :
--- 8< ------------
library(longitudinalData)
2005 May 12
0
Package adehabitat version 1.3
Dear all,
I have just uploaded to CRAN the version 1.3 of the
package 'adehabitat'. Significant changes are
listed below:
- Several functions allowing the conversion from
  and to classes of the package sp have been added.
  Maps of class "asc", "kasc", "area", as well as
  radio-monitoring of class "traj" can now be
  converted to the spatial
2005 May 12
0
Package adehabitat version 1.3
Dear all,
I have just uploaded to CRAN the version 1.3 of the
package 'adehabitat'. Significant changes are
listed below:
- Several functions allowing the conversion from
  and to classes of the package sp have been added.
  Maps of class "asc", "kasc", "area", as well as
  radio-monitoring of class "traj" can now be
  converted to the spatial
2006 Dec 01
1
R News, volume 6, issue 5 is now available
Hi
The December 2006 issue of R News is now available on CRAN under the
Documentation/Newsletter link.
Paul
(on behalf of the R News Editorial Board)
-- 
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
paul at stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/
_______________________________________________
2006 Dec 01
1
R News, volume 6, issue 5 is now available
Hi
The December 2006 issue of R News is now available on CRAN under the
Documentation/Newsletter link.
Paul
(on behalf of the R News Editorial Board)
-- 
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
paul at stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/
_______________________________________________
2006 Dec 01
1
R News, volume 6, issue 5 is now available
Hi
The December 2006 issue of R News is now available on CRAN under the
Documentation/Newsletter link.
Paul
(on behalf of the R News Editorial Board)
-- 
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
paul at stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/
_______________________________________________