-
Notifications
You must be signed in to change notification settings - Fork 43
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 install #85
Comments
Looks like you need to install Rodeo and then you can try installing AutoQuant again. Rodeo is another package of mine you can find at github.com/AdrianAntico/Rodeo. Just follow the install instructions there |
I followed the instructions but the problem is still not resolved. devtools::install_github("AdrianAntico/AutoNLP", upgrade = FALSE, force = TRUE)
ERROR: dependency 'Rodeo' is not available for package 'AutoQuant'
|
Hey, I think I see the issue. I didn't put the code to install Rodeo. I
only listed the dependencies to install.
Try running this now:
devtools::install_github("AdrianAntico/Rodeo, upgrade = FALSE, force = TRUE)
…On Tue, Jul 9, 2024, 6:59 PM baobabtree ***@***.***> wrote:
I followed the instructions but the problem is still not resolved.
devtools::install_github("AdrianAntico/AutoNLP", upgrade = FALSE, force =
TRUE)
Downloading GitHub repo ***@***.***
── R CMD build
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔ checking for file
'C:\Users\dirac\AppData\Local\Temp\RtmpkzvCkp\remotes1098c517921a7\AdrianAntico-AutoNLP-87d4a6f/DESCRIPTION'
...
─ preparing 'AutoNLP':
✔ 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 'AutoNLP_0.1.0.tar.gz'
- installing *source* package 'AutoNLP' ...
** using staged installation
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (AutoNLP)
devtools::install_github('AdrianAntico/AutoQuant', upgrade = FALSE,
dependencies = FALSE, force = TRUE)
Downloading GitHub repo ***@***.***
── R CMD build
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔ checking for file
'C:\Users\dirac\AppData\Local\Temp\RtmpkzvCkp\remotes1098c79b168e2\AdrianAntico-AutoQuant-42b7117/DESCRIPTION'
...
─ preparing 'AutoQuant': (686ms)
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts
(555ms)
─ checking for empty or unneeded directories
Omitted 'LazyData' from DESCRIPTION
─ building 'AutoQuant_1.0.1.tar.gz'
ERROR: dependency 'Rodeo' is not available for package 'AutoQuant'
- removing 'D:/R-4.4.1/library/AutoQuant'
Warning message:
In i.p(...) :
installation of package
‘C:/Users/dirac/AppData/Local/Temp/RtmpkzvCkp/file1098c2d0f2b39/AutoQuant_1.0.1.tar.gz’
had non-zero exit status
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKBAWPDHKNSUJ63YPENSAZ3ZLSIOPAVCNFSM6AAAAABKSGLLVGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJZGMZTAMZRGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thank you for your reply. However, I got a new dependency error. Is this 'data' one of your packages? devtools::install_github("AdrianAntico/Rodeo", upgrade = FALSE, force = TRUE) ERROR: dependency 'data' is not available for package 'Rodeo'
|
Ah, I see the error. In the DESCRIPTION file 'data' should be data.table.
The screenshot below shows the issue. I can fix this later tonight. Another
option is you can create a pull request that I can approve.
…On Tue, Jul 9, 2024, 10:33 PM baobabtree ***@***.***> wrote:
Thank you for your reply. However, I got a new dependency error. Is this
'data' one of your packages?
devtools::install_github("AdrianAntico/Rodeo", upgrade = FALSE, force =
TRUE)
Downloading GitHub repo ***@***.***
── R CMD build
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔ checking for file
'C:\Users\dirac\AppData\Local\Temp\RtmpUZpGWd\remotes442464a160c\AdrianAntico-Rodeo-b48cd57/DESCRIPTION'
...
─ preparing 'Rodeo':
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts
(487ms)
─ checking for empty or unneeded directories
Omitted 'LazyData' from DESCRIPTION
─ building 'Rodeo_0.0.1.tar.gz'
ERROR: dependency 'data' is not available for package 'Rodeo'
- removing 'D:/R-4.4.1/library/Rodeo'
Warning message:
In i.p(...) :
installation of package
‘C:/Users/dirac/AppData/Local/Temp/RtmpUZpGWd/file44243de93c12/Rodeo_0.0.1.tar.gz’
had non-zero exit status
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKBAWPDXGOORNL6CYNKOEA3ZLTBUDAVCNFSM6AAAAABKSGLLVGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJZGU4TSNJZGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
devtools::install_github('AdrianAntico/AutoQuant', upgrade = FALSE, dependencies = FALSE, force = TRUE)
Downloading GitHub repo AdrianAntico/AutoQuant@HEAD
── R CMD build ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔ checking for file 'C:\Users\dirac\AppData\Local\Temp\Rtmp2VconI\remotes135801c7524b\AdrianAntico-AutoQuant-42b7117/DESCRIPTION' (353ms)
─ preparing 'AutoQuant': (724ms)
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts (578ms)
─ checking for empty or unneeded directories
Omitted 'LazyData' from DESCRIPTION
─ building 'AutoQuant_1.0.1.tar.gz'
ERROR: dependency 'Rodeo' is not available for package 'AutoQuant'
Warning message:
In i.p(...) :
installation of package ‘C:/Users/dirac/AppData/Local/Temp/Rtmp2VconI/file13580651d5a1b/AutoQuant_1.0.1.tar.gz’ had non-zero exit status
The text was updated successfully, but these errors were encountered: