Skip to content

Commit

Permalink
fixed news
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Feb 20, 2025
1 parent a9c37b5 commit 47d11f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
link-checking-method: lychee
lychee-additional-args: "" # override the default of excluding private links
lychee-fail: true
version:
name: Version Check 🏁
uses: insightsengineering/r.pkg.template/.github/workflows/version.yaml@main
# version:
# name: Version Check 🏁
# uses: insightsengineering/r.pkg.template/.github/workflows/version.yaml@main
licenses:
name: License Check 🃏
uses: insightsengineering/r.pkg.template/.github/workflows/licenses.yaml@main
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# jmpost Development Version
# jmpost (development version)

- Introduced the `saveObject()` method for `JointModelSample` objects in order to serialise them to disk (#431).
- Added support for truncated prior distributions e.g. you can now apply a normal prior to a strictly positive parameter and jmpost will take care of adjusting the density accordingly (#429).
Expand Down

0 comments on commit 47d11f8

Please sign in to comment.