-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
38 lines (31 loc) · 1014 Bytes
/
pixi.toml
File metadata and controls
38 lines (31 loc) · 1014 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
31
32
33
34
35
36
37
38
[project]
name = "r-RcppDPR"
channels = ["dnachun", "conda-forge", "bioconda"]
platforms = ["linux-64", "osx-64", "osx-arm64"]
[system-requirements]
libc = { family="glibc", version="2.17" }
[tasks]
devtools_document = "R -e 'devtools::document()'"
devtools_test = "R -e 'devtools::test()'"
codecov = "R -e 'covr::codecov(quiet = FALSE)'"
rcmdcheck = "R -e 'rcmdcheck::rcmdcheck(args = c(\"--no-manual\"))'"
use_major_version = "R -e 'usethis::use_version(which = \"major\", push = FALSE)'"
use_minor_version = "R -e 'usethis::use_version(which = \"minor\", push = FALSE)'"
use_patch_version = "R -e 'usethis::use_version(which = \"patch\", push = FALSE)'"
[feature.r43]
dependencies = {"r-base" = "4.3.*"}
[feature.r44]
dependencies = {"r-base" = "4.4.*"}
[environments]
r43 = {features = ["r43"]}
r44 = {features = ["r44"]}
[target.linux-64.dependencies]
"gcc" = "*"
[dependencies]
"gsl" = "*"
"r-devtools" = "*"
"r-rcmdcheck" = "*"
"r-covr" = "*"
"r-rcpp" = "*"
"r-rcpparmadillo" = "*"
"r-rcppgsl" = "*"