Kirill Müller

Results 622 issues of Kirill Müller

Nabble and crantastic appear dead.

for all functioning links in the first chapter.

Also converting http to https in the affected links. More http -> https in a separate PR. CC @CerebralMastication.

- [x] Review PR - [ ] Await successful CI/CD run - [ ] Run `fledge::release()` - [ ] When the package is accepted on CRAN, run `fledge::post_release()`

CRAN release :station:

with separate methods for all models if necessary. Only suggest dm, delayed S3 registration via `vctrs::s3_register()` . Example for `PATH()`: ```r x %>% unclass() %>% as_dm() %>% dm_add_pk(object, object_) %>%...

Otherwise the vertex order is determined only by the order of rows in the data frame, and would be lost if copying to a database.

CC @lorenzwalthert.

https://josesamos.github.io/starschemar/ CC @josesamos.

Gives a weird dm? CC @TSchiefer. ```r suppressPackageStartupMessages(library(dm)) packageVersion("dm") #> [1] '1.0.10.9005' packageVersion("DBI") #> [1] '1.2.2' packageVersion("dbplyr") #> [1] '2.4.0.9000' # connection to any SQL SERVER DB, please create one...

bug

``` r microbenchmark::microbenchmark(TRUE, unit = "f") ## Error in convert_to_unit(object$time, unit) : Unknown unit 'Mhz'. ``` The following works: ``` r microbenchmark::microbenchmark(TRUE, unit = "mhz") ```