From 2185c13052970bd914de9bd9f474a36be8980d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Sun, 24 Nov 2024 12:28:35 +0100 Subject: [PATCH] Fix asciicast images in README --- README.md | 153 +++++------------------------------------------------- 1 file changed, 12 insertions(+), 141 deletions(-) diff --git a/README.md b/README.md index e11af8d..49f18a4 100644 --- a/README.md +++ b/README.md @@ -70,30 +70,9 @@ for details. rhub::rhub_setup() ``` -
- -
-## Setting up R-hub v2.                                                            
-##  Found R package at /private/tmp/cli.                                          
-##  Found git repository at /private/tmp/cli.                                     
-##  Created workflow file /private/tmp/cli/.github/workflows/rhub.yaml.           
-##                                                                                 
-## Notes:                                                                          
-##  The workflow file must be added to the default branch of the GitHub           
-##   repository.                                                                   
-##  GitHub actions must be enabled for the repository. They are disabled for      
-##   forked repositories by default.                                               
-##                                                                                 
-## Next steps:                                                                     
-##  Add the workflow file to git using `git add <filename>`.                      
-##  Commit it to git using `git commit`.                                          
-##  Push the commit to GitHub using `git push`.                                   
-##  Call `rhub2::rhub_doctor()` to check that you have set up R-hub correctly.    
-##  Call `rhub2::rhub_check()` to check your package.                             
-
- -
+ + + 2. Run `git commit` and `git push` to push the workflow file to GitHub. @@ -104,20 +83,9 @@ style="color: #B9C0CB;font-family: 'Fira Code',Monaco,Consolas,Menlo,'Bitstream rhub::rhub_doctor() ``` -
- -
-##  Found R package at /private/tmp/cli.                                          
-##  Found git repository at /private/tmp/cli.                                     
-##  Found GitHub PAT.                                                             
-##  Found repository on GitHub at <https://github.com/r-lib/cli>.                 
-##  GitHub PAT has the right scopes.                                              
-##  Found R-hub workflow in default branch, and it is active.                     
-## → WOOT! You are ready to run `rhub2::rhub_check()` on this package.             
-
- -
+ + + ### Run checks @@ -128,72 +96,9 @@ checks: rhub::rhub_platforms() ``` -
- -
-## ── Virtual machines ─────────────────────────────────────────────────────────── 
-##  1 [VM]  linux                                                                  
-##    All R versions on GitHub Actions ubuntu-latest                               
-##  2 [VM]  macos                                                                  
-##    All R versions on GitHub Actions macos-latest                                
-##  3 [VM]  macos-arm64                                                            
-##    All R versions on GitHub Actions macos-14                                    
-##  4 [VM]  windows                                                                
-##    All R versions on GitHub Actions windows-latest                              
-##                                                                                 
-## ── Containers ───────────────────────────────────────────────────────────────── 
-##  5 [CT]  atlas  [ATLAS]                                                         
-##    R Under development (unstable) (2024-03-13 r86113) on Fedora Linux 38 (Conta…
-##    ghcr.io/r-hub/containers/atlas:latest                                        
-##  6 [CT]  clang-asan  [asan, clang-ASAN, clang-UBSAN, ubsan]                     
-##    R Under development (unstable) (2024-03-12 r86109) on Ubuntu 22.04.4 LTS     
-##    ghcr.io/r-hub/containers/clang-asan:latest                                   
-##  7 [CT]  clang16  [clang16]                                                     
-##    R Under development (unstable) (2024-03-12 r86109) on Ubuntu 22.04.4 LTS     
-##    ghcr.io/r-hub/containers/clang16:latest                                      
-##  8 [CT]  clang17  [clang17]                                                     
-##    R Under development (unstable) (2024-03-11 r86098) on Ubuntu 22.04.4 LTS     
-##    ghcr.io/r-hub/containers/clang17:latest                                      
-##  9 [CT]  clang18  [clang18]                                                     
-##    R Under development (unstable) (2024-03-12 r86109) on Ubuntu 22.04.4 LTS     
-##    ghcr.io/r-hub/containers/clang18:latest                                      
-## 10 [CT]  donttest  [donttest]                                                   
-##    R Under development (unstable) (2024-03-12 r86109) on Ubuntu 22.04.4 LTS     
-##    ghcr.io/r-hub/containers/donttest:latest                                     
-## 11 [CT]  gcc13  [gcc13]                                                         
-##    R Under development (unstable) (2024-03-13 r86113) on Fedora Linux 38 (Conta…
-##    ghcr.io/r-hub/containers/gcc13:latest                                        
-## 12 [CT]  intel  [Intel]                                                         
-##    R Under development (unstable) (2024-03-13 r86113) on Fedora Linux 38 (Conta…
-##    ghcr.io/r-hub/containers/intel:latest                                        
-## 13 [CT]  mkl  [MKL]                                                             
-##    R Under development (unstable) (2024-03-13 r86113) on Fedora Linux 38 (Conta…
-##    ghcr.io/r-hub/containers/mkl:latest                                          
-## 14 [CT]  nold  [noLD]                                                           
-##    R Under development (unstable) (2024-03-13 r86113) on Ubuntu 22.04.4 LTS     
-##    ghcr.io/r-hub/containers/nold:latest                                         
-## 15 [CT]  nosuggests  [noSuggests]                                               
-##    R Under development (unstable) (2024-03-13 r86113) on Fedora Linux 38 (Conta…
-##    ghcr.io/r-hub/containers/nosuggests:latest                                   
-## 16 [CT]  ubuntu-clang  [r-devel-linux-x86_64-debian-clang]                      
-##    R Under development (unstable) (2024-03-13 r86113) on Ubuntu 22.04.4 LTS     
-##    ghcr.io/r-hub/containers/ubuntu-clang:latest                                 
-## 17 [CT]  ubuntu-gcc12  [r-devel-linux-x86_64-debian-gcc]                        
-##    R Under development (unstable) (2024-03-13 r86113) on Ubuntu 22.04.4 LTS     
-##    ghcr.io/r-hub/containers/ubuntu-gcc12:latest                                 
-## 18 [CT]  ubuntu-next  [r-next, r-patched, r-patched-linux-x86_64]               
-##    R version 4.3.3 Patched (2024-02-29 r86113) on Ubuntu 22.04.4 LTS            
-##    ghcr.io/r-hub/containers/ubuntu-next:latest                                  
-## 19 [CT]  ubuntu-release  [r-release, r-release-linux-x86_64, ubuntu]            
-##    R version 4.3.3 (2024-02-29) on Ubuntu 22.04.4 LTS                           
-##    ghcr.io/r-hub/containers/ubuntu-release:latest                               
-## 20 [CT]  valgrind  [valgrind]                                                   
-##    R Under development (unstable) (2024-03-13 r86113) on Fedora Linux 38 (Conta…
-##    ghcr.io/r-hub/containers/valgrind:latest                                     
-
- -
+ + + Run `rhub::rhub_check()` to start R-hub v2 checks on GitHub Actions: @@ -201,43 +106,9 @@ Run `rhub::rhub_check()` to start R-hub v2 checks on GitHub Actions: rhub::rhub_check() ``` -
- -
-##  Found git repository at /private/tmp/cli.                                     
-##  Found GitHub PAT.                                                             
-##                                                                                 
-## Available platforms (see `rhub2::rhub_platforms()` for details):                
-##                                                                                 
-##  1 [VM] linux          R-* (any version)                     ubuntu-latest on G…
-##  2 [VM] macos          R-* (any version)                     macos-latest on Gi…
-##  3 [VM] macos-arm64    R-* (any version)                     macos-14 on GitHub 
-##  4 [VM] windows        R-* (any version)                     windows-latest on …
-##  5 [CT] atlas          R-devel (2024-03-13 r86113)           Fedora Linux 38 (C…
-##  6 [CT] clang-asan     R-devel (2024-03-12 r86109)           Ubuntu 22.04.4 LTS 
-##  7 [CT] clang16        R-devel (2024-03-12 r86109)           Ubuntu 22.04.4 LTS 
-##  8 [CT] clang17        R-devel (2024-03-11 r86098)           Ubuntu 22.04.4 LTS 
-##  9 [CT] clang18        R-devel (2024-03-12 r86109)           Ubuntu 22.04.4 LTS 
-## 10 [CT] donttest       R-devel (2024-03-12 r86109)           Ubuntu 22.04.4 LTS 
-## 11 [CT] gcc13          R-devel (2024-03-13 r86113)           Fedora Linux 38 (C…
-## 12 [CT] intel          R-devel (2024-03-13 r86113)           Fedora Linux 38 (C…
-## 13 [CT] mkl            R-devel (2024-03-13 r86113)           Fedora Linux 38 (C…
-## 14 [CT] nold           R-devel (2024-03-13 r86113)           Ubuntu 22.04.4 LTS 
-## 15 [CT] nosuggests     R-devel (2024-03-13 r86113)           Fedora Linux 38 (C…
-## 16 [CT] ubuntu-clang   R-devel (2024-03-13 r86113)           Ubuntu 22.04.4 LTS 
-## 17 [CT] ubuntu-gcc12   R-devel (2024-03-13 r86113)           Ubuntu 22.04.4 LTS 
-## 18 [CT] ubuntu-next    R-4.3.3 (patched) (2024-02-29 r86113) Ubuntu 22.04.4 LTS 
-## 19 [CT] ubuntu-release R-4.3.3 (2024-02-29)                  Ubuntu 22.04.4 LTS 
-## 20 [CT] valgrind       R-devel (2024-03-13 r86113)           Fedora Linux 38 (C…
-##                                                                                 
-## Selection (comma separated numbers, 0 to cancel): 1, 5                          
-##                                                                                 
-##  Check started: linux, atlas (daft-acornwoodpecker).                           
-##   See <https://github.com/r-lib/cli/actions> for live output!                   
-
- -
+ + + ## The R Consortium runners