We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666e0d6 commit ab097ccCopy full SHA for ab097cc
1 file changed
R/build-readme.R
@@ -63,7 +63,7 @@ build_rmd <- function(
63
build_readme <- function(path = ".", quiet = TRUE, ...) {
64
pkg <- as.package(path)
65
66
- regexp <- paste0(path_file(pkg$path), "/(inst/)?readme[.]rmd")
+ regexp <- paste0(path_file(pkg$path), "/(inst/)?readme[.]rmd$")
67
readme_path <- path_abs(dir_ls(
68
pkg$path,
69
ignore.case = TRUE,
0 commit comments