Daniel Possenriede
Daniel Possenriede
I might be wrong, but it seems to me that Uwe is asking about a method you (supposedly) implemented in the package and whether there is a paper on that...
Probably not surprisingly, but the same goes for `dir_info()` ``` r library(fs) fs::file_touch("bär") dir() #> [1] "bär" "well-mice_reprex.R" #> [3] "well-mice_reprex.spin.R" "well-mice_reprex.spin.Rmd" fs::dir_info() #> # A tibble: 4 x 18...
via https://twitter.com/_ColinFay/status/1557807482101276674 ```r ==> devtools::check() ══ Documenting ═════════════════════════════════════════════════════════ ℹ Updating golem documentation ℹ Loading golem ══ Building ════════════════════════════════════════════════════════════ Setting env vars: • CFLAGS : -Wall -pedantic -fdiagnostics-color=always • CXXFLAGS :...
FWIW these are the test failures I see with `devtools::test()`: ```r ⠼ | 2 3 | config v Setting `golem_name` to plop v Setting `golem_name` to oytayjktkx20220812091150 v Setting `golem_version`...
@llrs > If I understood correctly readr col_type argument if a column name is not present it doesn't try to guess the type of the column. This depends on whether...
No problem. This is really helpful on desktop already, so thanks for doing this!
FWIW I see the following: ```r > library(tidyverse) -- Attaching packages ------------------------------------------------------------------------------------ tidyverse 1.3.1 -- √ ggplot2 3.3.5 √ purrr 0.3.4 √ tibble 3.1.6 √ dplyr 1.0.8 √ tidyr 1.2.0...
There is [use_gitlab_ci() in the {gitlabr} package](https://statnmap.github.io/gitlabr/reference/use_gitlab_ci.html). It doesn't have as many actions as this repo (yet) but is [being worked on](https://github.com/statnmap/gitlabr/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Agitlab-ci). cc @statnmap
I noticed that a table `t1` was left behind in the database, so I added `temporary = TRUE` to two `dbWriteTable()` tests.
Let's make https://github.com/r-dbi/RPostgres/pull/372 work first. Note that the `list_objects_features` test (in DBItest) is skipped in RMariaDB, which is why tests are passing here. I.e. I think we should not skip...