r-lib / revdepcheck

R package reverse dependency checking
https://revdepcheck.r-lib.org
Other
99 stars 31 forks source link

Does revdepcheck still not work on Windows? #300

Open martinamorris opened 3 years ago

martinamorris commented 3 years ago

first, thanks for this package -- it is an incredibly useful utility for our team, as we develop/maintain a suite of packages for network analysis statnet

162 suggests revdepcheck is supposed to work on Windows now, but I'm still getting the error reported there. I've deleted R-crancache and run this from the RTerm window of Rstudio as suggested:

> revdepcheck::revdep_check(num_workers = 4,
+                           timeout = as.difftime(60, units = "mins"))
-- INIT -------------------------------------------------------------------- 
Computing revdeps --Error in read.dcf(file = tmpf) : cannot open the connection
In addition: Warning messages:
1: call dbDisconnect() when finished working with a connection
2: In read.dcf(file = tmpf) :
  cannot open compressed file 'C:/Users/Martina%20Morris/AppData/Local/R-crancache/R-crancache/Cache/cran/src/contrib/PACKAGES', probable reason 'No such file or directory'

session info


> sessioninfo::session_info()
- Session info ----------------------------------------------------------------------
 setting  value                       
 version  R version 4.0.4 (2021-02-15)
 os       Windows 10 x64              
 system   x86_64, mingw32             
 ui       RStudio                     
 language (EN)                        
 collate  English_United States.1252  
 ctype    English_United States.1252  
 tz       America/Los_Angeles         
 date     2021-05-07                  

- Packages --------------------------------------------------------------------------
 package     * version    date       lib source                            
 assertthat    0.2.1      2019-03-21 [1] CRAN (R 4.0.0)                    
 base64enc     0.1-3      2015-07-28 [1] CRAN (R 4.0.0)                    
 bit           4.0.4      2020-08-04 [1] CRAN (R 4.0.2)                    
 bit64         4.0.5      2020-08-30 [1] CRAN (R 4.0.2)                    
 blob          1.2.1      2020-01-20 [1] CRAN (R 4.0.0)                    
 cachem        1.0.4      2021-02-13 [1] CRAN (R 4.0.4)                    
 callr         3.7.0      2021-04-20 [1] CRAN (R 4.0.5)                    
 cli           2.5.0      2021-04-26 [1] CRAN (R 4.0.5)                    
 clisymbols    1.2.0      2017-05-21 [1] CRAN (R 4.0.0)                    
 crancache     0.0.0.9001 2020-07-18 [1] Github (r-lib/crancache@7ea4e47)  
 cranlike      1.0.2      2018-11-26 [1] CRAN (R 4.0.2)                    
 crayon        1.4.1      2021-02-08 [1] CRAN (R 4.0.3)                    
 curl          4.3.1      2021-04-30 [1] CRAN (R 4.0.5)                    
 DBI           1.1.1      2021-01-15 [1] CRAN (R 4.0.3)                    
 debugme       1.1.0      2017-10-22 [1] CRAN (R 4.0.2)                    
 desc          1.3.0      2021-03-05 [1] CRAN (R 4.0.3)                    
 devtools      2.4.0      2021-04-07 [1] CRAN (R 4.0.5)                    
 digest        0.6.27     2020-10-24 [1] CRAN (R 4.0.3)                    
 ellipsis      0.3.2      2021-04-29 [1] CRAN (R 4.0.5)                    
 fansi         0.4.2      2021-01-15 [1] CRAN (R 4.0.3)                    
 fastmap       1.1.0      2021-01-25 [1] CRAN (R 4.0.3)                    
 fs            1.5.0      2020-07-31 [1] CRAN (R 4.0.2)                    
 glue          1.4.2      2020-08-27 [1] CRAN (R 4.0.2)                    
 gmailr        1.0.0      2019-08-23 [1] CRAN (R 4.0.2)                    
 hms           1.0.0      2021-01-13 [1] CRAN (R 4.0.3)                    
 httr          1.4.2      2020-07-20 [1] CRAN (R 4.0.2)                    
 jsonlite      1.7.2      2020-12-09 [1] CRAN (R 4.0.3)                    
 knitr         1.33       2021-04-24 [1] CRAN (R 4.0.5)                    
 lifecycle     1.0.0      2021-02-15 [1] CRAN (R 4.0.4)                    
 magrittr      2.0.1      2020-11-17 [1] CRAN (R 4.0.3)                    
 memoise       2.0.0      2021-01-26 [1] CRAN (R 4.0.3)                    
 parsedate     1.2.1      2021-04-20 [1] CRAN (R 4.0.5)                    
 pillar        1.6.0      2021-04-13 [1] CRAN (R 4.0.5)                    
 pkgbuild      1.2.0      2020-12-15 [1] CRAN (R 4.0.3)                    
 pkgconfig     2.0.3      2019-09-22 [1] CRAN (R 4.0.0)                    
 pkgload       1.2.1      2021-04-06 [1] CRAN (R 4.0.5)                    
 prettyunits   1.1.1      2020-01-24 [1] CRAN (R 4.0.0)                    
 processx      3.5.2      2021-04-30 [1] CRAN (R 4.0.5)                    
 progress      1.2.2      2019-05-16 [1] CRAN (R 4.0.0)                    
 ps            1.6.0      2021-02-28 [1] CRAN (R 4.0.4)                    
 purrr         0.3.4      2020-04-17 [1] CRAN (R 4.0.0)                    
 R6            2.5.0      2020-10-28 [1] CRAN (R 4.0.3)                    
 rappdirs      0.3.3      2021-01-31 [1] CRAN (R 4.0.3)                    
 rcmdcheck     1.3.3.9000 2021-05-07 [1] Github (r-lib/rcmdcheck@ef07709)  
 Rcpp          1.0.6      2021-01-15 [1] CRAN (R 4.0.3)                    
 rematch2      2.1.2      2020-05-01 [1] CRAN (R 4.0.0)                    
 remotes       2.3.0      2021-04-01 [1] CRAN (R 4.0.5)                    
 revdepcheck   1.0.0.9001 2021-05-07 [1] Github (r-lib/revdepcheck@b4a66e5)
 rlang         0.4.11     2021-04-30 [1] CRAN (R 4.0.5)                    
 rprojroot     2.0.2      2020-11-15 [1] CRAN (R 4.0.3)                    
 RSQLite       2.2.7      2021-04-22 [1] CRAN (R 4.0.5)                    
 rstudioapi    0.13       2020-11-12 [1] CRAN (R 4.0.3)                    
 sessioninfo   1.1.1      2018-11-05 [1] CRAN (R 4.0.2)                    
 testthat      3.0.2      2021-02-14 [1] CRAN (R 4.0.4)                    
 tibble        3.1.1      2021-04-18 [1] CRAN (R 4.0.5)                    
 usethis       2.0.1      2021-02-10 [1] CRAN (R 4.0.3)                    
 utf8          1.2.1      2021-03-12 [1] CRAN (R 4.0.5)                    
 vctrs         0.3.8      2021-04-29 [1] CRAN (R 4.0.5)                    
 whisker       0.4        2019-08-28 [1] CRAN (R 4.0.0)                    
 whoami        1.3.0      2019-03-19 [1] CRAN (R 4.0.2)                    
 withr         2.4.2      2021-04-18 [1] CRAN (R 4.0.5)                    
 xfun          0.22       2021-03-11 [1] CRAN (R 4.0.5)                    
 xopen         1.0.0      2018-09-17 [1] CRAN (R 4.0.0)                    
 yaml          2.2.1      2020-02-01 [1] CRAN (R 4.0.0)