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 installing on Mac #11

Open
vijaybarve opened this issue Mar 5, 2014 · 4 comments
Open

Error installing on Mac #11

vijaybarve opened this issue Mar 5, 2014 · 4 comments
Labels

Comments

@vijaybarve
Copy link
Owner

On Mac

The downloaded packages are in
/var/folders/tg/cj871ffd7wl3vv5hgr_5plq00000gn/T//RtmpWTESSr/downloaded_packages
* checking for file '/private/var/folders/tg/cj871ffd7wl3vv5hgr_5plq00000gn/T/RtmpWTESSr/vijaybarve-ENMGadgets-71f6c88/DESCRIPTION' ... OK
* preparing 'ENMGadgets':
* checking DESCRIPTION meta-information ... OK
Error: Command failed (1)
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building 'ENMGadgets_0.0.5.tar.gz'
 ERROR
packaging into .tar.gz failed
sh: /usr/bin/gnutar: No such file or directory
@vijaybarve
Copy link
Owner Author

Looks like here is the solution r-lib/devtools#379

@vijaybarve
Copy link
Owner Author

@vijaybarve vijaybarve added the bug label Mar 5, 2014
@luismurao
Copy link

luismurao commented Oct 7, 2016

I think the problem is the function call to windows function on line 258 of the MOP.R function, as this function does not exists on mac system (for mac its quartz()). One solution can be either erase this line or ask something like:

if(Sys.info()[['sysname']]=="Windows") windows()
else if(Sys.info()[['sysname']]=="Darwin") quartz() # For Mac
else X11() #for unix

@narayanibarve
Copy link
Collaborator

Yes. Luis. We were discusssing the same.

Narayani

On 07-Oct-2016 4:01 pm, "Luis Osorio" notifications@github.com wrote:

I think the problem is the function call to windows function on line 258 of
the MOP.R function
https://github.com/vijaybarve/ENMGadgets/blob/master/R/MOP.R, as this
function does not exists on mac system (for mac its quartz()). One solution
can be either erase this line or ask something like:

if(Sys.info()[['sysname']]=="Windows") windows()
else if(Sys.info()[['sysname']]=="Darwin") quartz() # For Mac
else X11() #for unix


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/vijaybarve/ENMGadgets/issues/11#issuecomment-252347653,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGMk-Spx_eNPLZbKjLyYVjs2hL0G9HVMks5qxqUDgaJpZM4BnHNH
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants