Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentGuyader committed Nov 13, 2023
1 parent 3fe2fd1 commit e37fc1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ You’re reading the doc about version :

``` r
desc::desc_get_version()
#> [1] '0.2.1'
#> [1] '0.2.2'
```

The check results are:

``` r
devtools::check(quiet = TRUE)
#> ℹ Loading dockerfiler
#> ── R CMD check results ────────────────────────────────── dockerfiler 0.2.1 ────
#> Duration: 48.4s
#> ── R CMD check results ────────────────────────────────── dockerfiler 0.2.2 ────
#> Duration: 1m 0.6s
#>
#> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
```
Expand Down

0 comments on commit e37fc1e

Please sign in to comment.