We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f6686 commit fc74bb1Copy full SHA for fc74bb1
1 file changed
scripts/templates/template.R
@@ -2,7 +2,7 @@ library("this.path")
2
3
library("anndata")
4
5
-source(paste(dirname(this.dir()), "r/_constants.R", sep = "/"))
+source(file.path(dirname(this.dir()), "r/_constants.R"))
6
7
# Constants
8
DATASET_ID <- ""
0 commit comments