Aleksander Dietrichson

Results 15 comments of Aleksander Dietrichson

```r if (interactive()) { library(shiny) library(shinyMobile) shinyApp( ui = f7Page( title = "My app", f7SingleLayout( navbar = f7Navbar(title = "f7SmartSelect"), f7SmartSelect( inputId = "variable", label = "Choose a variable:", selected...

This happens because you didn't specify alignment in the linebreak call. > Not quite sure what this means, should I add additional parameters in the line: > mutate_all(linebreak) %>% Or...

@maelle I am filing an issue, and will also try to resolve it myself. But happy to contribute on other issues as well.

Hello @leeper, I am sorry I didn't see your message before. We created an alternative: https://github.com/dietrichson/ProPublicaR This was also published to CRAN. Maybe we should merge the two?

I'm happy to include the functionality you are looking for. Can you create an issue on my github account? On Fri, May 8, 2020, 14:46 Tiernan Martin wrote: > I'm...

@dieghernan sorry, I only saw your comments now. I am currently not using the package for anything, so I am sort of in the same position you are in. Ideally...

Got same issue.

Here's an example code fragment, comment/uncomment will show the issue Collect(searchTerm=mySearchTerm, geocode= #"38.9,-77,200mi", "-77,38.9,200mi" numTweets=2000,verbose=TRUE)

https://github.com/hrbrmstr/mqtt

@dmurdoch I can test this on Mac (just got a new one), but it would be useful to have a branch to check out. I have used the manual workarounds...