From deffa459111a5e134628a488640ed1d530dd7c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Toma=C5=A1evi=C4=87?= Date: Mon, 13 Nov 2023 12:19:08 -0500 Subject: [PATCH] Remove EGAnet package dependency from dlo.R --- R/dlo.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/R/dlo.R b/R/dlo.R index d32c748..d5daf8c 100644 --- a/R/dlo.R +++ b/R/dlo.R @@ -1,6 +1,4 @@ # Simulation of emotion data based on Damped Linear Oscillator (DLO) model -# Dependencies: EGAnet package 2.0.2 -library(EGAnet) #' @title Dynamics function of the DLO model #' @description This function calculates the dynamics of a system using the DLO (Damped Linear Oscillator) model based on Equation 1 (Ollero et al., 2023).