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

Unable to install! #2

Open
NMarkgraf opened this issue Dec 11, 2017 · 3 comments
Open

Unable to install! #2

NMarkgraf opened this issue Dec 11, 2017 · 3 comments

Comments

@NMarkgraf
Copy link
Contributor

If you want to install yartyou need rather something like

devtools::install_github("sebastiansauer/yart", build_vignettes = TRUE)

than

devtools::install("yart", build_vignettes = TRUE)
@cmar2010
Copy link

No matter how I try:
devtools::install_github("sebastiansauer/yart")
or
devtools::install_github("sebastiansauer/yart", build_vignettes = TRUE)
download execution is halted with:
Downloading GitHub repo sebastiansauer/yart@master
tar: Failed to set default locale
tar: Failed to set default locale
During startup - Warning messages:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_TIME failed, using "C"
3: Setting LC_MESSAGES failed, using "C"
4: Setting LC_MONETARY failed, using "C"
v checking for file '/private/var/folders/b6/rcwh9t2d655__v3xs8pqjj1r0000gp/T/RtmpxboOSh/remotese67a1379f22b/sebastiansauer-yart-a10f451/DESCRIPTION' ...

  • preparing 'yart':
    v checking DESCRIPTION meta-information ...
  • checking for LF line-endings in source and make files and shell scripts
  • checking for empty or unneeded directories
  • building 'yart_0.1.4.tar.gz'

Error: (converted from warning) Setting LC_CTYPE failed, using "C"
Execution halted
Error in i.p(...) :
(converted from warning) installation of package '/var/folders/b6/rcwh9t2d655__v3xs8pqjj1r0000gp/T//RtmpxboOSh/filee67a3c8792b8/yart_0.1.4.tar.gz' had non-zero exit status

Any ideas how to deal with this?

@sebastiansauer
Copy link
Owner

Hm, I cannot reproduce the error:

Installing package into ‘/Users/sebastiansaueruser/Rlibs’
(as ‘lib’ is unspecified)
* installing *source* package ‘yart’ ...
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (yart)

Could you please provide your sessionInfo()?

@sebastiansauer
Copy link
Owner

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