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

problems installing on Windows with R 4.1.1 #55

Open
IndrajeetPatil opened this issue Sep 2, 2021 · 0 comments
Open

problems installing on Windows with R 4.1.1 #55

IndrajeetPatil opened this issue Sep 2, 2021 · 0 comments

Comments

@IndrajeetPatil
Copy link

Here is a reproducible example:

remotes::install_github("rdotnet/rClr")
#> Downloading GitHub repo rdotnet/rClr@HEAD
#>          checking for file 'C:\Users\IndrajeetPatil\AppData\Local\Temp\RtmpgF5fHl\remotes2e74659775d5\rdotnet-rClr-d2a3591/DESCRIPTION' ...  v  checking for file 'C:\Users\IndrajeetPatil\AppData\Local\Temp\RtmpgF5fHl\remotes2e74659775d5\rdotnet-rClr-d2a3591/DESCRIPTION'
#>       -  preparing 'rClr':
#>    checking DESCRIPTION meta-information ...     checking DESCRIPTION meta-information ...   v  checking DESCRIPTION meta-information
#> -  cleaning src
#>   -  running 'cleanup.win'
#>       -  checking for LF line-endings in source and make files and shell scripts (828ms)
#>       -  checking for empty or unneeded directories
#>       -  building 'rClr_0.8.3.tar.gz'
#>   Warning:     Warning: file 'rClr/cleanup' did not have execute permissions: corrected
#>   Warning:     Warning: file 'rClr/configure' did not have execute permissions: corrected
#>      
#> 
#> Installing package into 'C:/Users/IndrajeetPatil/Documents/R/win-library/4.1'
#> (as 'lib' is unspecified)
#> Warning in i.p(...): installation of package 'C:/Users/INDRAJ~1/AppData/Local/
#> Temp/RtmpgF5fHl/file2e746097535/rClr_0.8.3.tar.gz' had non-zero exit status
sessioninfo::session_info(include_base = TRUE)
#> - Session info ---------------------------------------------------------------
#>  setting  value                       
#>  version  R version 4.1.1 (2021-08-10)
#>  os       Windows 10 x64              
#>  system   x86_64, mingw32             
#>  ui       RTerm                       
#>  language (EN)                        
#>  collate  English_United Kingdom.1252 
#>  ctype    English_United Kingdom.1252 
#>  tz       Europe/Berlin               
#>  date     2021-09-02                  
#> 
#> - Packages -------------------------------------------------------------------
#>  ! package     * version date       lib source        
#>    backports     1.2.1   2020-12-09 [1] CRAN (R 4.1.0)
#>    base        * 4.1.1   2021-08-10 [?] local         
#>    callr         3.7.0   2021-04-20 [1] CRAN (R 4.1.1)
#>    cli           3.0.1   2021-07-17 [1] CRAN (R 4.1.0)
#>  P compiler      4.1.1   2021-08-10 [2] local         
#>    crayon        1.4.1   2021-02-08 [1] CRAN (R 4.1.1)
#>    curl          4.3.2   2021-06-23 [1] CRAN (R 4.1.1)
#>  P datasets    * 4.1.1   2021-08-10 [2] local         
#>    digest        0.6.27  2020-10-24 [1] CRAN (R 4.1.1)
#>    ellipsis      0.3.2   2021-04-29 [1] CRAN (R 4.1.0)
#>    evaluate      0.14    2019-05-28 [1] CRAN (R 4.1.1)
#>    fansi         0.5.0   2021-05-25 [1] CRAN (R 4.1.1)
#>    fastmap       1.1.0   2021-01-25 [1] CRAN (R 4.1.1)
#>    fs            1.5.0   2020-07-31 [1] CRAN (R 4.1.1)
#>    glue          1.4.2   2020-08-27 [1] CRAN (R 4.1.1)
#>  P graphics    * 4.1.1   2021-08-10 [2] local         
#>  P grDevices   * 4.1.1   2021-08-10 [2] local         
#>    highr         0.9     2021-04-16 [1] CRAN (R 4.1.1)
#>    htmltools     0.5.2   2021-08-25 [1] CRAN (R 4.1.1)
#>    knitr         1.33    2021-04-24 [1] CRAN (R 4.1.1)
#>    lifecycle     1.0.0   2021-02-15 [1] CRAN (R 4.1.1)
#>    magrittr      2.0.1   2020-11-17 [1] CRAN (R 4.1.1)
#>  P methods     * 4.1.1   2021-08-10 [2] local         
#>    pillar        1.6.2   2021-07-29 [1] CRAN (R 4.1.1)
#>    pkgbuild      1.2.0   2020-12-15 [1] CRAN (R 4.1.1)
#>    pkgconfig     2.0.3   2019-09-22 [1] CRAN (R 4.1.1)
#>    prettyunits   1.1.1   2020-01-24 [1] CRAN (R 4.1.1)
#>    processx      3.5.2   2021-04-30 [1] CRAN (R 4.1.1)
#>    ps            1.6.0   2021-02-28 [1] CRAN (R 4.1.1)
#>    purrr         0.3.4   2020-04-17 [1] CRAN (R 4.1.1)
#>    R6            2.5.1   2021-08-19 [1] CRAN (R 4.1.1)
#>    remotes       2.4.0   2021-06-02 [1] CRAN (R 4.1.1)
#>    reprex        2.0.1   2021-08-05 [1] CRAN (R 4.1.1)
#>    rlang         0.4.11  2021-04-30 [1] CRAN (R 4.1.1)
#>    rmarkdown     2.10    2021-08-06 [1] CRAN (R 4.1.1)
#>    rprojroot     2.0.2   2020-11-15 [1] CRAN (R 4.1.1)
#>    rstudioapi    0.13    2020-11-12 [1] CRAN (R 4.1.1)
#>    sessioninfo   1.1.1   2018-11-05 [1] CRAN (R 4.1.1)
#>  P stats       * 4.1.1   2021-08-10 [2] local         
#>    stringi       1.7.4   2021-08-25 [1] CRAN (R 4.1.1)
#>    stringr       1.4.0   2019-02-10 [1] CRAN (R 4.1.1)
#>    styler        1.5.1   2021-07-13 [1] CRAN (R 4.1.1)
#>    tibble        3.1.4   2021-08-25 [1] CRAN (R 4.1.1)
#>  P tools         4.1.1   2021-08-10 [2] local         
#>    utf8          1.2.2   2021-07-24 [1] CRAN (R 4.1.1)
#>  P utils       * 4.1.1   2021-08-10 [2] local         
#>    vctrs         0.3.8   2021-04-29 [1] CRAN (R 4.1.1)
#>    withr         2.4.2   2021-04-18 [1] CRAN (R 4.1.1)
#>    xfun          0.25    2021-08-06 [1] CRAN (R 4.1.1)
#>    yaml          2.2.1   2020-02-01 [1] CRAN (R 4.1.0)
#> 
#> [1] C:/Users/IndrajeetPatil/Documents/R/win-library/4.1
#> [2] C:/Program Files/R/R-4.1.1/library
#> 
#>  P -- Loaded and on-disk path mismatch.

Created on 2021-09-02 by the reprex package (v2.0.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant