make_pgk_cache_subdir_for_all_relative_files {pkgfilecache} | R Documentation |
Given a relative file, create the subdir in the package cache if needed.
make_pgk_cache_subdir_for_all_relative_files(pkg_info, relative_filenames)
pkg_info |
named list. Package identifier, see get_pkg_info() on how to get one. |
relative_filenames |
vector of strings. A vector of filenames, relative to the package cache. Can be a list of vectors, which will be interpreted as files with subdirs. |