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

ERROR: dependency 'icon' is not available for package 'datadrivencv' #90

Open
ScientificProgrammer opened this issue Jun 16, 2022 · 1 comment

Comments

@ScientificProgrammer
Copy link

Hi Everyone,

I just encountered this error while trying to install nstrayer/datadrivencv.

ERROR: dependency 'icon' is not available for package 'datadrivencv'

Even though there is an open issue (see #57) for this problem, where a number of potential resolutions are mentioned, I opened this new issue because I don't understand what the official recommendation is for resolving this issue, and I'm not sure if there are plans to close #57 or not. For other people encountering this error, they will probably spend a lot of time trying to discern the same information. Hopefully, this new thread not add to any potential confusion. Listed below is a summary of my observations from reading over the comments in #57.

  1. The title for issue #57 does not contain the exact error message. Although most people are probably finding that thread through web-searches, having the issue title reflect the exact error would be helpful to people.

  2. In the discussion thread for #57, there are quite a few suggestions for interim fixes, but, discerning which ones will work or not is not easy. On some of these comments, people replied that the suggested interim fix solved their problem, yet others said that it did not.

  3. Issue #57 has been open since Mar 2, 2021, even though fixing the issue appears to be as simple as updating one line in the package's description file. This solution was demonstrated by Ash706 in his repo, Ash706/datadrivencv, which, as of the date of this comment, is only 1 commit ahead of this repo. Note that I also verified that @Ash706's solution works, too (see below).

  4. At least one pull request has been generated as an interim fix for this error. For example, over a year ago (on Mar 16, 2021), mitchelloharawild generated a PR for this issue and posted it as a comment in the thread for #57.

  5. A lot of the comments in #57 mentioned upgrading to a newer version of R. I am running R 4.2.0 on Windows, which, as of this comment's date is the latest version of R.

Listed below is a table that I hope will be of use to others, along with detailed output from my attempts to install nstrayer/datadrivencv.

Summary of Successful and Unsuccessful Installation Methods

ID OUTCOME METHOD PROS CONS
1 SUCCESSFUL devtools::install_github('nstrayer/datadrivencv#60') It works and is in nstrayer/datadrivencv. Requires an older version of the icons repo, mitchelloharawild/icons@v0.1.0
2 SUCCESSFUL devtools::install_github('Ash706/datadrivencv') Is up to date and doesn't have any workaround hacks Not located in the nstrayer/datadrivencv repo
3 UNSUCCESSFUL devtools::install_github('nstrayer/datadrivencv') If it worked, users of the package get the most current version. Currently, doesn't work.
4 UNSUCCESSFUL pak::pkg_install('nstrayer/datadrivencv#60') It works and is in nstrayer/datadrivencv. Currently, doesn't work, but even if it did, it's not expected behavior and has a dependency on an old version of the icons package.

If there is anything that others or I could do to get this issue fixed, please let us know!


Summary of my R Platform

 version  R version 4.2.0 (2022-04-22 ucrt)
 os       Windows 10 x64 (build 22000)
 system   x86_64, mingw32
 ui       RTerm
 language (EN)
 collate  English_United States.utf8
 ctype    English_United States.utf8
 tz       America/Chicago
 date     2022-06-15
 pandoc   2.7.3 @ C:\\PROGRA~1\\Pandoc\\pandoc.exe

Detailed Output from Each Installation Attempt

Successful Installations

Successful Install with devtools::install_github('nstrayer/datadrivencv#60')

CLICK ME D:\GoogleDrive\eric.milgram\R Examples\Package Mgt>RScript --verbose -e "try(devtools::install_github('#60')); sessioninfo::session_info()" running 'C:\R\R-4.2.0\bin\x64\Rterm.exe --no-echo --no-restore -e try(devtools::install_github('#60')); sessioninfo::session_info()'
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo mitchelloharawild/datadrivencv@icons
icon (NA -> 4ef7ed0a8...) [GitHub]
Downloading GitHub repo mitchelloharawild/icons@v0.1.0

── R CMD build ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔  checking for file 'C:\Users\eric_\AppData\Local\Temp\RtmpScyZdj\remotes6940601549d7\mitchelloharawild-icons-4ef7ed0/DESCRIPTION' ...
─  preparing 'icon': (787ms)
✔  checking DESCRIPTION meta-information ...
─  checking for LF line-endings in source and make files and shell scripts
─  checking for empty or unneeded directories
   Omitted 'LazyData' from DESCRIPTION
─  building 'icon_0.1.0.tar.gz'

+ installing *source* package 'icon' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
+ DONE (icon)
Skipping install of 'icon' from a github remote, the SHA1 (4ef7ed0a) has not changed since last install.
  Use `force = TRUE` to force installation
── R CMD build ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔  checking for file 'C:\Users\eric_\AppData\Local\Temp\RtmpScyZdj\remotes694012653edb\mitchelloharawild-datadrivencv-89e4f9f/DESCRIPTION' (350ms)
─  preparing 'datadrivencv': (408ms)
✔  checking DESCRIPTION meta-information ...
─  checking for LF line-endings in source and make files and shell scripts
─  checking for empty or unneeded directories
   Omitted 'LazyData' from DESCRIPTION
─  building 'datadrivencv_0.1.0.tar.gz'

+ installing *source* package 'datadrivencv' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
+ DONE (datadrivencv)
─ Session info ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
 setting  value
 version  R version 4.2.0 (2022-04-22 ucrt)
 os       Windows 10 x64 (build 22000)
 system   x86_64, mingw32
 ui       RTerm
 language (EN)
 collate  English_United States.utf8
 ctype    English_United States.utf8
 tz       America/Chicago
 date     2022-06-15
 pandoc   2.7.3 @ C:\\PROGRA~1\\Pandoc\\pandoc.exe

─ Packages ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
 package     * version     date (UTC) lib source
 bit           4.0.4       2022-06-09 [1] Github (truecluster/bit@97b8d75)
 bit64         4.0.5       2018-08-17 [1] Github (truecluster/bit64@e428535)
 blob          1.2.3       2022-04-10 [1] CRAN (R 4.2.0)
 cachem        1.0.6       2021-08-19 [1] CRAN (R 4.2.0)
 callr         3.7.0.9000  2022-06-10 [1] Github (r-lib/callr@373067d)
 cli           3.3.0.9000  2022-06-09 [1] Github (r-lib/cli@31a5db5)
 crancache     0.0.0.9001  2022-06-09 [1] Github (r-lib/crancache@7ea4e47)
 cranlike      1.0.2       2018-11-26 [1] CRAN (R 4.2.0)
 crayon        1.5.1.9000  2022-06-12 [1] Github (r-lib/crayon@0b5a8a8)
 curl          4.3.3       2022-06-10 [1] Github (jeroen/curl@8197fd6)
 DBI           1.1.2.9000  2022-06-06 [1] Github (r-dbi/DBI@ad5c6f3)
 debugme       1.1.0.9001  2022-06-06 [1] Github (r-lib/debugme@e7df798)
 desc          1.4.1.9000  2022-06-12 [1] Github (r-lib/desc@fb67d41)
 devtools      2.4.3.9000  2022-06-08 [1] Github (r-lib/devtools@8ef16cf)
 digest        0.6.29      2021-12-01 [1] CRAN (R 4.2.0)
 ellipsis      0.3.2       2021-04-29 [1] CRAN (R 4.2.0)
 fansi         1.0.3       2022-03-24 [1] CRAN (R 4.2.0)
 fastmap       1.1.0.9000  2022-06-09 [1] Github (r-lib/fastmap@d2722e7)
 fs            1.5.2.9000  2022-06-09 [1] Github (r-lib/fs@e7d98c4)
 glue          1.6.2.9000  2022-06-13 [1] Github (tidyverse/glue@d47d6c7)
 lifecycle     1.0.1       2021-09-24 [1] CRAN (R 4.2.0)
 magrittr      2.0.3       2022-03-30 [1] CRAN (R 4.2.0)
 memoise       2.0.1       2021-11-26 [1] CRAN (R 4.2.0)
 parsedate     1.3.0       2022-02-13 [1] CRAN (R 4.2.0)
 pillar        1.7.0.9004  2022-06-09 [1] Github (r-lib/pillar@1cffc79)
 pkgbuild      1.3.1.9000  2022-06-12 [1] Github (r-lib/pkgbuild@80762db)
 pkgconfig     2.0.3       2019-09-22 [1] CRAN (R 4.2.0)
 pkgload       1.2.4.9001  2022-06-10 [1] Github (r-lib/pkgload@b0a0f12)
 prettyunits   1.1.1.9000  2022-06-09 [1] Github (r-lib/prettyunits@8706d89)
 processx      3.6.0.9000  2022-06-12 [1] Github (r-lib/processx@ca15509)
 ps            1.7.0.9000  2022-06-09 [1] Github (r-lib/ps@f3a1100)
 purrr         0.3.4.9000  2022-06-06 [1] Github (tidyverse/purrr@d4b7ad1)
 R6            2.5.1.9000  2022-06-09 [1] Github (r-lib/R6@abcf044)
 rappdirs      0.3.3.9000  2022-06-09 [1] Github (r-lib/rappdirs@212b463)
 Rcpp          1.0.8.5     2022-06-06 [1] Github (RcppCore/Rcpp@8679f81)
 rematch2      2.1.2.9000  2022-06-09 [1] Github (r-lib/rematch2@fe7dbed)
 remotes       2.4.2       2021-11-30 [1] CRAN (R 4.2.0)
 rlang         1.0.2.9003  2022-06-15 [1] Github (r-lib/rlang@62cd789)
 rprojroot     2.0.3.9000  2022-06-09 [1] Github (r-lib/rprojroot@7d7bc7d)
 RSQLite       2.2.14.9000 2022-06-06 [1] Github (r-dbi/RSQLite@cada7c8)
 sessioninfo   1.2.2.9000  2022-06-09 [1] Github (r-lib/sessioninfo@27965c2)
 tibble        3.1.7.9000  2022-06-13 [1] Github (tidyverse/tibble@ab2bd28)
 usethis       2.1.6.9000  2022-06-15 [1] Github (r-lib/usethis@b0318bf)
 utf8          1.2.2       2021-07-24 [1] CRAN (R 4.2.0)
 vctrs         0.4.1.9000  2022-06-13 [1] Github (r-lib/vctrs@7df15a7)
 withr         2.5.0.9000  2022-06-09 [1] Github (r-lib/withr@35301f6)

 [1] D:/R/R-4.2.0/library

─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Successful Installation with devtools::install_github('Ash706/datadrivencv')

CLICK ME D:\GoogleDrive\eric.milgram\R Examples\Package Mgt>RScript --verbose -e "try(devtools::install_github('Ash706/datadrivencv')); sessioninfo::session_info()" running 'C:\R\R-4.2.0\bin\x64\Rterm.exe --no-echo --no-restore -e try(devtools::install_github('Ash706/datadrivencv')); sessioninfo::session_info()'
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo Ash706/datadrivencv@HEAD

── R CMD build ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔  checking for file 'C:\Users\eric_\AppData\Local\Temp\RtmpCKqR9t\remotes136c6fba6cab\Ash706-datadrivencv-7c9f285/DESCRIPTION' (347ms)
─  preparing 'datadrivencv': (348ms)
✔  checking DESCRIPTION meta-information ...
─  checking for LF line-endings in source and make files and shell scripts
─  checking for empty or unneeded directories
   Omitted 'LazyData' from DESCRIPTION
─  building 'datadrivencv_0.1.0.tar.gz'

+ installing *source* package 'datadrivencv' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
+ DONE (datadrivencv)
─ Session info ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
 setting  value
 version  R version 4.2.0 (2022-04-22 ucrt)
 os       Windows 10 x64 (build 22000)
 system   x86_64, mingw32
 ui       RTerm
 language (EN)
 collate  English_United States.utf8
 ctype    English_United States.utf8
 tz       America/Chicago
 date     2022-06-15
 pandoc   2.7.3 @ C:\\PROGRA~1\\Pandoc\\pandoc.exe

─ Packages ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
 package     * version     date (UTC) lib source
 bit           4.0.4       2022-06-09 [1] Github (truecluster/bit@97b8d75)
 bit64         4.0.5       2018-08-17 [1] Github (truecluster/bit64@e428535)
 blob          1.2.3       2022-04-10 [1] CRAN (R 4.2.0)
 cachem        1.0.6       2021-08-19 [1] CRAN (R 4.2.0)
 callr         3.7.0.9000  2022-06-10 [1] Github (r-lib/callr@373067d)
 cli           3.3.0.9000  2022-06-09 [1] Github (r-lib/cli@31a5db5)
 crancache     0.0.0.9001  2022-06-09 [1] Github (r-lib/crancache@7ea4e47)
 cranlike      1.0.2       2018-11-26 [1] CRAN (R 4.2.0)
 crayon        1.5.1.9000  2022-06-12 [1] Github (r-lib/crayon@0b5a8a8)
 curl          4.3.3       2022-06-10 [1] Github (jeroen/curl@8197fd6)
 DBI           1.1.2.9000  2022-06-06 [1] Github (r-dbi/DBI@ad5c6f3)
 debugme       1.1.0.9001  2022-06-06 [1] Github (r-lib/debugme@e7df798)
 desc          1.4.1.9000  2022-06-12 [1] Github (r-lib/desc@fb67d41)
 devtools      2.4.3.9000  2022-06-08 [1] Github (r-lib/devtools@8ef16cf)
 digest        0.6.29      2021-12-01 [1] CRAN (R 4.2.0)
 ellipsis      0.3.2       2021-04-29 [1] CRAN (R 4.2.0)
 fansi         1.0.3       2022-03-24 [1] CRAN (R 4.2.0)
 fastmap       1.1.0.9000  2022-06-09 [1] Github (r-lib/fastmap@d2722e7)
 fs            1.5.2.9000  2022-06-09 [1] Github (r-lib/fs@e7d98c4)
 glue          1.6.2.9000  2022-06-13 [1] Github (tidyverse/glue@d47d6c7)
 lifecycle     1.0.1       2021-09-24 [1] CRAN (R 4.2.0)
 magrittr      2.0.3       2022-03-30 [1] CRAN (R 4.2.0)
 memoise       2.0.1       2021-11-26 [1] CRAN (R 4.2.0)
 parsedate     1.3.0       2022-02-13 [1] CRAN (R 4.2.0)
 pillar        1.7.0.9004  2022-06-09 [1] Github (r-lib/pillar@1cffc79)
 pkgbuild      1.3.1.9000  2022-06-12 [1] Github (r-lib/pkgbuild@80762db)
 pkgconfig     2.0.3       2019-09-22 [1] CRAN (R 4.2.0)
 pkgload       1.2.4.9001  2022-06-10 [1] Github (r-lib/pkgload@b0a0f12)
 prettyunits   1.1.1.9000  2022-06-09 [1] Github (r-lib/prettyunits@8706d89)
 processx      3.6.0.9000  2022-06-12 [1] Github (r-lib/processx@ca15509)
 ps            1.7.0.9000  2022-06-09 [1] Github (r-lib/ps@f3a1100)
 purrr         0.3.4.9000  2022-06-06 [1] Github (tidyverse/purrr@d4b7ad1)
 R6            2.5.1.9000  2022-06-09 [1] Github (r-lib/R6@abcf044)
 rappdirs      0.3.3.9000  2022-06-09 [1] Github (r-lib/rappdirs@212b463)
 Rcpp          1.0.8.5     2022-06-06 [1] Github (RcppCore/Rcpp@8679f81)
 rematch2      2.1.2.9000  2022-06-09 [1] Github (r-lib/rematch2@fe7dbed)
 remotes       2.4.2       2021-11-30 [1] CRAN (R 4.2.0)
 rlang         1.0.2.9003  2022-06-15 [1] Github (r-lib/rlang@62cd789)
 rprojroot     2.0.3.9000  2022-06-09 [1] Github (r-lib/rprojroot@7d7bc7d)
 RSQLite       2.2.14.9000 2022-06-06 [1] Github (r-dbi/RSQLite@cada7c8)
 sessioninfo   1.2.2.9000  2022-06-09 [1] Github (r-lib/sessioninfo@27965c2)
 tibble        3.1.7.9000  2022-06-13 [1] Github (tidyverse/tibble@ab2bd28)
 usethis       2.1.6.9000  2022-06-15 [1] Github (r-lib/usethis@b0318bf)
 utf8          1.2.2       2021-07-24 [1] CRAN (R 4.2.0)
 vctrs         0.4.1.9000  2022-06-13 [1] Github (r-lib/vctrs@7df15a7)
 withr         2.5.0.9000  2022-06-09 [1] Github (r-lib/withr@35301f6)

 [1] D:/R/R-4.2.0/library

─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
---

Failed Installations

Failed Installation with devtools::install_github('nstrayer/datadrivencv')

CLICK ME D:\GoogleDrive\eric.milgram\R Examples\Package Mgt>RScript --verbose -e "try(devtools::install_github('nstrayer/datadrivencv')); sessioninfo::session_info()" running 'C:\R\R-4.2.0\bin\x64\Rterm.exe --no-echo --no-restore -e try(devtools::install_github('nstrayer/datadrivencv')); sessioninfo::session_info()'
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo nstrayer/datadrivencv@HEAD

Skipping 1 packages not available: icon
── R CMD build ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔  checking for file 'C:\Users\eric_\AppData\Local\Temp\RtmpSMDZF4\remotes222c236f757e\nstrayer-datadrivencv-0b59804/DESCRIPTION' ...
─  preparing 'datadrivencv': (465ms)
✔  checking DESCRIPTION meta-information ...
─  checking for LF line-endings in source and make files and shell scripts
─  checking for empty or unneeded directories
   Omitted 'LazyData' from DESCRIPTION
─  building 'datadrivencv_0.1.0.tar.gz'

ERROR: dependency 'icon' is not available for package 'datadrivencv'
* removing 'D:/R/R-4.2.0/library/datadrivencv'
Warning messages:
1: In utils::install.packages(pkgs = pkgs, lib = lib, repos = myrepos,  :
  installation of package 'C:/Users/eric_/AppData/Local/Temp/RtmpSMDZF4/file222c10921fea/datadrivencv_0.1.0.tar.gz' had non-zero exit status
2: In utils::install.packages(pkgs = pkgs, lib = lib, repos = myrepos,  :
  installation of package 'C:/Users/eric_/AppData/Local/Temp/RtmpSMDZF4/file222c10921fea/datadrivencv_0.1.0.tar.gz' had non-zero exit status
─ Session info ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
 setting  value
 version  R version 4.2.0 (2022-04-22 ucrt)
 os       Windows 10 x64 (build 22000)
 system   x86_64, mingw32
 ui       RTerm
 language (EN)
 collate  English_United States.utf8
 ctype    English_United States.utf8
 tz       America/Chicago
 date     2022-06-15
 pandoc   2.7.3 @ C:\\PROGRA~1\\Pandoc\\pandoc.exe

─ Packages ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
 package     * version     date (UTC) lib source
 bit           4.0.4       2022-06-09 [1] Github (truecluster/bit@97b8d75)
 bit64         4.0.5       2018-08-17 [1] Github (truecluster/bit64@e428535)
 blob          1.2.3       2022-04-10 [1] CRAN (R 4.2.0)
 cachem        1.0.6       2021-08-19 [1] CRAN (R 4.2.0)
 callr         3.7.0.9000  2022-06-10 [1] Github (r-lib/callr@373067d)
 cli           3.3.0.9000  2022-06-09 [1] Github (r-lib/cli@31a5db5)
 crancache     0.0.0.9001  2022-06-09 [1] Github (r-lib/crancache@7ea4e47)
 cranlike      1.0.2       2018-11-26 [1] CRAN (R 4.2.0)
 crayon        1.5.1.9000  2022-06-12 [1] Github (r-lib/crayon@0b5a8a8)
 curl          4.3.3       2022-06-10 [1] Github (jeroen/curl@8197fd6)
 DBI           1.1.2.9000  2022-06-06 [1] Github (r-dbi/DBI@ad5c6f3)
 debugme       1.1.0.9001  2022-06-06 [1] Github (r-lib/debugme@e7df798)
 desc          1.4.1.9000  2022-06-12 [1] Github (r-lib/desc@fb67d41)
 devtools      2.4.3.9000  2022-06-08 [1] Github (r-lib/devtools@8ef16cf)
 digest        0.6.29      2021-12-01 [1] CRAN (R 4.2.0)
 ellipsis      0.3.2       2021-04-29 [1] CRAN (R 4.2.0)
 fansi         1.0.3       2022-03-24 [1] CRAN (R 4.2.0)
 fastmap       1.1.0.9000  2022-06-09 [1] Github (r-lib/fastmap@d2722e7)
 fs            1.5.2.9000  2022-06-09 [1] Github (r-lib/fs@e7d98c4)
 glue          1.6.2.9000  2022-06-13 [1] Github (tidyverse/glue@d47d6c7)
 lifecycle     1.0.1       2021-09-24 [1] CRAN (R 4.2.0)
 magrittr      2.0.3       2022-03-30 [1] CRAN (R 4.2.0)
 memoise       2.0.1       2021-11-26 [1] CRAN (R 4.2.0)
 parsedate     1.3.0       2022-02-13 [1] CRAN (R 4.2.0)
 pillar        1.7.0.9004  2022-06-09 [1] Github (r-lib/pillar@1cffc79)
 pkgbuild      1.3.1.9000  2022-06-12 [1] Github (r-lib/pkgbuild@80762db)
 pkgconfig     2.0.3       2019-09-22 [1] CRAN (R 4.2.0)
 pkgload       1.2.4.9001  2022-06-10 [1] Github (r-lib/pkgload@b0a0f12)
 prettyunits   1.1.1.9000  2022-06-09 [1] Github (r-lib/prettyunits@8706d89)
 processx      3.6.0.9000  2022-06-12 [1] Github (r-lib/processx@ca15509)
 ps            1.7.0.9000  2022-06-09 [1] Github (r-lib/ps@f3a1100)
 purrr         0.3.4.9000  2022-06-06 [1] Github (tidyverse/purrr@d4b7ad1)
 R6            2.5.1.9000  2022-06-09 [1] Github (r-lib/R6@abcf044)
 rappdirs      0.3.3.9000  2022-06-09 [1] Github (r-lib/rappdirs@212b463)
 Rcpp          1.0.8.5     2022-06-06 [1] Github (RcppCore/Rcpp@8679f81)
 rematch2      2.1.2.9000  2022-06-09 [1] Github (r-lib/rematch2@fe7dbed)
 remotes       2.4.2       2021-11-30 [1] CRAN (R 4.2.0)
 rlang         1.0.2.9003  2022-06-15 [1] Github (r-lib/rlang@62cd789)
 rprojroot     2.0.3.9000  2022-06-09 [1] Github (r-lib/rprojroot@7d7bc7d)
 RSQLite       2.2.14.9000 2022-06-06 [1] Github (r-dbi/RSQLite@cada7c8)
 sessioninfo   1.2.2.9000  2022-06-09 [1] Github (r-lib/sessioninfo@27965c2)
 tibble        3.1.7.9000  2022-06-13 [1] Github (tidyverse/tibble@ab2bd28)
 usethis       2.1.6.9000  2022-06-15 [1] Github (r-lib/usethis@b0318bf)
 utf8          1.2.2       2021-07-24 [1] CRAN (R 4.2.0)
 vctrs         0.4.1.9000  2022-06-13 [1] Github (r-lib/vctrs@7df15a7)
 withr         2.5.0.9000  2022-06-09 [1] Github (r-lib/withr@35301f6)

 [1] D:/R/R-4.2.0/library

─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Failed Installation with pak::pkg_install('nstrayer/datadrivencv#60')

CLICK ME D:\GoogleDrive\eric.milgram\R Examples\Package Mgt>RScript --verbose -e "try(pak::pkg_install('#60')); sessioninfo::session_info()" running 'C:\R\R-4.2.0\bin\x64\Rterm.exe --no-echo --no-restore -e try(pak::pkg_install('#60')); sessioninfo::session_info()'
✔ Loading metadata database ... done
Error : ! error in pak subprocess
Caused by error: :
! Cannot install packages:
+ nstrayer/datadrivencv#60: Can't install dependency icon
+ icon: Can't find package called icon.
─ Session info ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
 setting  value
 version  R version 4.2.0 (2022-04-22 ucrt)
 os       Windows 10 x64 (build 22000)
 system   x86_64, mingw32
 ui       RTerm
 language (EN)
 collate  English_United States.utf8
 ctype    English_United States.utf8
 tz       America/Chicago
 date     2022-06-15
 pandoc   2.7.3 @ C:\\PROGRA~1\\Pandoc\\pandoc.exe

─ Packages ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
 package     * version    date (UTC) lib source
 callr         3.7.0.9000 2022-06-10 [1] Github (r-lib/callr@373067d)
 cli           3.3.0.9000 2022-06-09 [1] Github (r-lib/cli@31a5db5)
 glue          1.6.2.9000 2022-06-13 [1] Github (tidyverse/glue@d47d6c7)
 pak           0.3.0.9000 2022-06-13 [1] local
 processx      3.6.0.9000 2022-06-12 [1] Github (r-lib/processx@ca15509)
 ps            1.7.0.9000 2022-06-09 [1] Github (r-lib/ps@f3a1100)
 R6            2.5.1.9000 2022-06-09 [1] Github (r-lib/R6@abcf044)
 sessioninfo   1.2.2.9000 2022-06-09 [1] Github (r-lib/sessioninfo@27965c2)

 [1] D:/R/R-4.2.0/library

─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
@witszymanski
Copy link

Thanks man for this!

devtools::install_github('Ash706/datadrivencv') worked for me!

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

2 participants