-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 216bbc7 🚀
- Loading branch information
Showing
12 changed files
with
112 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,8 +71,8 @@ create_package("~/path/to/regexcite") | |
For the creation of this book we have to work in a temporary directory, because the book is built non-interactively in the cloud. Behind the scenes, we’re executing our own `+create_package()+` command, but don’t be surprised if our output differs a bit from yours. | ||
|
||
.... | ||
#> ✔ Creating '/tmp/Rtmp9gjdNB/regexcite/'. | ||
#> ✔ Setting active project to "/tmp/Rtmp9gjdNB/regexcite". | ||
#> ✔ Creating '/tmp/RtmpVR8ojo/regexcite/'. | ||
#> ✔ Setting active project to "/tmp/RtmpVR8ojo/regexcite". | ||
#> ✔ Creating 'R/'. | ||
#> ✔ Writing 'DESCRIPTION'. | ||
#> Package: regexcite | ||
|
@@ -159,7 +159,7 @@ Click on History (the clock icon in the Git pane) and, if you consented, you wil | |
[width="100%",cols="<21%,<59%,<20%",options="header",] | ||
|=== | ||
|commit |author |message | ||
|7313a9ec02… |jennybc [email protected] |Initial commit | ||
|4c0503a30e… |jennybc [email protected] |Initial commit | ||
|=== | ||
|
||
[TIP] | ||
|
@@ -320,7 +320,7 @@ check() | |
|
||
.... | ||
── R CMD check results ─────────────────── regexcite 0.0.0.9000 ──── | ||
Duration: 6.8s | ||
Duration: 7.5s | ||
❯ checking DESCRIPTION meta-information ... WARNING | ||
Non-standard license specification: | ||
|
@@ -496,7 +496,7 @@ check() | |
|
||
.... | ||
── R CMD check results ─────────────────── regexcite 0.0.0.9000 ──── | ||
Duration: 8.4s | ||
Duration: 9.2s | ||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
.... | ||
|
@@ -512,14 +512,14 @@ install() | |
|
||
.... | ||
── R CMD build ───────────────────────────────────────────────────── | ||
* checking for file ‘/tmp/Rtmp9gjdNB/regexcite/DESCRIPTION’ ... OK | ||
* checking for file ‘/tmp/RtmpVR8ojo/regexcite/DESCRIPTION’ ... OK | ||
* preparing ‘regexcite’: | ||
* checking DESCRIPTION meta-information ... OK | ||
* checking for LF line-endings in source and make files and shell scripts | ||
* checking for empty or unneeded directories | ||
* building ‘regexcite_0.0.0.9000.tar.gz’ | ||
Running /opt/R/4.4.1/lib/R/bin/R CMD INSTALL \ | ||
/tmp/Rtmp9gjdNB/regexcite_0.0.0.9000.tar.gz --install-tests | ||
/tmp/RtmpVR8ojo/regexcite_0.0.0.9000.tar.gz --install-tests | ||
* installing to library ‘/home/runner/work/_temp/Library’ | ||
* installing *source* package ‘regexcite’ ... | ||
** using staged installation | ||
|
@@ -609,6 +609,8 @@ test() | |
#> | ||
#> ══ Results ═════════════════════════════════════════════════════════ | ||
#> [ FAIL 0 | WARN 0 | SKIP 0 | PASS 1 ] | ||
#> | ||
#> 🥇 Your tests deserve a gold medal 🥇 | ||
---- | ||
|
||
[TIP] | ||
|
@@ -874,7 +876,7 @@ The very best way to render `+README.Rmd+` is with `+build_readme()+`, because i | |
---- | ||
build_readme() | ||
#> ℹ Installing regexcite in temporary library | ||
#> ℹ Building '/tmp/Rtmp9gjdNB/regexcite/README.Rmd' | ||
#> ℹ Building '/tmp/RtmpVR8ojo/regexcite/README.Rmd' | ||
---- | ||
|
||
You can see the rendered `+README.md+` simply by https://github.com/jennybc/regexcite#readme[visiting regexcite on GitHub]. | ||
|
@@ -892,7 +894,7 @@ check() | |
|
||
.... | ||
── R CMD check results ─────────────────── regexcite 0.0.0.9000 ──── | ||
Duration: 9.7s | ||
Duration: 10.7s | ||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
.... | ||
|
@@ -906,15 +908,15 @@ install() | |
|
||
.... | ||
── R CMD build ───────────────────────────────────────────────────── | ||
* checking for file ‘/tmp/Rtmp9gjdNB/regexcite/DESCRIPTION’ ... OK | ||
* checking for file ‘/tmp/RtmpVR8ojo/regexcite/DESCRIPTION’ ... OK | ||
* preparing ‘regexcite’: | ||
* checking DESCRIPTION meta-information ... OK | ||
* checking for LF line-endings in source and make files and shell scripts | ||
* checking for empty or unneeded directories | ||
Removed empty directory ‘regexcite/tests/testthat/_snaps’ | ||
* building ‘regexcite_0.0.0.9000.tar.gz’ | ||
Running /opt/R/4.4.1/lib/R/bin/R CMD INSTALL \ | ||
/tmp/Rtmp9gjdNB/regexcite_0.0.0.9000.tar.gz --install-tests | ||
/tmp/RtmpVR8ojo/regexcite_0.0.0.9000.tar.gz --install-tests | ||
* installing to library ‘/home/runner/work/_temp/Library’ | ||
* installing *source* package ‘regexcite’ ... | ||
** using staged installation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.