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.
2 parents 53ae5e1 + 7cc6494 commit 2bf7f60Copy full SHA for 2bf7f60
R/token-define.R
@@ -63,7 +63,8 @@ op_token <- c(
63
logical_token,
64
left_assignment_token,
65
right_assignment_token,
66
- "EQ_SUB", "ELSE", "IN"
+ "EQ_SUB", "ELSE", "IN",
67
+ "EQ_FORMALS"
68
)
69
70
tests/testthat/parse_comments/rplumber-out.R
@@ -1,7 +1,7 @@
1
# myfile.R
2
3
#* @get /mean
4
-normalMean <- function(samples=10) {
+normalMean <- function(samples = 10) {
5
data <- rnorm(samples)
6
mean(data)
7
}
0 commit comments