BreakoutDetection icon indicating copy to clipboard operation
BreakoutDetection copied to clipboard

install BreakoutDetection offline

Open jiangok2006 opened this issue 7 years ago • 0 comments

I tried to install BreakoutDetection offline per https://stackoverflow.com/questions/33179156/installing-a-package-offline-from-github and got error:

source <- devtools:::source_pkg("/Users/abc/BreakoutDetection-master")
install(source)

Error in eapply(ns_env(pkg), force, all.names = TRUE) : 
  cannot open file '/Library/Frameworks/R.framework/Versions/3.5/Resources/library/BreakoutDetection/R/BreakoutDetection.rdb': No such file or directory
In addition: Warning message:
In eapply(ns_env(pkg), force, all.names = TRUE) :
  restarting interrupted promise evaluation

Any idea? Thanks.

jiangok2006 avatar Aug 27 '18 05:08 jiangok2006