Open spsanderson opened 3 years ago
Hi @spsanderson ,
The problem is due to the fact that you have tried to load both garchmodels and bayesmodels and in both there is a "garch_reg" model. I'm going to have to put the model definition in one of the two packages to prevent this from happening, but I imagine I won't have time to do it until the weekend.
Regards,
Sounds good
Sent from my iPhone www.spsanderson.com
On Jun 7, 2021, at 3:42 PM, Alberto González Almuiña @.***> wrote:
Hi @spsanderson ,
The problem is due to the fact that you have tried to load both garchmodels and bayesmodels and in both there is a "garch_reg" model. I'm going to have to put the model definition in one of the two packages to prevent this from happening, but I imagine I won't have time to do it until the weekend.
Regards,
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
was it done? i'm facing the same issue here
btw, i'm not importing bayesmodels
right after restarting r.
> library(garchmodels)
Loading required package: parsnip
Loading required package: rugarch
Loading required package: parallel
Attaching package: ‘rugarch’
The following object is masked from ‘package:stats’:
sigma
Loading required package: rmgarch
Error: package or namespace load failed for ‘garchmodels’:
.onLoad failed in loadNamespace() for 'garchmodels', details:
call: NULL
error: Model `garch_reg` already exists
Produces the following: