Skip to content

Commit

Permalink
version 1.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Calenge authored and gaborcsardi committed Apr 25, 2014
1 parent 5b9a026 commit 289a0af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: adehabitat
Version: 1.8.13
Date: 2014/04/24
Version: 1.8.14
Date: 2014/04/25
Title: Analysis of habitat selection by animals
Author: Clement Calenge, contributions from Mathieu Basille, Stephane Dray and Scott Fortmann-Roe
Maintainer: Clement Calenge <clement.calenge@oncfs.gouv.fr>
Expand All @@ -9,7 +9,7 @@ Suggests: spatstat, MASS, CircStats
Description: A collection of tools for the analysis of habitat selection by animals
License: GPL (>= 2)
URL: https://www.faunalia.it/animove/trac/
Packaged: 2014-04-24 09:24:58 UTC; calenge
Packaged: 2014-04-25 07:54:20 UTC; calenge
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-04-24 18:50:05
Date/Publication: 2014-04-25 10:57:57
4 changes: 2 additions & 2 deletions MD5
@@ -1,4 +1,4 @@
a3d01f908222a8541339efcc96bf7f9d *DESCRIPTION
d9c4f504b1378be0ae338722f78cc66e *DESCRIPTION
14d86c3acccb282b16fa75b7473397b6 *NAMESPACE
ed47128e7493b9ecb5564454fe0a8825 *R/angles.r
e2ffe2facd0332038d7ef9545bffe068 *R/ararea.r
Expand Down Expand Up @@ -352,4 +352,4 @@ fc28d8af7d53ed96111a30e76623fbef *man/wawotest.Rd
5b676cfe8529035bc0fb5f1cfe10a047 *man/whale.Rd
6dad3787feceb89ae1934d4d4315c03e *man/which.ltraj.Rd
246f1cc5c28586a5c690c9748965a56d *man/wi.Rd
a238a026e78bd158fb53463fd684cef8 *src/tests.c
89f3a09d62ac19a0a2d31bed5f8f9719 *src/tests.c
2 changes: 1 addition & 1 deletion src/tests.c
Expand Up @@ -7955,7 +7955,7 @@ void runsltr(int *xr, int *nr, double *res, int *nrepr)


for (i = 1; i <= n; i++) {
x[i] = xr[i];
x[i] = xr[i-1];
numero[i] = i;
}

Expand Down

0 comments on commit 289a0af

Please sign in to comment.