Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release() function does not work due to deprecated components #2105

Closed
jooyoungseo opened this issue Sep 7, 2019 · 2 comments
Closed

release() function does not work due to deprecated components #2105

jooyoungseo opened this issue Sep 7, 2019 · 2 comments

Comments

@jooyoungseo
Copy link

I use the latest GitHub version devtools package. Currently, devtools::release() does not work, which needs some of your inspection.
Please see the reproducible scripts below:

devtools::release("C:/Users/JooYoung/AppData/Local/Temp/RtmpAxpFUm/ezpickr")
#> Warning: 'dr_devtools' is deprecated.
#> Use 'dev_sitrep()' instead.
#> See help("Deprecated") and help("devtools-deprecated").
#> Error: Could not find package root.

Created on 2019-09-07 by the reprex package (v0.3.0.9000)

Session info
sessioninfo::session_info()
#> - Session info ----------------------------------------------------------
#>  setting  value                       
#>  version  R version 3.6.1 (2019-07-05)
#>  os       Windows 10 x64              
#>  system   x86_64, mingw32             
#>  ui       RTerm                       
#>  language (EN)                        
#>  collate  English_United States.1252  
#>  ctype    English_United States.1252  
#>  tz       America/New_York            
#>  date     2019-09-07                  
#> 
#> - Packages --------------------------------------------------------------
#>  package     * version    date       lib
#>  assertthat    0.2.1      2019-03-21 [1]
#>  backports     1.1.4      2019-04-10 [1]
#>  callr         3.3.1      2019-07-18 [1]
#>  cli           1.1.0      2019-03-19 [1]
#>  crayon        1.3.4      2017-09-16 [1]
#>  desc          1.2.0      2018-05-01 [1]
#>  devtools      2.2.0      2019-09-06 [1]
#>  digest        0.6.20     2019-07-04 [1]
#>  DT            0.8        2019-08-07 [1]
#>  ellipsis      0.2.0.1    2019-07-02 [1]
#>  evaluate      0.14       2019-05-28 [1]
#>  fs            1.3.1      2019-05-06 [1]
#>  glue          1.3.1.9000 2019-08-08 [1]
#>  highr         0.8        2019-03-20 [1]
#>  htmltools     0.3.6      2017-04-28 [1]
#>  htmlwidgets   1.4        2019-08-08 [1]
#>  knitr         1.24.4     2019-09-06 [1]
#>  magrittr      1.5        2014-11-22 [1]
#>  memoise       1.1.0      2017-04-21 [1]
#>  pkgbuild      1.0.5      2019-08-26 [1]
#>  pkgload       1.0.2      2018-10-29 [1]
#>  prettyunits   1.0.2      2015-07-13 [1]
#>  processx      3.4.1      2019-07-18 [1]
#>  ps            1.3.0      2018-12-21 [1]
#>  R6            2.4.0      2019-02-14 [1]
#>  Rcpp          1.0.2.1    2019-08-08 [1]
#>  remotes       2.1.0      2019-06-24 [1]
#>  rlang         0.4.0.9002 2019-08-23 [1]
#>  rmarkdown     1.15.1     2019-09-03 [1]
#>  rprojroot     1.3-2      2018-01-03 [1]
#>  sessioninfo   1.1.1      2018-11-05 [1]
#>  stringi       1.4.3      2019-03-12 [1]
#>  stringr       1.4.0.9000 2019-08-08 [1]
#>  testthat      2.2.1      2019-07-25 [1]
#>  usethis       1.5.1.9000 2019-08-30 [1]
#>  withr         2.1.2      2018-03-15 [1]
#>  xfun          0.9        2019-08-21 [1]
#>  yaml          2.2.0      2018-07-25 [1]
#>  source                               
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.0)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  Github (r-lib/devtools@175f2dc)      
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  Github (tidyverse/glue@7ac044a)      
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  Github (ramnathv/htmlwidgets@19b0e52)
#>  Github (yihui/knitr@dc58cc2)         
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  Github (RcppCore/Rcpp@1789f09)       
#>  CRAN (R 3.6.1)                       
#>  Github (r-lib/rlang@15e799c)         
#>  Github (rstudio/rmarkdown@ff285a0)   
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.0)                       
#>  Github (hadley/stringr@0b90f91)      
#>  CRAN (R 3.6.1)                       
#>  Github (r-lib/usethis@4377307)       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.1)                       
#>  CRAN (R 3.6.0)                       
#> 
#> [1] C:/Program Files/R/R-3.6.1/library
@jimhester
Copy link
Member

Sorry for breaking this, it should now be fixed, we will probably do a patch release in a week or so including this fix.

@lock
Copy link

lock bot commented Mar 10, 2020

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants