-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1000 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: basilisk
Version: 1.19.1
Date: 2025-02-11
Title: Freezing Python Dependencies Inside Bioconductor Packages
Authors@R: c(person("Aaron", "Lun", role=c("aut", "cre", "cph"),
email="[email protected]"),
person("Vince", "Carey", role="ctb"))
Depends: reticulate
Imports:
utils,
methods,
parallel,
dir.expiry,
basilisk.utils (>= 1.15.1)
Suggests:
knitr,
rmarkdown,
BiocStyle,
testthat,
callr
biocViews: Infrastructure
Description:
Installs a self-contained conda instance that is managed by the R/Bioconductor installation machinery.
This aims to provide a consistent Python environment that can be used reliably by Bioconductor packages.
Functions are also provided to enable smooth interoperability of multiple Python environments in a single R session.
License: GPL-3
RoxygenNote: 7.3.2
StagedInstall: false
VignetteBuilder: knitr
BugReports: https://github.com/LTLA/basilisk/issues
Encoding: UTF-8