Package: rpymat Type: Package Title: Easy to Configure an Isolated 'Python' Environment Version: 0.1.9 Authors@R: c( person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("cph", "aut", "cre")) ) Description: Aims to create a single isolated 'Miniconda' and 'Python' environment for reproducible pipeline scripts. The package provides utilities to run system command within the 'conda' environment, making it easy to install, launch, manage, and stop 'Jupyter-lab'. License: Apache License (>= 2) Encoding: UTF-8 Language: en-US URL: https://github.com/dipterix/rpymat, http://dipterix.org/rpymat/ BugReports: https://github.com/dipterix/rpymat/issues Imports: utils, reticulate (>= 1.21), fastmap (>= 1.1.0), rappdirs (>= 0.3.3), glue (>= 1.4.2), IRkernel (>= 1.3), jsonlite (>= 1.7.3), rstudioapi (>= 0.13) Suggests: spelling Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libpng-dev python3 libzmq3-dev Repository: https://dipterix.r-universe.dev Date/Publication: 2026-05-22 18:14:49 UTC RemoteUrl: https://github.com/dipterix/rpymat RemoteRef: HEAD RemoteSha: f6d4a7a9e447b01f12a1b25795c1be51a38cd857 NeedsCompilation: no Packaged: 2026-06-21 10:46:22 UTC; root Author: Zhengjia Wang [cph, aut, cre] Maintainer: Zhengjia Wang