-
Notifications
You must be signed in to change notification settings - Fork 993
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
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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? |
This comment has been minimized.
This comment has been minimized.
None of the usages presented by you here is correct. Please try update.dev.pkg() and update.dev.pkg(type="source") |
Both of these work, thank you. One of the documentations showed the incorrect way of running the command so that’s where my confusion stemmed from. Appreciate your help on this.
From: Jan Gorecki ***@***.***>
Date: Saturday, January 15, 2022 at 4:13 AM
To: Rdatatable/data.table ***@***.***>
Cc: Solomon Daner ***@***.***>, Author ***@***.***>
Subject: Re: [Rdatatable/data.table] data.table::update.dev.pkg() Not working on Mac (Issue #5304)
None of the usages presented by you here is correct. Please try
update.dev.pkg()
and
update.dev.pkg(type="source")
—
Reply to this email directly, view it on GitHub<#5304 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AISP52AADF6ULJLULN6PQ23UWFCDLANCNFSM5LK5AWBA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
/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’
The text was updated successfully, but these errors were encountered: