Safar
1
hi I get the following error could you help me please
ERROR: dependency 'PhaseType' is not available for package 'ReliabilityTheory'
I ry to instul 'ReliabilityTheory' package from GitHub as
install.packages("devtools")
library("devtools")
install_github("louisaslett/ReliabilityTheory")
PhaseType
is no longer in CRAN but you can try to install it from the GitHub mirror.
remotes::install_github("cran/PhaseType")
Safar
3
Thank you so much it help me alot
system
Closed
4
This topic was automatically closed 21 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.