-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 968 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
30 lines (30 loc) · 968 Bytes
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
Package: basilisk
Version: 1.23.0
Date: 2025-05-19
Title: Freezing Python Dependencies Inside Bioconductor Packages
Authors@R: c(person("Aaron", "Lun", role=c("aut", "cre", "cph"),
email="infinite.monkeys.with.keyboards@gmail.com"),
person("Vince", "Carey", role="ctb"))
Depends: reticulate
Imports:
utils,
methods,
parallel,
dir.expiry
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