Using an R package on a Codeberg repo

I would like to include an R package installed using install_git() from Codeberg, (not install_github()) in a shinyapps application, however this is not supported.

Under package sources, in the shinyapps documentation it says:

please drop us a line in the [shinyapps Community] if the lack of support is a blocker for you.

So here I am.

Would this be possible?

Thanks

Hello @bgcarlisle ,

I had never heard of Codeberg before, so I googled for it and one of the entries was https://codeberg.org/mehrad/mehrad_R_package. They :wink: proposes to install their package with

if (!require("devtools")) install.packages("devtools")
devtools::install_git(url = "https://codeberg.org/mehrad/mehrad_R_package/")

Why would this code (with change of package name of course) not work for you? Did you try it?

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.