Kirill Müller

Results 605 issues of Kirill Müller

My use case was just `caption = NULL`, I'm not sure if the default caption still works with this PR.

before performing actions. By default I'm using a very poorly scoped PAT if any, only adding a powerful one if needed. Protection against shooting myself in the foot.

Expand `docker` branch. Installing everything from rcheckserver makes the image prohibitively large. - [x] Install R from source - [x] Install sysreqs - [x] Install tic, using sysreqs from sysreqs...

See https://github.com/r-lib/pillar/blob/a6227bcca19181724655843c3b10ded4356881a9/tic.R#L21-L37.

enhancement

https://github.com/r-lib/pillar/blob/a6227bcca19181724655843c3b10ded4356881a9/tic.R#L52-L57, but this is wrong: we need a matrix where in each step we omit one of the dependencies.

```r get_stage("script") %>% set_keep_going() %>% # do not stop if a certain step errors down the line # Run R CMD check step_rcmdcheck() %>% # lint the R source code...

feature

are very unintuitive. Example: ``` r library(tic) get_stage("deploy") %>% add_step(step_push_deploy( path = "path" )) #> ✔ Creating a blank tic stage configuration #> Error: Error evaluating the step argument of...

enhancement

Travis CI: Default to print to job log AppVeyor: Capable of hosting artifacts

feature

gives an unhelpful array of warnings: ``` r sf::st_as_sf(data.frame(a = 1, lng = NA_real_, lat = NA_real_), coords = c("lng", "lat"), na.fail = FALSE) #> Warning in min(cc[[1]], na.rm =...