Changes in version 0.3.8 (2025-04-19) o Updates plot method o Fixed S3 method registration in NAMESPACE o Replaced deprecated doctype tag and removed unused references Changes in version 0.3.7 (2020-06-26) o Adding reference to examples and more detailed material- published in the Journal of Statistical Software Changes in version 0.3.6 (2020-04-16) o Using doRNG package to perform reproducible parallel foreach loops: sim_*.R o Documentation mistakes. Changes in version 0.3.5 (2018-06-15) o stop condition fix Changes in version 0.3.4 o ssa methods were fixed in the following files: custom_inf, custom_migr, sim_custom_migr, sim_custom_migr_prob, sim_custom_migr_rule, sim_custom_migr_rule_prob, hybrid_Model o Adding stop messages to arguments in hybriModel function Changes in version 0.3.3 o fixing documentation and data sample description Changes in version 0.3.2 o emigrRule: bug fix in variable emigrants$emi Changes in version 0.3.1 o Documentation fix o emigrRule: bug fix o emigrRule: caveat fix, nodes get in line randomly to recieve imigrants Changes in version 0.3.0 o adding argument emigrRule o adding argument probWeight Changes in version 0.2.15 (2017-09-27) o adding few short comments o adding date option in summary method o updating summary documentation o updating description field Changes in version 0.2.14 o findContactChain: it retrieves chains without selected.node. o networkSample: removing unnecessary data. Changes in version 0.2.13 o New class and methods to handle customizable models of influence link type. o new example with a influence link type. Changes in version 0.2.12 o summary - bug fix. o roxygen2 warning fix. Changes in version 0.2.11 o Documentations mistakes. o summary method. Changes in version 0.2.10 o Identation and naming mistakes corrected. Changes in version 0.2.9 (2016-11-09) o new column names of example data set (new documentation). o adjusting all examples for the new column names. Changes in version 0.2.8 o implemantation of findContactChain function. Changes in version 0.2.7 o example data have one column name changed. Changes in version 0.2.6 (2016-01-20) o using PSOCK cluster type for all OSs. Changes in version 0.2.5 o Considering Mac OS cluster type for parallel functions. Changes in version 0.2.4 o faster examples (from SIR to SIS and smaller pops). o back to doParallel package. o foreach package from Depends to Imports. o layout changes data set help. o removing unnecessary function. Changes in version 0.2.3 o stats package from Depends to Imports. Changes in version 0.2.2 o It uses the superseded package: 'doSNOW' since it passes the cran check and the doParallel did not. Changes in version 0.2.1 o Changing examples: examples are now using custom equations. o plot.HD function: it is possible to customize through ggplot2. Changes in version 0.2.0 o hybridModel function: now it includes new class (customMigr). o buildModelClass function: now it includes it includes new class (generic function). o buildModelClass.customMigr: method to create an object of the class customMigr. o simHM.customMigr function: method to run custom models (migration link type). o plot.HD function: new plot opstions. o networkSample data: new data set o nodesCensus data: new data set Changes in version 0.1.0 o hybridModel function: now it includes link.type parameter. o buildModelClass function: now it includes link.type parameter (generic function). o buildModelClass.siWoDemogrMigr: replaces buildModelClass.siWoDemogrMigr method. o buildModelClass.siWoDemogrInfl: method to create an object of the class siWoDemogrInfl. o simHB function: generic that calls the method based on model's class. o simHB.siWoDemogrMigr function: method to run the 'SI without demographics' model of migration link type. o simHB.siWoDemogrInfl function: method to run the 'SI without demographics' model of influence link type. o plot.HD function: replaces plot.siWoDemogrmethod method. o networkSample data: replaces network.sample o nodesCensus data: replaces nodes.Info Changes in version 0.0.1 o hybridModel function: main function to simulate the spread of diseases using an model. o buildModelClass function: generic that calls the method based on model's class. o buildModelClass.siWoDemogr: method to create an object of the class siWoDemogr. o simHB function: generic that calls the method based on model's class. o simHB.siWoDemogr function: method to run the 'SI without demographics' model. o plot.siWoDemogr function: method to plot the 'SI without demographics' results. o network.sample data: a sample of a dynamic network of traded animals between farms. o network.Info data: farms' censitary information.