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

Export epinow2_cmdstan_model() function #684

Merged
merged 3 commits into from
May 29, 2024

Conversation

adamkucharski
Copy link
Contributor

@adamkucharski adamkucharski commented May 29, 2024

Related to #681

Exports the epinow2_cmdstan_model() function to allow users to specify compile-time options, such as GPU use.

  • Removes the @keywords internal tag and adds an @export tag in the documentation of epinow2_cmdstan_model() within R/stan.R. This change makes the function publicly available and ensures it is listed in the NAMESPACE file, allowing users to directly access and utilize the function for compiling Stan models with custom settings.

For more details, open the Copilot Workspace session.

@adamkucharski
Copy link
Contributor Author

(Test PR from discussion with @sbfnk and others)

R/stan.R Outdated Show resolved Hide resolved
sbfnk
sbfnk previously approved these changes May 29, 2024
@jamesmbaazam
Copy link
Contributor

@adamkucharski Did Workspace use the exact phrase "Related to ..."? That won't close the issue automatically when this PR is merged.

@sbfnk sbfnk linked an issue May 29, 2024 that may be closed by this pull request
@sbfnk sbfnk enabled auto-merge (squash) May 29, 2024 13:29
@sbfnk sbfnk requested a review from jamesmbaazam May 29, 2024 13:29
@sbfnk sbfnk merged commit 4915906 into epiforecasts:main May 29, 2024
9 checks passed
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.

epinow2_cmdstan_model() should be exported
3 participants