chore: finccam distribution fork (v0.3.16.9001) - #1
Open
ak-finccam wants to merge 4 commits into
Open
Conversation
Adds a GitHub Actions workflow that builds the source tarball (Linux) and Windows binary, then publishes both to ak-finccam/r-packages via drat so finccam-engine can install a pre-built binary without compiling from source on every developer machine. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
- r-lib/actions/setup-rtools@v2 does not exist; Rtools is installed automatically by setup-r@v2 on Windows runners - Add simplermarkdown to install deps (required vignette builder in DESCRIPTION) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Adds a build-linux-binary job so renv can install a pre-compiled binary on Ubuntu Noble (the finccam CI base image), avoiding ~5-10 min C++ compilation on every cache miss. Also pins all jobs to ubuntu-24.04 (Noble) explicitly, and switches the publish step to collect artifacts from subdirectories (actions/download-artifact v4 default layout). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Adds infrastructure for distributing pre-built binaries of this fork
via a drat-style CRAN repository at https://ak-finccam.github.io/r-packages,
so finccam-engine can install a pre-built Windows binary without compiling
from source every time.
Changes:
every push and publishes both to ak-finccam/r-packages via drat
This branch is temporary and should be deleted once the upstream BQL PR
merges and a new CRAN release is made.