Skip to content

Commit e03d250

Browse files
committed
more CRAN checks
1 parent d21d6f0 commit e03d250

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Suggests:
5858
prodlim,
5959
nleqslv,
6060
qdapRegex
61-
RoxygenNote: 7.3.2
61+
RoxygenNote: 7.3.3
6262
Encoding: UTF-8
6363
NeedsCompilation: yes
6464
VignetteBuilder: R.rsp

R/simData.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,14 @@
211211
#' @seealso \code{\link{prepData}}, \code{\link{simObsData}}
212212
#'
213213
#' @examples
214+
#' \dontrun{
214215
#' # 1. Pass a fitted model to simulate from
215216
#' # (m is a momentuHMM object - as returned by fitHMM - automatically loaded with the package)
216217
#' # We keep the default nbAnimals=1.
217218
#' m <- example$m
218219
#' obsPerAnimal=c(50,100)
219220
#' data <- simData(model=m,obsPerAnimal=obsPerAnimal)
220-
#'
221-
#' \dontrun{
221+
#'
222222
#' # 2. Pass the parameters of the model to simulate from
223223
#' stepPar <- c(1,10,1,5,0.2,0.3) # mean_1, mean_2, sd_1, sd_2, zeromass_1, zeromass_2
224224
#' anglePar <- c(pi,0,0.5,2) # mean_1, mean_2, concentration_1, concentration_2

man/simData.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)