QuantLet / RobustM

1 stars 3 forks source link

Warning: package ‘IntroCompFinR’ is not available (for R version 4.0.2) #3

Closed BrunoSpilak closed 2 years ago

BrunoSpilak commented 2 years ago

When running source('./RobustM_Packages.R')

It cannot install this package and it is indeed required to run the code. How did you install it ?

BrunoSpilak commented 2 years ago

Solved:

install.packages("IntroCompFinR", repos="http://R-Forge.R-project.org")