You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using R 4.2.2 and trying to install datadrivencv and got the following error:
✔ checking for file ‘/private/var/folders/kk/5r794jbj2hg20s4_5qxp3lf00000gq/T/RtmpZPYrrp/remotes12709298f6c43/nstrayer-datadrivencv-0b59804/DESCRIPTION’ (370ms)
─ preparing ‘datadrivencv’:
✔ 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 ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library/datadrivencv’
I double-checked the existence of the icon package, and the package seems to be renamed to icons (https://github.com/mitchelloharawild/icons). To get around the dependency, I edited the DESCRIBED file to remove icon (>=0.1.0) from the import field. Then I was able to install datadrivencv.
The text was updated successfully, but these errors were encountered:
I am using R 4.2.2 and trying to install
datadrivencv
and got the following error:I double-checked the existence of the
icon
package, and the package seems to be renamed toicons
(https://github.com/mitchelloharawild/icons). To get around the dependency, I edited the DESCRIBED file to removeicon (>=0.1.0)
from the import field. Then I was able to installdatadrivencv
.The text was updated successfully, but these errors were encountered: