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
Followed the step-by-step installation instructions, then used the demo workflow,
still got this error:
1) library(Retip)
2) prep.wizard() - Windows firewall warning (allow)
socket cluster with 72 nodes on host ‘localhost’
3) RP2 <- readxl::read_excel("Plasma_positive.xlsx", sheet = "lib_2", col_types = c("text","text", "text", "numeric"))
Error in loadNamespace(name) : there is no package called ‘readxl’
Potential solution, install
install.packages("readxl")
The text was updated successfully, but these errors were encountered:
Followed the step-by-step installation instructions, then used the demo workflow,
still got this error:
Potential solution, install
The text was updated successfully, but these errors were encountered: