-
Notifications
You must be signed in to change notification settings - Fork 12
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
'apex' is missing during installation #64
Comments
|
Hi @EricArcher, I found the same problem as @konopinski and it was somewhat solved now that they shared their fix around apex (thanks btw!). `> if (!require('devtools')) install.packages('devtools')
Now that this was solved, there's yet another error I'm trying to get past: `> devtools::install_github('ericarcher/strataG', build_vignettes = TRUE) --- re-building 'gtypes.Rmd' using rmarkdown Quitting from lines 156-158 [unnamed-chunk-13] (gtypes.Rmd) --- re-building 'sequences.Rmd' using rmarkdown Quitting from lines 76-78 [unnamed-chunk-9] (sequences.Rmd) --- re-building 'summaries.Rmd' using rmarkdown Quitting from lines 45-50 [unnamed-chunk-7] (summaries.Rmd) SUMMARY: processing the following files failed: Error: Vignette re-building failed. Any help is appreciated, thank you! |
It looks like |
Hi @EricArcher , thank you for replying so quickly. I found that the apex fix suggested by @konopinski and the way to install strataG mentioned in another thread (added down here for reference) worked out beautifully together. `# Enable this universe Install some packagesinstall.packages('strataG')` |
Hi,
I've been installing recently
StrataG
on two machines - Ubuntu and Win10. Both attempts ended in error saying packageapex
is not available. Luckily at least for now the package can be installed from Thibaud Jombart's git.devtools::install_github("thibautjombart/apex")
Perhaps you should include this in your installation manual. Also building vignettes failed on Ubuntu but it didn't bother me excessively.
Cheers
Maciek
The text was updated successfully, but these errors were encountered: