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

Problem Installing #17

Closed
arsc99 opened this issue Dec 12, 2018 · 10 comments
Closed

Problem Installing #17

arsc99 opened this issue Dec 12, 2018 · 10 comments

Comments

@arsc99
Copy link

arsc99 commented Dec 12, 2018

devtools::install_github("jogall/soccermatics")
Error in read.dcf(path) : Found continuation line starting ' 'soccerFlipDirec ...' at begin of record.

@JoGall
Copy link
Owner

JoGall commented Dec 12, 2018

I've pushed some changes -- can you try installing again please?

@arsc99
Copy link
Author

arsc99 commented Dec 13, 2018

Still has the same problem...

@JoGall
Copy link
Owner

JoGall commented Dec 13, 2018

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.

@arsc99
Copy link
Author

arsc99 commented Dec 13, 2018

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

@JoGall
Copy link
Owner

JoGall commented Dec 13, 2018

Can you try using devtools::install_github("jogall/soccermatics") instead of the tarball?

@arsc99
Copy link
Author

arsc99 commented Dec 13, 2018

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'

  • removing 'C:/Users/Trabalho/Documents/R/R-3.5.1/library/soccermatics'
    In R CMD INSTALL
    Error in i.p(...) :
    (converted from warning) installation of package ‘C:/Users/Trabalho/AppData/Local/Temp/RtmpAjhHHn/file3e0c59df218/soccermatics_0.9.3.tar.gz’ had non-zero exit status

Maybe the problem is Rtools?

@JoGall
Copy link
Owner

JoGall commented Dec 13, 2018

You need dependency cowplot first:

install.packages("cowplot")

@arsc99
Copy link
Author

arsc99 commented Dec 13, 2018

Man, you're the best! After that, I had to install several other packages but it's finally working!
Thank you so much!

@JoGall
Copy link
Owner

JoGall commented Dec 13, 2018

No worries mate, glad we finally got there! 😀

@JoGall JoGall closed this as completed Dec 13, 2018
@iambinnie
Copy link

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.

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

3 participants