Skip to content

Commit

Permalink
update source definition
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanFobbe committed Mar 10, 2023
1 parent b72b629 commit c8a6b7a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pipeline.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -243,22 +243,19 @@ docvarnames <- c("gericht",
```



## ZIP-Datei für Source definieren

```{targets global-sourcefiles, tar_globals = TRUE}
files.source.raw <- c(list.files(pattern = "\\.R$|\\.toml$|\\.md$|\\.Rmd$"),
files.source.raw <- c(list.files(pattern = "\\.R$|\\.toml$|\\.R?md$|\\.yaml|\\.sh|\\.txt"),
"Dockerfile",
"reports",
"data",
"functions",
"tex",
"gpg",
"buttons",
list.files(pattern = "renv\\.lock|\\.Rprofile",
all.files = TRUE),
list.files("renv",
pattern = "activate\\.R",
full.names = TRUE))
"buttons")
```

Expand All @@ -267,6 +264,7 @@ files.source.raw <- c(list.files(pattern = "\\.R$|\\.toml$|\\.md$|\\.Rmd$"),




# Pipeline: Konstruktion


Expand Down

0 comments on commit c8a6b7a

Please sign in to comment.