Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I am using the plumberDeploy package in R to set up an API endpoints on DO to a droplet I have running now. I have a package that is on a public github that I need to install.
I’m trying to figure out how to use this function:
analogsea::install_github_r_package(mydrop, "PACERStuff", repo = "https://github.com/myname/Blog/tree/master/packagename")
Which does not work. If I were doing this in the R console it would be
devtools::install_github("myname/Blog", subdir='packagename')
Which does indeed install the package locally. Does anyone else have experience or knowledge on how to install an R package to a droplet from github, specifically using these same functions from plumberDeploy?
LovableDarkBlueRay
328f693408864124b0ea04801e31c9
altessedac