José de Jesus Filho
José de Jesus Filho
I am getting the same response when using httr. When I use `curl::curl_fetch_memory`, it works: ``` url
> Hi @jjesusfilho , > > This sounds to me much more like an usage problem than a package issue. > > I suggest you simply initialize the cell with...
> Here is how to set a placeholder: > > ``` > library(shiny) > library(DT) > > dat Col1 = c("", ""), > Col2 = c("a", "b") > ) >...
I am getting the same error.
Have you come up with a solution to this issue?
Same here
I also use this package for teaching and to motivate people to not put more GUI clients in their computers. It would be nice if it went back to CRAN.
> Could you please paste the output of a call to `stringi::stri_info()` here? Thank you. $Unicode.version [1] "10.0" $ICU.version [1] "61.1" $Locale $Locale$Language [1] "pt" $Locale$Country [1] "BR" $Locale$Variant [1]...
> I wonder if strength=2 is what you might need: > > ```r > stringi::stri_detect_coll(c("Mario", "mario", "Mário", "mário"), "mario", strength = 2L,case_level = TRUE, locale="pt_BR") > ## [1] TRUE TRUE...
Yes, but I still believe that it can get a bit confusing because, in order to ignore accents but not case, in stringi, you have to set the locale, but...