Skip to content

Commit

Permalink
build_rdev_site() for release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jabenninghoff committed Sep 21, 2023
1 parent 68aff54 commit 88e6116
Show file tree
Hide file tree
Showing 47 changed files with 81 additions and 82 deletions.
25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ For my workflow, I typically check renv when I start:
library(rdev)

check_renv()
#> renv::status()
#> renv::status(dev = TRUE)
#> No issues found -- the project is in a consistent state.
#>
#> renv::clean()
Expand All @@ -110,7 +110,7 @@ locally:

``` r
ci()
#> renv::status()
#> renv::status(dev = TRUE)
#> No issues found -- the project is in a consistent state.
#>
#> missing_deps()
Expand Down Expand Up @@ -188,14 +188,12 @@ ci()
#> extra_deps()
#> Finding R package dependencies ... Done!
#> desc::desc_get_deps() not found by renv:
#> # A tibble: 5 × 3
#> # A tibble: 3 × 3
#> type package version
#> <chr> <chr> <chr>
#> 1 Imports markdown *
#> 2 Imports miniUI *
#> 3 Suggests covr *
#> 4 Suggests diffviewer *
#> 5 Suggests DT *
#> 1 Suggests covr *
#> 2 Suggests diffviewer *
#> 3 Suggests DT *
#>
#> url_check()
#> html_url_check()
Expand All @@ -221,10 +219,10 @@ ci()
#> * creating vignettes ... OK
#> * checking for LF line-endings in source and make files and shell scripts
#> * checking for empty or unneeded directories
#> * building ‘rdev_1.6.9.tar.gz’
#> * building ‘rdev_1.7.0.tar.gz’
#>
#> ── R CMD check ─────────────────────────────────────────────────────────────────
#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpIkp6hi/fileb75946defb88/rdev.Rcheck’
#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpN7iBXa/file1544762084aa2/rdev.Rcheck’
#> * using R version 4.3.1 (2023-06-16)
#> * using platform: x86_64-apple-darwin20 (64-bit)
#> * R was compiled by
Expand All @@ -234,7 +232,7 @@ ci()
#> * using session charset: UTF-8
#> * using option ‘--no-manual’
#> * checking for file ‘rdev/DESCRIPTION’ ... OK
#> * this is package ‘rdev’ version ‘1.6.9
#> * this is package ‘rdev’ version ‘1.7.0
#> * package encoding: UTF-8
#> * checking package namespace information ... OK
#> * checking package dependencies ... OK
Expand Down Expand Up @@ -291,10 +289,9 @@ ci()
#> NONE
#> * checking re-building of vignette outputs ... OK
#> * DONE
#>
#> Status: OK
#> ── R CMD check results ───────────────────────────────────────── rdev 1.6.9 ────
#> Duration: 49.4s
#> ── R CMD check results ───────────────────────────────────────── rdev 1.7.0 ────
#> Duration: 51.8s
#>
#> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
```
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/TODO.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/analysis-package-layout.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/style-guide.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 12 additions & 15 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pandoc: 3.1.6.1
pandoc: 3.1.7
pkgdown: 2.0.7
pkgdown_sha: ~
articles:
analysis-package-layout: analysis-package-layout.html
style-guide: style-guide.html
last_built: 2023-08-14T02:46Z
last_built: 2023-09-21T01:53Z
urls:
reference: https://jabenninghoff.github.io/rdev/reference
article: https://jabenninghoff.github.io/rdev/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/build_analysis_site.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/build_rdev_site.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 88e6116

Please sign in to comment.