I am trying to use a local package which isn't available on CRAN.I did try using devtools::install_github("youruser/yourpackage") but I keep on getting Error:
Unhandled Exception: Child Task 586815173 failed: Error building image: Error fetching MY_LOCAL_PACKAGE source. <CRANPackageSource repo='http://cran.rstudio.org'> unable to satisfy package:MY_LOCAL_PACKAGE In addition: Warning message: In FUN(X[[i]], ...) : Package 'MY_LOCAL_PACKAGE ' was installed from sources; Packrat will assume this package is available from a CRAN-like repository during future restores Execution halted this error message
Its in a private repo which isnt connected to shinyapps.io via github connection.
Warning message:
In FUN(X[[i]], ...) :
Package 'MY_LOCAL_PACKAGE' was installed from sources; Packrat will assume this package is available from a CRAN-like repository during future restores