tests/testthat/_snaps/disease_transformation.md

Warnings for negative or non-finite values in transformed data [plain]

Code
  invisible(new_function(carrying_capacity = rep(100, 4), segment_abundance = matrix(
    1:12, nrow = 3), occupied_indices = c(1, 2), breeding_season_length = rep(100,
    4), r = 1, tm = 1))
Condition
  Warning:
  Non-finite segment abundances returned by user-defined test function at indices 1.
  Warning:
  Negative carrying capacities returned by user-defined test function at indices 2
Code
  invisible(new_function(carrying_capacity = rep(100, 4), segment_abundance = matrix(
    1:12, nrow = 3), occupied_indices = c(1, 2), breeding_season_length = rep(100,
    4), r = 1, tm = 1))
Condition
  Warning:
  Negative carrying capacities returned by user-defined test function at indices 2

Warnings for negative or non-finite values in transformed data [ansi]

Code
  invisible(new_function(carrying_capacity = rep(100, 4), segment_abundance = matrix(
    1:12, nrow = 3), occupied_indices = c(1, 2), breeding_season_length = rep(100,
    4), r = 1, tm = 1))
Condition
  [1m[33mWarning[39m:[22m
  [1m[22mNon-finite segment abundances returned by user-defined test function at indices 1.
  [1m[33mWarning[39m:[22m
  [1m[22mNegative carrying capacities returned by user-defined test function at indices 2
Code
  invisible(new_function(carrying_capacity = rep(100, 4), segment_abundance = matrix(
    1:12, nrow = 3), occupied_indices = c(1, 2), breeding_season_length = rep(100,
    4), r = 1, tm = 1))
Condition
  [1m[33mWarning[39m:[22m
  [1m[22mNegative carrying capacities returned by user-defined test function at indices 2

Warnings for negative or non-finite values in transformed data [unicode]

Code
  invisible(new_function(carrying_capacity = rep(100, 4), segment_abundance = matrix(
    1:12, nrow = 3), occupied_indices = c(1, 2), breeding_season_length = rep(100,
    4), r = 1, tm = 1))
Condition
  Warning:
  Non-finite segment abundances returned by user-defined test function at indices 1.
  Warning:
  Negative carrying capacities returned by user-defined test function at indices 2
Code
  invisible(new_function(carrying_capacity = rep(100, 4), segment_abundance = matrix(
    1:12, nrow = 3), occupied_indices = c(1, 2), breeding_season_length = rep(100,
    4), r = 1, tm = 1))
Condition
  Warning:
  Negative carrying capacities returned by user-defined test function at indices 2

Warnings for negative or non-finite values in transformed data [fancy]

Code
  invisible(new_function(carrying_capacity = rep(100, 4), segment_abundance = matrix(
    1:12, nrow = 3), occupied_indices = c(1, 2), breeding_season_length = rep(100,
    4), r = 1, tm = 1))
Condition
  [1m[33mWarning[39m:[22m
  [1m[22mNon-finite segment abundances returned by user-defined test function at indices 1.
  [1m[33mWarning[39m:[22m
  [1m[22mNegative carrying capacities returned by user-defined test function at indices 2
Code
  invisible(new_function(carrying_capacity = rep(100, 4), segment_abundance = matrix(
    1:12, nrow = 3), occupied_indices = c(1, 2), breeding_season_length = rep(100,
    4), r = 1, tm = 1))
Condition
  [1m[33mWarning[39m:[22m
  [1m[22mNegative carrying capacities returned by user-defined test function at indices 2


Try the epizootic package in your browser

Any scripts or data that you put into this service are public.

epizootic documentation built on Oct. 2, 2024, 5:07 p.m.