We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dce1b commit 403a453Copy full SHA for 403a453
env_setup.sh
@@ -0,0 +1 @@
1
+Rscript -e "pak::pak('itsleeds/tds', ask = FALSE)"
pixi.toml
@@ -5,8 +5,6 @@ name = "tds"
5
platforms = ["win-64"]
6
version = "0.1.0"
7
8
-[tasks]
9
-
10
[dependencies]
11
jupyter = "*"
12
jupyter-cache = "*"
@@ -25,4 +23,7 @@ r-remotes = "*"
25
23
r-DT = "*"
26
24
r-reticulate = "*"
27
r-spData = "*"
28
-r-pak = "*"
+r-pak = "*"
+
+[activation]
29
+scripts = ["env_setup.sh"]
0 commit comments