Skip to content

Commit 51c081f

Browse files
author
Casey Visintin
committed
updated description file and test parameters for CRAN submission.
1 parent 45c79c2 commit 51c081f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

DESCRIPTION

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@ Package: steps
22
Type: Package
33
Title: Spatially- and Temporally-Explicit Population Simulator
44
Version: 1.3.0
5-
Date: 2022-10-01
5+
Date: 2022-10-03
66
Authors@R: c(
77
person("Casey", "Visintin", email = "casey.visintin@unimelb.edu.au",
8-
role=c("aut", "cre")),
8+
role=c("aut", "cre"), comment = c(ORCID = "0000-0003-2245-8998")),
99
person("Nick", "Golding", email = "nick.golding.research@gmail.com",
1010
role = "ctb"),
1111
person("Skipton", "Woolley", email = "skip.woolley@csiro.au",
12-
role = "ctb"),
13-
person("John", "Baumgartner", email = "john.baumgartner@mq.edu.au",
1412
role = "ctb")
1513
)
1614
Maintainer: Casey Visintin <casey.visintin@unimelb.edu.au>
17-
Description: Software to simulate population change across space and time.
15+
Description: Software to simulate population change across space and time. Visintin et al. (2020) <https://doi.org/10.1111/2041-210X.13354>.
1816
BugReports: https://github.com/steps-dev/steps/issues
1917
URL: https://github.com/steps-dev/steps
2018
Depends:

tests/testthat/test_simulation_results_class.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ test_that('simulation_results classes work', {
9797
habitat_dynamics = list(disturbance(disturbance_layers = "fires",
9898
effect_time = 2)),
9999
timesteps = 10,
100-
replicates = 3,
100+
replicates = 2,
101101
verbose = FALSE)
102102

103103
plan(multisession)
@@ -112,7 +112,7 @@ test_that('simulation_results classes work', {
112112
population_dynamics = pop_dyn2,
113113
habitat_dynamics = NULL,
114114
timesteps = 10,
115-
replicates = 3,
115+
replicates = 2,
116116
verbose = FALSE))
117117

118118
plan(sequential)

0 commit comments

Comments
 (0)