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

[R-package] remove xlen_t in custom R-to-C++ interface #3223

Merged
merged 1 commit into from
Jul 13, 2020

Conversation

jameslamb
Copy link
Collaborator

This PR is a step towards #3016 . Now that we are comfortable using R's provided headers in the R package, we can start to factor out custom things to reduce the maintenance burden for the R package.

This replaces xlen_t with R_xlen_t from Rinternals.h.

You can see the implementation at https://github.com/wch/r-source/blob/trunk/src/include/Rinternals.h#L71-L82

@jameslamb jameslamb requested a review from guolinke July 12, 2020 17:40
@jameslamb jameslamb requested a review from Laurae2 as a code owner July 12, 2020 17:40
@jameslamb jameslamb merged commit 1c21d12 into microsoft:master Jul 13, 2020
@jameslamb jameslamb deleted the feat/remove-custom-interface branch February 7, 2021 03:36
@jameslamb jameslamb restored the feat/remove-custom-interface branch February 7, 2021 03:36
@jameslamb jameslamb deleted the feat/remove-custom-interface branch June 1, 2021 04:05
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants