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

data.table::update.dev.pkg() Not working on Mac #5304

Closed
solomondaner opened this issue Jan 5, 2022 · 18 comments · Fixed by #5421
Closed

data.table::update.dev.pkg() Not working on Mac #5304

solomondaner opened this issue Jan 5, 2022 · 18 comments · Fixed by #5421

Comments

@solomondaner
Copy link

/configure: line 91: : command not found
*** OpenMP not supported! data.table uses OpenMP to automatically
*** parallelize operations like sorting, grouping, file reading, etc.
*** For details on how to install the necessary toolchains on your OS see:
*** https://github.com/Rdatatable/data.table/wiki/Installation
*** Continuing installation without OpenMP support...
*** Compilation without compression support in fwrite
** libs
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
ERROR: compilation failed for package ‘data.table’

  • removing ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library/data.table’
@jangorecki

This comment has been minimized.

@solomondaner

This comment has been minimized.

@solomondaner

This comment has been minimized.

@jangorecki

This comment has been minimized.

@solomondaner

This comment has been minimized.

@jangorecki

This comment has been minimized.

@solomondaner

This comment has been minimized.

@jangorecki

This comment has been minimized.

@solomondaner

This comment has been minimized.

@jangorecki

This comment has been minimized.

@solomondaner

This comment has been minimized.

@jangorecki

This comment has been minimized.

@solomondaner

This comment has been minimized.

@jangorecki

This comment has been minimized.

@jangorecki
Copy link
Member

I see now that confusion may be coming from the fact that documentation shows update() method rather than update.dev.pkg() function. So please use the function directly rather the method, as we don't have any object of class dev.pkg.

Anyone has an idea how to make documentation to show full name of a function and not a method, and not warn on pkg check?

@solomondaner

This comment has been minimized.

@jangorecki
Copy link
Member

None of the usages presented by you here is correct. Please try

update.dev.pkg()

and

update.dev.pkg(type="source")

@solomondaner
Copy link
Author

solomondaner commented Jan 17, 2022 via email

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

Successfully merging a pull request may close this issue.

3 participants