You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in server.R we use install_github to install the EpiEstim and CoarseDataTools from GitHub using the hackout3 branches.
Before a production release of this app, the hackout3 branches in those repositories should be merged into master and published to CRAN. Then, we can stop using install_github, which I think also means we can stop requiring devtools.
The text was updated successfully, but these errors were encountered:
NB: We not longer use install_github as we have a description file. Instead, the remotes section needs removing from this file when the packages are on CRAN.
Currently, in
server.R
we useinstall_github
to install theEpiEstim
andCoarseDataTools
from GitHub using the hackout3 branches.Before a production release of this app, the hackout3 branches in those repositories should be merged into master and published to CRAN. Then, we can stop using
install_github
, which I think also means we can stop requiringdevtools
.The text was updated successfully, but these errors were encountered: