artifact_folder_paths: obtain all package artifact folder paths

View source: R/get_report_tgz.R

artifact_folder_pathsR Documentation

obtain all package artifact folder paths

Description

obtain all package artifact folder paths

Usage

artifact_folder_paths(
  version = "3.16",
  type = "bioc",
  cache = BiocFileCache::BiocFileCache(),
  url = NULL,
  destbase = "report"
)

Arguments

version

character(1) defaults to "3.16"

type

character(1) defaults to 'bioc' which implies 'software'; see Note.

cache

instance of 'BiocFileCache::BiocFileCache()'

url

passed to 'get_report_tgz_cacheid'

destbase

passed to 'path_to_untarred_artifact_folders', defaults to "report"

Note

Use bbsBuildArtifacts:::valid_types() to see valid values for 'type'.

Examples

cururl = demo_url()
artifact_folder_paths(url=cururl, destbase="test_report")

vjcitn/bbsBuildArtifacts documentation built on Aug. 6, 2023, 2:06 p.m.