sten
June 17, 2020, 7:14pm
1
So I am using a package from a github which is from the package's branch. Now I can install it locally and it works fine on my machine. But as soon as I publish it to shinyapp.io I think it takes the packages from the master . How can I use that package(branch) while pubilishing on shinyapps.io
Can you use something like packrat?
I am looking for best practises on package dependency management as I am going to deploy a shiny app. My goal is to have an infrastructure which allows me to easily develop new features locally, have these automatically tested (e.g. Gitlab CI) and deployed to a server. Docker seems to be a good choice for this task. My question is mainly how I should take care of the packages my app depends on.
Options:
checkpoint: Only works with CRAN packages and not local packages and there seems to be a bug regarding setting the repos option: Checkpoint Issue
Microsoft R Open: Similar to checkpoint and a bit too fixed on old package versions without the chance to use newer package releases on CRAN or …
system
Closed
August 10, 2020, 11:57pm
3
This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.