Giter VIP home page Giter VIP logo

Comments (3)

Robinlovelace avatar Robinlovelace commented on July 30, 2024

Reprex, thanks to the great error message:

tic::use_tic(wizard = FALSE, linux = "ghactions", mac = "none", 
    windows = "none", deploy = "ghactions", matrix = "none")
#> → Welcome to tic!
#> 
#> ── Introduction: ───────────────────────────────────────────────────────────────
#> tic currently comes with support for four CI providers:
#> ● Appveyor
#> ● Circle CI
#> ● Travis CI
#> ● GitHub Actions
#> There is no need to use all of them. You can choose which one(s) you want to
#> use, whether you want to deploy (i.e. push from builds) and if you want to test
#> on multiple R versions.
#> 
#> We recommend the following setup:
#> ● Travis CI: Linux
#> ● Travis CI: macOS
#> ● Appveyor: Windows
#> 
#> ── Setting up the CI providers ─────────────────────────────────────────────────
#> Next we are getting the selected CI providers ready for deployment. This
#> requires some interaction with their API and you may need to create an API
#> token.
#> 
#> Error: `github_token()` was deprecated in usethis 2.0.0 and is now defunct.
#> Call `gh::gh_token()` to retrieve a GitHub personal access token
#> Call `gh_token_help()` if you need help getting or configuring your token

Created on 2020-11-19 by the reprex package (v0.3.0)

Session info
devtools::session_info()
#> ─ Session info ───────────────────────────────────────────────────────────────
#>  setting  value                       
#>  version  R version 4.0.3 (2020-10-10)
#>  os       Ubuntu 18.04.5 LTS          
#>  system   x86_64, linux-gnu           
#>  ui       X11                         
#>  language en_GB:en                    
#>  collate  en_GB.UTF-8                 
#>  ctype    en_GB.UTF-8                 
#>  tz       Europe/London               
#>  date     2020-11-19                  
#> 
#> ─ Packages ───────────────────────────────────────────────────────────────────
#>  package     * version    date       lib source                        
#>  assertthat    0.2.1      2019-03-21 [3] CRAN (R 4.0.0)                
#>  callr         3.5.1      2020-10-13 [1] CRAN (R 4.0.3)                
#>  cli           2.1.0      2020-10-12 [3] CRAN (R 4.0.3)                
#>  crayon        1.3.4      2017-09-16 [3] CRAN (R 4.0.0)                
#>  desc          1.2.0      2018-05-01 [1] CRAN (R 4.0.2)                
#>  devtools      2.3.2      2020-09-18 [3] CRAN (R 4.0.2)                
#>  digest        0.6.27     2020-10-24 [1] CRAN (R 4.0.3)                
#>  ellipsis      0.3.1      2020-05-15 [3] CRAN (R 4.0.0)                
#>  evaluate      0.14       2019-05-28 [3] CRAN (R 4.0.0)                
#>  fansi         0.4.1      2020-01-08 [3] CRAN (R 4.0.0)                
#>  fs            1.5.0      2020-07-31 [3] CRAN (R 4.0.2)                
#>  glue          1.4.2      2020-08-27 [3] CRAN (R 4.0.2)                
#>  highr         0.8        2019-03-20 [3] CRAN (R 4.0.0)                
#>  htmltools     0.5.0      2020-06-16 [3] CRAN (R 4.0.1)                
#>  knitr         1.30       2020-09-22 [3] CRAN (R 4.0.2)                
#>  lifecycle     0.2.0      2020-03-06 [3] CRAN (R 4.0.0)                
#>  magrittr      2.0.1      2020-11-17 [1] CRAN (R 4.0.3)                
#>  memoise       1.1.0      2017-04-21 [3] CRAN (R 4.0.0)                
#>  pkgbuild      1.1.0      2020-07-13 [3] CRAN (R 4.0.2)                
#>  pkgload       1.1.0      2020-05-29 [3] CRAN (R 4.0.0)                
#>  prettyunits   1.1.1      2020-01-24 [3] CRAN (R 4.0.0)                
#>  processx      3.4.4      2020-09-03 [3] CRAN (R 4.0.2)                
#>  ps            1.4.0      2020-10-07 [3] CRAN (R 4.0.2)                
#>  purrr         0.3.4      2020-04-17 [3] CRAN (R 4.0.0)                
#>  R6            2.5.0      2020-10-28 [1] CRAN (R 4.0.3)                
#>  remotes       2.2.0      2020-07-21 [1] CRAN (R 4.0.3)                
#>  rlang         0.4.8      2020-10-08 [3] CRAN (R 4.0.2)                
#>  rmarkdown     2.5        2020-10-21 [1] CRAN (R 4.0.3)                
#>  rprojroot     2.0.2      2020-11-15 [3] CRAN (R 4.0.3)                
#>  rstudioapi    0.13       2020-11-12 [3] CRAN (R 4.0.3)                
#>  sessioninfo   1.1.1      2018-11-05 [3] CRAN (R 4.0.0)                
#>  stringi       1.5.3      2020-09-09 [1] CRAN (R 4.0.2)                
#>  stringr       1.4.0      2019-02-10 [3] CRAN (R 4.0.0)                
#>  testthat      3.0.0      2020-10-31 [3] CRAN (R 4.0.3)                
#>  tic           0.9.0.9008 2020-11-19 [1] Github (ropensci/tic@017a058) 
#>  usethis       1.9.0.9000 2020-11-19 [1] Github (r-lib/usethis@aafac43)
#>  withr         2.3.0      2020-09-22 [3] CRAN (R 4.0.2)                
#>  xfun          0.19       2020-10-30 [1] CRAN (R 4.0.3)                
#>  yaml          2.2.1      2020-02-01 [3] CRAN (R 4.0.0)                
#> 
#> [1] /home/robin/R/x86_64-pc-linux-gnu-library/4.0
#> [2] /usr/local/lib/R/site-library
#> [3] /usr/lib/R/site-library
#> [4] /usr/lib/R/library

from tic.

pat-s avatar pat-s commented on July 30, 2024

Thanks for reporting. We're lacking tests...

from tic.

Robinlovelace avatar Robinlovelace commented on July 30, 2024

Great fix, thanks @pat-s !

from tic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.