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 c25558e commit 4df7a7cCopy full SHA for 4df7a7c
R/req-throttle.R
@@ -63,7 +63,7 @@ throttle_status <- function() {
63
realm = realms,
64
last_request = .POSIXct(unlist(the$throttle[realms]) %||% double()),
65
row.names = NULL,
66
- stringsAsFactors = FALSE
+ check.names = FALSE
67
)
68
}
69
0 commit comments