Lluís Revilla

Results 117 comments of Lluís Revilla

Hi @sckott to sign up on R bugzilla you first need to send an email to: [email protected] and then you will be able to create an account (See full instructions...

Oh, nice finding! Didn't know that the folders were documented officially.

It is just that it is filtered out on the dashboard: https://github.com/lockedata/cransays/blob/master/vignettes/dashboard.Rmd#L38 Simply commenting it or deleting would make it appear on the dashboard

I tried building another object (`SummarizedExperiment`) with the same data: ```r MultiAssayExperiment(list("intestinal" = SE_i, "stools" = SE_s)) ## A MultiAssayExperiment object of 2 listed ## experiments with user-defined names and...

It's been a while but are there some updates? I'm commenting to prevent the bot closing the issue

ggarrange is no longer on CRAN it was removed. If you want to combine ggplot figures I would recommend to use [patchwork](https://cran.r-project.org/package=patchwork) which is on CRAN and working for R...

Maybe a good way to start is using this [file](https://github.com/waldronlab/MultiAssayExperiment/blob/master/.lintr) I could spend some time, I have also some interest on this: see https://github.com/r-lib/styler/issues/331 I understand that this is different...

Yes, twitter decided to add new fields without notifying API developers/users. I'm working to fix this, meanwhile you can use the devel branch to parse the tweets without the edit...

rtweet works with the edit values if you use `parse = FALSE` but you would need to parse the data yourself. If you want it parsed there is a workaround...

Could you post code that when I execute it would reproduce your problem when you use `parse = FALSE` ? If you install the devel version you shouldn't have this...