We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f97dfa commit 0e62607Copy full SHA for 0e62607
R/scaffold_utils.R
@@ -54,7 +54,7 @@ getPackage <- function() {
54
}
55
56
validName <- function(name) {
57
- grepl("^[[:alpha:]]+[[:alnum:]]*$", name)
+ grepl("^[[:alpha:]_][[:alnum:]_]*$", name)
58
59
60
# Constraining names prevents the user from encountering obscure CSS problems
0 commit comments