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 just tried to install it on my Windows work desktop and got this:
system.time(devtools::install_github("afrimapr/afriadmin"))
Downloading GitHub repo afrimapr/afriadmin@master
Skipping 1 packages not available: rhdx
√ checking for file 'C:\Users\georl\AppData\Local\Temp\RtmpklimIN\remotes2174143a6c9e\afrimapr-afriadmin-7997fa7/DESCRIPTION' ...
- preparing 'afriadmin': (475ms)
√ checking DESCRIPTION meta-information ...
- checking for LF line-endings in source and make files and shell scripts
- checking for empty or unneeded directories
- looking to see if a 'data/datalist' file should be added
- building 'afriadmin_0.0.0.9000.tar.gz' (1.1s)
Installing package into ‘D:/R/Rlibs’
(as ‘lib’ is unspecified)
'\\ds.leeds.ac.uk\Staff\Staff7\georl'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
ERROR: dependency 'rhdx' is not available for package 'afriadmin'
* removing 'D:/R/Rlibs/afriadmin'
Error: Failed to install 'afriadmin' from GitHub:
(converted from warning) installation of package ‘C:/Users/georl/AppData/Local/Temp/RtmpklimIN/file21744f3a555e/afriadmin_0.0.0.9000.tar.gz’ had non-zero exit status
Timing stopped at: 4.27 1.25 54.85
> install.packages("rhdx")
Installing package into ‘D:/R/Rlibs’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘rhdx’ is not available (for R version 3.6.2)
> system.time(devtools::install_github("afrimapr/afriadmin"))
Downloading GitHub repo afrimapr/afriadmin@master
Skipping 1 packages not available: rhdx
√ checking for file 'C:\Users\georl\AppData\Local\Temp\RtmpklimIN\remotes217433086d2a\afrimapr-afriadmin-7997fa7/DESCRIPTION' ...
- preparing 'afriadmin': (581ms)
√ checking DESCRIPTION meta-information ...
- checking for LF line-endings in source and make files and shell scripts
- checking for empty or unneeded directories
- looking to see if a 'data/datalist' file should be added
- building 'afriadmin_0.0.0.9000.tar.gz' (1.1s)
Installing package into ‘D:/R/Rlibs’
(as ‘lib’ is unspecified)
'\\ds.leeds.ac.uk\Staff\Staff7\georl'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
ERROR: dependency 'rhdx' is not available for package 'afriadmin'
* removing 'D:/R/Rlibs/afriadmin'
The text was updated successfully, but these errors were encountered:
I tried to install afriadmin today, but it got stuck on the download stage for almost an hour before I cancelled it. My internet connection is theoretically not that bad... Just thought I should let you know.
I just tried to install it on my Windows work desktop and got this:
The text was updated successfully, but these errors were encountered: