| infer_docker_org {rworkflows} | R Documentation | 
Infer Docker registry organisation name
Description
Infer Docker registry organisation name from DESCRIPTION file.
Usage
infer_docker_org(docker_org = NULL, docker_registry, verbose = TRUE, ...)
Arguments
| docker_org | Docker registry organization name. 
Can simply be your registry username instead.
If NULL,docker_orgwill be inferred as the R package's GitHub 
owner. | 
| docker_registry | Docker container registry to push to. 
Options include:
 
"ghcr.io" : 
GitHub Container Registry"docker.io" : DockerHub | 
| verbose | Print messages. | 
| ... | Arguments passed on to get_description 
refsReference for one or more GitHub repository in owner/repo format
(e.g."neurogenomics/rworkflows"), or an R package name 
(e.g."rworkflows").pathsPaths to DESCRIPTION file(s)  R package(s).cache_dirDirectory where to cache downloaded files.force_newIgnore cached files and re-download them instead.use_wdSearch the local working directory (and the one above it)
for DESCRIPTION files.use_reposUse R standard R package repositories like CRAN and Bioc
to find DESCRIPTION files.dbA data.table of R package metadata generated by
biocPkgList.repoThe requested Bioconductor repository. The default will be the
Bioconductor software repository: BioCsoft. Available repos include:
"BioCsoft", "BioCann", "BioCexp", "BioCworkflows", and "CRAN". Note
that not all repos are available for all versions, particularly older
versions (but who would use those, right?). | 
Value
Docker registry organisation name.
Examples
infer_docker_org(docker_org="myorg", docker_registry="ghcr.io")
[Package 
rworkflows version 1.0.1 
Index]