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

Prep v3.1.2 #837

Merged
merged 2 commits into from
Jan 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: riskassessment
Title: A web app designed to interface with the `riskmetric` package
Version: 3.1.1.9004
Version: 3.1.2
Authors@R: c(
person("Aaron", "Clark", role = c("aut", "cre"), email = "clark.aaronchris@gmail.com"),
person("Jeff", "Thompson", role = c("aut"), email = "jeff.thompson51317@gmail.com", comment = "Co-Lead"),
Expand Down
10 changes: 6 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# riskassessment (development version)
# riskassessment 3.1.2

* Open hyperlinks in a new tab from cards.
* Fix bug causing app to crash with ELSE condition in rules
Mostly minor changes here!

* Open hyperlinks in a **new tab** from cards.
* Fix bug causing app to crash with `ELSE` condition in rules
* Add `inherits` to list of used configs
* Incorporate bug fix for dependency assessment from `riskmetric`
* Incorporate bug fix for dependency assessment from `riskmetric` repo

# riskassessment 3.1.1

Expand Down
Loading