Skip to content

Commit

Permalink
version 0.3-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Petzoldt authored and gaborcsardi committed Jun 29, 2006
1 parent 1e19d2e commit 3c57f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,5 +1,5 @@
Package: simecol
Version: 0.3-10
Version: 0.3-11
Date: 2006-06-29
Title: SIMulation of ECOLogical (and other) dynamic systems
Author: Thomas Petzoldt
Expand All @@ -9,4 +9,4 @@ Maintainer: Thomas Petzoldt <petzoldt@rcs.urz.tu-dresden.de>
Description: object oriented framework and tools to simulate ecological (and other) dynamic systems
License: GPL Version 2 or later.
URL: http://www.simecol.de/
Packaged: Thu Jun 29 10:32:15 2006; petzoldt
Packaged: Thu Jun 29 11:49:59 2006; petzoldt
2 changes: 1 addition & 1 deletion R/fromtoby.R
@@ -1,7 +1,7 @@

## check for from-to-by structure of vector
isfromtoby <- function(x) {
all(sort(names(x)) == c("by", "from","to"))
(sum(names(x) %in% c("from","to","by"))==3)
}

hasfromtoby <- function(x) {
Expand Down

0 comments on commit 3c57f24

Please sign in to comment.