11 comments (11 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python358 forks (358 forks)batch import
documentationhelp wanteduser-support
Repository metrics
- Stars
- 1,544 stars (1,544 stars)
- PR merge metrics
- Avg merge 17h 41m (Avg merge 17h 41m)2 merged PRs in 30d (2 merged PRs in 30d)
Description
This comes from https://github.com/jupyterhub/mybinder.org-deploy/issues/907 reported by @Athanasiamo:
Hi. Is there any way to install a package from github in a binderhub shiny app deploy?
I've tried adding devtools::install_github() in the install.R file, (after devtools install ofc), but that > does not seem to do it? At least the build is failing.
Contributor guide
- Research direction
- Investigate the build failure when using devtools::install github() in install.R for R Shiny apps. Check if R packages are installed correctly and if system dependencies for the GitHub package are missing. Look at the repo2docker documentation and existing tests for R support.
- Tech stack
- pythonr
- Domain
- devops
- Issue type
- Bug
- Prerequisites
- RGitDocker