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

Compile #81

Merged
merged 5 commits into from
Oct 29, 2018
Merged

Compile #81

merged 5 commits into from
Oct 29, 2018

Conversation

hadley
Copy link
Member

@hadley hadley commented Oct 23, 2018

Includes #80. I'm open to ideas for testing

R/load.r Show resolved Hide resolved
R/load.r Outdated
pkgbuild::compile_dll(path, force = TRUE, quiet = quiet)
} else if (identical(compile, NA)) {
pkgbuild::compile_dll(path, quiet = quiet)
} else if (isFALSE(compile)) {
Copy link
Member

@jimhester jimhester Oct 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isFALSE() is only available in R >= 3.5, so we would need an implementation of it in utils or a backport.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used identical() which should be fine for this usage.

R/load.r Show resolved Hide resolved
R/load.r Outdated Show resolved Hide resolved
R/load.r Outdated Show resolved Hide resolved
@hadley
Copy link
Member Author

hadley commented Oct 24, 2018

@jimhester should be good for another review now.

@jimhester jimhester merged commit 0ef4f58 into master Oct 29, 2018
@jimhester
Copy link
Member

Thanks!

@lionel- lionel- deleted the compile branch May 30, 2022 08:36
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

Successfully merging this pull request may close these issues.

2 participants