You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the RMariaDB package is loaded before calling roxygen2:::tokenise_block(), the call results in a "vector memory limit reached" error. When tokenise_block() has already been called before RMariaDB is loaded, subsequent calls to it do not produce this error. I can reproduce this 100% of the time in both RStudio and Positron.
library(RMariaDB)
roxygen2:::tokenise_block(
"#' Some text#' @exportfun <- function(x) x",
"test.R",
offset=1
)
#> Error: vector memory limit of 32.0 Gb reached, see mem.maxVSize()
When the RMariaDB package is loaded before calling
roxygen2:::tokenise_block()
, the call results in a "vector memory limit reached" error. Whentokenise_block()
has already been called before RMariaDB is loaded, subsequent calls to it do not produce this error. I can reproduce this 100% of the time in both RStudio and Positron.Created on 2024-11-11 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: