-
Notifications
You must be signed in to change notification settings - Fork 8
Release rbi 1.0.1 #58
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
bfe7a09
Polish NEWS.md for 1.0.1 release
sbfnk 853ebee
Fix moved URL in vignette
sbfnk f944717
Fix R CMD check NOTEs
sbfnk bfa214d
Update cran-comments.md for 1.0.1
sbfnk bbba8c1
Bump version to 1.0.1
sbfnk 4e6f537
Add generated Rd files for internal functions
sbfnk cf764e3
Update deprecated GitHub Actions to v4
sbfnk 127b428
Fix pkgdown and linter issues in bi_write.R
sbfnk c52efec
Fix dimension ordering when writing init files for chaining
sbfnk 259ff18
Remove explicit return() calls in libbi.R
sbfnk bf855a0
Add test for attach_data init without time dimension
sbfnk 9065c9f
Revert dimension ordering fix (not the right approach)
sbfnk 8441b89
Fix NEWS entry to not single out bi_read
sbfnk 1f1eff3
Disable codecov patch status check
sbfnk 06a4cc7
Include exit code and stderr in LibBi error messages
sbfnk 2e4ddef
Set OMP_NUM_THREADS=1 in macOS CI to avoid LibBi threading issue
sbfnk dec255c
Replace --enable-assert with --verbose in test config to avoid LibBi bug
sbfnk a0440c8
add workflow
sbfnk 9a1e4a5
Disable LibBi assertions in tests to work around upstream bug
sbfnk cf45fe2
Disable codecov project status check
sbfnk 11fd860
Update cran-comments.md test environments
sbfnk b6fe91a
Add .coderabbit.yaml to .Rbuildignore
sbfnk 7124107
Disable LibBi assertions in tests and vignette to work around upstrea…
sbfnk b37bf35
Skip LibBi integration test on macOS due to upstream crash
sbfnk c06a7db
Revert macOS test skip
sbfnk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,3 +12,5 @@ _pkgdown.yml | |
| docs/ | ||
| ^.lintr$ | ||
| ^CRAN-SUBMISSION$ | ||
| ^\.claude$ | ||
| ^\.coderabbit\.yaml$ | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| reviews: | ||
| request_changes_workflow: true |
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
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,11 @@ | ||
| codecov: | ||
| token: 14c79f07-68d5-4cc4-b1fd-66a5aae3251e | ||
|
|
||
| coverage: | ||
| status: | ||
| project: | ||
| default: | ||
| enabled: false | ||
| patch: | ||
| default: | ||
| enabled: false |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,7 @@ | ||
| ## Test environments | ||
| * local macOS install, R 4.3.1 | ||
| * github Actions (macOS and Linux) | ||
| * checked with devtools::check_win_devel() | ||
| * local macOS install (aarch64), R 4.5.2 | ||
| * GitHub Actions (macOS), R release | ||
| * GitHub Actions (Ubuntu), R release, R devel, R oldrel-1 | ||
|
|
||
| ## R CMD check results | ||
| There were no ERRORs or WARNINGs, or NOTEs. | ||
|
|
||
| ## Downstream dependencies | ||
| 0 packages with problems. | ||
|
|
||
| ## Updates after initial submission. | ||
| A reverse dependency issue with rbi.helpers is expected and being fixed by submitting an updated version of rbi.helpers to CRAN. | ||
| There were no ERRORs, WARNINGs, or NOTEs. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.