Skip to content

Commit

Permalink
Merge pull request #153 from Openscapes/stefaniebutland-patch-1
Browse files Browse the repository at this point in the history
Delete inst/readmes directory
  • Loading branch information
stefaniebutland authored Jan 28, 2025
2 parents cb3be6b + a522fc8 commit c7371f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 77 deletions.
10 changes: 4 additions & 6 deletions R/kyber_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
kyber_file <- function(path = NULL){
if(is.null(path)) {
list.files(
system.file(c("agendas", "kyber-templates", "ms-word-themes",
"readmes"), package = "kyber"),
full.names = TRUE)
system.file(c("agendas", "kyber-templates", "ms-word-themes"),
package = "kyber"), full.names = TRUE)
} else {
system.file(c("agendas", "kyber-templates", "ms-word-themes",
"readmes"), path, package = "kyber",
mustWork = TRUE)
system.file(c("agendas", "kyber-templates", "ms-word-themes"),
path, package = "kyber", mustWork = TRUE)
}
}
71 changes: 0 additions & 71 deletions inst/readmes/readme-template.Rmd

This file was deleted.

0 comments on commit c7371f3

Please sign in to comment.