Brian Norman Peña Calero

Results 14 issues of Brian Norman Peña Calero

If inside a flow with pipe, I have a function of more than 1 line and I execute it (control + enter) while the course is inside the parenthesis, only...

feature-request

When mutate is used within a pipe flow (%>%), the newly created variable is automatically suggested without opening any new function. ![image](https://user-images.githubusercontent.com/28207224/168983353-0d43fed1-5463-4b82-952c-f09736436b17.png) Every time I exit a mutate and hit...

Hello I have tried to make a calendar_range from the calendar function, however, I can't get it to work correctly when I add the javascript code [here](https://fomantic-ui.com/modules/calendar.html#range), which allows me...

Hi I have seen that tabName support was added earlier to infoBox (https://github.com/RinteRface/bs4Dash/issues/50). Right now I'm using tabBox with tabPanel, and the tabName argument of infoBox doesn't seem to work....

enhancement

Is there any way or possibility to request that the output also shows variables containing full NA's? I thought that adding `show.na = TRUE` would do it, but it seems...

enhancement

When `ragg::agg_png` is used to export the graphic and there is some symbol, it is not displayed. This does not happen with `grDevices::png`. ``` r library(ggplot2) grDevices::png("grDevices_image.png", width = 1000,...

Hello I am using the package a lot, it is really super useful and I love it. However, I am having a problem (error) when I request events from a...

Both files are written with the `writeLines()` function. On windows this causes the local system encoding (e.g. ISO-8859-15) to be used. On Linux and Mac this is not a problem...

**Describe the bug** When executing certain chunks of R code using VSCode with the R extension and Radian, I sometimes observe additional closing parentheses or braces being sent to the...

bug

When I use this function `parameters(model, bootstrap = TRUE)` with a binary logistic model estimated using svyglm from the survey package, the bootstrap = TRUE argument does not function as...