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 install #85

Open
baobabtree opened this issue Jul 9, 2024 · 5 comments
Open

Error install #85

baobabtree opened this issue Jul 9, 2024 · 5 comments

Comments

@baobabtree
Copy link

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'

  • removing 'D:/R-4.4.1/library/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
@AdrianAntico
Copy link
Owner

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

@baobabtree
Copy link
Author

I followed the instructions but the problem is still not resolved.

devtools::install_github("AdrianAntico/AutoNLP", upgrade = FALSE, force = TRUE)
Downloading GitHub repo AdrianAntico/AutoNLP@HEAD
── 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 AdrianAntico/AutoQuant@HEAD
── 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

@AdrianAntico
Copy link
Owner

AdrianAntico commented Jul 10, 2024 via email

@baobabtree
Copy link
Author

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 AdrianAntico/Rodeo@HEAD
── 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

@AdrianAntico
Copy link
Owner

AdrianAntico commented Jul 10, 2024 via email

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