minioclient currently archived on CRAN since some tests introduced in 0.0.4 release violate policies.
[x] minioclient's default configuration directory, ~/.mc violates policy. Configuration files are now placed in minio_path() directory, using OS-specific path from tools::R_user_dir(), or configured as options("minioclient.dir")
[x] unit tests that downloading binary without prompt is not permitted. install_mc() will now prompt before install in interactive mode and must be called explicitly in batch scripts.
[x] Some tests may not have failed gracefully when depending on external resources. (i.e. R CMD CHECK on CRAN must should never throw an error when a network connection is not available, including examples that have been marked donttest and and dontrun, which still get tested and run periodically on CRAN).
minioclient currently archived on CRAN since some tests introduced in 0.0.4 release violate policies.
~/.mc
violates policy. Configuration files are now placed inminio_path()
directory, using OS-specific path fromtools::R_user_dir()
, or configured asoptions("minioclient.dir")
install_mc()
will now prompt before install in interactive mode and must be called explicitly in batch scripts.