Jon Olav Vik
Jon Olav Vik
I might also like a "known failure" category (cf examples in [pytest](https://docs.pytest.org/en/latest/skipping.html) and [https://docs.scipy.org/doc/numpy-1.10.1/reference/generated/numpy.testing.decorators.knownfailureif.html](numpy). They serve a different purpose than discovering accidental breakage, letting you _document mis(sing) features_, which is...
```r library(tidyverse) library(rcanvas) COURSE_NAME % str_detect(COURSE_NAME)) %>% pull(id) page_url % filter(title %>% str_detect(PAGE_TITLE)) %>% pull(url) body % pull(body) # rcanvas version: 0.0.0.9001 2019-08-14 local (daranzolin/rcanvas@31f7eab) ```
In recent Matlab, here's how to uninstall the Text Analytics toolbox: Matlab > HOME toolbar > ENVIRONMENT section > Add-Ons > Manage Add-Ons > search for "text analytics" > button...
I think I'm seeing the same. Searching https://fairdomhub.org/projects/38/search?q=mc6 fails to return [MC6: ...](https://fairdomhub.org/studies/1058) (Study, not public). From what @ReneHaensel says, this could be the colon's fault.
Same for str_replace_all(). This was fixed recently for str_subset() in https://github.com/tidyverse/stringr/pull/560 , and I would like to see it everywhere it makes sense. ``` > letters |> rlang::set_names() |> stringr::str_subset("[ae]")...
In the hope that it may help others: On my Windows 11 machine, group policy prevented local_chrome_version("113.0.5672.0") from working. What I did instead was: * Download and extract https://storage.googleapis.com/chrome-for-testing-public/113.0.5672.0/win64/chrome-win64.zip *...