Skip to content

Commit 4df7a7c

Browse files
authored
perf: set check.names to false (#644)
1 parent c25558e commit 4df7a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/req-throttle.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ throttle_status <- function() {
6363
realm = realms,
6464
last_request = .POSIXct(unlist(the$throttle[realms]) %||% double()),
6565
row.names = NULL,
66-
stringsAsFactors = FALSE
66+
check.names = FALSE
6767
)
6868
}
6969

0 commit comments

Comments
 (0)