ERROR: dependency 'etm' is not available for package 'Epi'

Hi,
I'm trying to install the 'Epi' package and I have this message error :
ERROR: dependency 'etm' is not available for package 'Epi'

I wanted to manually install etm but it no longer exist on CRAN

Could someone help me to install this package anyway ?

You could install from GitHub using the devtools package.

library(devtools)
install_github("cran/Epi")

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.