Displaying 3 results from an estimated 3 matches for "simobj".
2013 Oct 03
1
check warning with .onLoad() and setClass()
...I am writing a package in which I define a new class in the .onLoad()
hook:
,----
| .onLoad <- function(libname, pkgname) {
| setClass(
| "inDrak",
| representation(
| init = "SpatialGridDataFrame"
| ),
| contains = "simObj"
| )
| }
`----
The class "simObj" is defined in the package, which is in the depends
section in the DESCRIPTION file:
,----
| Package: InDrak
| Type: Package
| Title: Alien spread management simulation model for the Drakensberg
| Version: 0.1-0
| Date: 2013-10-03_11-55
| Au...
2006 Jul 05
0
package simecol uploaded to CRAN
...ass system is proposed, which should provide a consistent but still
flexible and extensible way to implement dynamic models.
Models of different type are provided as data and in source code (see
directory "examples") which are intended as a starting point to write
and distribute your own simObj models.
The package is supplemented with several utility functions (e.g.
seedfill or neighbours), which can be used independently from simObj
objects.
More Info:
==========
? simecol-package: general description of the package
? parms: functions to get or set model parameters etc.
Examples:
==...
2006 Jul 05
0
package simecol uploaded to CRAN
...ass system is proposed, which should provide a consistent but still
flexible and extensible way to implement dynamic models.
Models of different type are provided as data and in source code (see
directory "examples") which are intended as a starting point to write
and distribute your own simObj models.
The package is supplemented with several utility functions (e.g.
seedfill or neighbours), which can be used independently from simObj
objects.
More Info:
==========
? simecol-package: general description of the package
? parms: functions to get or set model parameters etc.
Examples:
==...