Closed ashokkrish closed 5 months ago
Please reinstall the ehpi package. In a prior version I forgot to export the symbol; it is now exported, and I call the symbol as epi
, rather than ehpi::epi
or ehpi:::epi
as before. That will resolve this issue for you.
This issue won't present itself to first time usere, so you're aware. When they launch the application the latest package version of ehpi will be installed.
Remind me what is code to install the ehpi package on a RStudio console?
Remind me what is code to install the ehpi package on a RStudio console?
It is the following (it is also in global.R, because the code is used to install the package if not already installed; like other packages, updates are manual).
Interactively, without any checks that it is already installed, the code is:
library(devtools)
install_github("bryce-carson/ehpi")
@bryce-carson @kle6951 @Toby-exe