r-marginaleffects: adding version 0.32.0#323
Open
bshor wants to merge 1 commit intoBioArchLinux:masterfrom
Open
r-marginaleffects: adding version 0.32.0#323bshor wants to merge 1 commit intoBioArchLinux:masterfrom
bshor wants to merge 1 commit intoBioArchLinux:masterfrom
Conversation
starsareintherose
requested changes
May 8, 2026
| r-generics | ||
| r-insight | ||
| r-rlang | ||
| ) |
Member
There was a problem hiding this comment.
I think optdpends are needed
shun2wang
requested changes
May 8, 2026
Comment on lines
+1
to
+12
| #!/usr/bin/env python3 | ||
| from lilaclib import * | ||
|
|
||
| def pre_build(): | ||
| for line in edit_file('PKGBUILD'): | ||
| if line.startswith('_pkgver='): | ||
| line = f'_pkgver={_G.newver}' | ||
| print(line) | ||
| update_pkgver_and_pkgrel(_G.newver.replace(':', '.').replace('-', '.')) | ||
|
|
||
| def post_build(): | ||
| git_pkgbuild_commit() |
Contributor
There was a problem hiding this comment.
Suggested change
| #!/usr/bin/env python3 | |
| from lilaclib import * | |
| def pre_build(): | |
| for line in edit_file('PKGBUILD'): | |
| if line.startswith('_pkgver='): | |
| line = f'_pkgver={_G.newver}' | |
| print(line) | |
| update_pkgver_and_pkgrel(_G.newver.replace(':', '.').replace('-', '.')) | |
| def post_build(): | |
| git_pkgbuild_commit() | |
| #!/usr/bin/env python3 | |
| from lilaclib import * | |
| import os | |
| import sys | |
| sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions')) | |
| from lilac_r_utils import r_pre_build | |
| def pre_build(): | |
| r_pre_build(_G) | |
| def post_build(): | |
| git_pkgbuild_commit() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the CRAN package
marginaleffects0.32.0.marginaleffectscomputes predictions, comparisons, slopes, marginal means, and hypothesis tests for many R model classes.Verification:
makepkg --verifysourcemakepkg -f