Skip to content

Commit

Permalink
No raw strings in old R versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Aug 28, 2024
1 parent 4ac962d commit 8ebc63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Rcpp.package.skeleton.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Rcpp.package.skeleton <- function(name = "anRpackage", list = character(),
"Description", "License")),
"Imports" = paste(imports, collapse = ", "),
"LinkingTo" = "Rcpp",
"Authors@R" = sprintf(r"(person("%s", "%s", role = c("aut", "cre"), email = "%s"))",
"Authors@R" = sprintf("person(\"%s\", \"%s\", role = c(\"aut\", \"cre\"), email = \"%s\")",
paste(splitname[-length(splitname)], collapse=" "),
splitname[length(splitname)],
email))
Expand Down

0 comments on commit 8ebc63b

Please sign in to comment.