Dereck Mezquita

Results 14 comments of Dereck Mezquita

Note this error also occurs when trying to run code interactively. It seems that `box` does not play nice with `S4`. Module: ```r #' @export someClass

This error also occurs when creating new methods in `S4`: `SomeMethod.R` ```r methods::setGeneric("is.empty", \(x, ...) standardGeneric("is.empty")) methods::setMethod("is.empty", "data.frame", \(x, ...) { return(identical(dim(x), c(0, 0))) }) ``` ```r box::use(./utils/R/someMethod) ``` ```...

Thank you very much for all that @klmr I really appreciate it. It's very unfortunate as I really am a fan of `S4`. I have experience with `R6` and `S3`...

@TenanATC I put together this function which lists objects by taking an `s3$list_objects` function call. It allows for listing of `n` number of pages for ease of use. I was...

I also wrote in an `R6` class (compatible with `box` module system) so that I can use the `s3` client object in scope and make more methods in the future...

Okay then thank you very much anywho, nice package. R is the main workhorse for thousands and your work keeps at the edge :)

Thank you for that, `babelgene` I will look into that. And thank you for pointing those write gmt functions out for me. I've written one myself in the past; I...

> @yanhao-wang Try to enable "R: Bracketed Paste"-mode in settings. This fixed it for me, thank you.

I'm doing my research. Has this issue of database connections across threads been solved in `RestRserve`? I'm looking at using `RestRserve` but would need it to allow for a way...

I had a similar error but this is not from reading one file but from having it browse the internet. I want to search the internet and collect information for...