Skip to content

Commit fc74bb1

Browse files
authored
refactor: path definition in R template (#85)
1 parent d0f6686 commit fc74bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/templates/template.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ library("this.path")
22

33
library("anndata")
44

5-
source(paste(dirname(this.dir()), "r/_constants.R", sep = "/"))
5+
source(file.path(dirname(this.dir()), "r/_constants.R"))
66

77
# Constants
88
DATASET_ID <- ""

0 commit comments

Comments
 (0)