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

'icon' package not available #81

Open
annekelincoln opened this issue Jan 17, 2022 · 2 comments
Open

'icon' package not available #81

annekelincoln opened this issue Jan 17, 2022 · 2 comments

Comments

@annekelincoln
Copy link

Hi Nicholas!
I want to use your wonderful package {datadrivencv} to build my CV in R. I have a problem with installing the package:
ERROR: dependency ‘icon’ is not available for package ‘datadrivencv’
...
package ‘icon’ is not available for version 4.1.2 of R

@ambarja
Copy link

ambarja commented Jan 17, 2022

Hi @nstrayer , I have the same problem in a Linux SO
error

@annekelincoln
Copy link
Author

annekelincoln commented Jan 17, 2022

So for a temporary workaround, I downloaded the package's .zip file, unzipped it, navigated to the \DESCRIPTION file, deleted the line that read icon (>= 0.1.0), and recompressed the file.

I was then able to successfully install the package from the modified file on my laptop.

> remotes::install_local("datadrivencv-master.zip")

Then, I installed the icon package separately.

> remotes::install_github("mitchelloharawild/icons")

PS. -- I'm on a Mac

briandk added a commit to briandk/datadrivencv that referenced this issue Jun 22, 2023
The package is no longer hosted on CRAN, but it's listed in this package's DESCRIPTION, so trying to build datadrivencv from source fails.

See: nstrayer#81
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