Closed arsc99 closed 5 years ago
I've pushed some changes -- can you try installing again please?
Still has the same problem...
Sorry but can you try one more time?
If it's still throwing an error, can you please give me your OS and R version.
Thank you for your help! Now it has a different problem...
Error in i.p(...) : (converted from warning) installation of package ‘C:/Users/Trabalho/AppData/Local/Temp/Rtmp8W3s1A/filed787b814da6/soccermatics_0.9.3.tar.gz’ had non-zero exit status
I'm using R 3.5.1 on Windows
Can you try using devtools::install_github("jogall/soccermatics")
instead of the tarball?
I've tried it, but for some reason, it doesn't work... Everything works out fine, but in the end, it has an error
installing source package 'soccermatics' ... R data * moving datasets to lazyload DB byte-compile and prepare package for lazy loading Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'cowplot' ERROR: lazy loading failed for package 'soccermatics'
Maybe the problem is Rtools?
You need dependency cowplot
first:
install.packages("cowplot")
Man, you're the best! After that, I had to install several other packages but it's finally working! Thank you so much!
No worries mate, glad we finally got there! 😀
install.packages("ggforce") install.packages("ggrepel") install.packages("xts") are other dependencies that are required to be added. There may be more which I already had installed.