obtain all package artifact folder paths

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")
#> starting untar...
#> done
#> artifact_folders_paths instance:
#>   There are 0 folders. 
#>   Subset via [pkgname] to get full path.