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

Update riskmetric #835

Merged
merged 5 commits into from
Jan 23, 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.9003
Version: 3.1.1.9004
Authors@R: c(
person("Aaron", "Clark", role = c("aut", "cre"), email = "[email protected]"),
person("Jeff", "Thompson", role = c("aut"), email = "[email protected]", comment = "Co-Lead"),
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* 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`

# riskassessment 3.1.1

Expand Down
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4374,7 +4374,7 @@
"Maintainer": "Kevin Ushey <[email protected]>",
"Repository": "RSPM",
"Date/Publication": "2024-02-29 01:10:07 UTC",
"Built": "R 4.3.3; ; 2025-01-23 15:54:36 UTC; unix"
"Built": "R 4.3.3; ; 2025-01-23 16:15:10 UTC; unix"
}
},
"reprex": {
Expand Down Expand Up @@ -4550,18 +4550,18 @@
"Config/testthat/edition": "3",
"Author": "R Validation Hub [aut],\n Doug Kelkhoff [aut],\n Marly Gotti [aut],\n Eli Miller [cre, aut],\n Kevin K [aut],\n Yilong Zhang [aut],\n Eric Milliman [aut],\n Juliane Manitz [aut],\n Mark Padgham [ctb],\n PSI special interest group Application and Implementation of\n Methodologies in Statistics [cph]",
"Maintainer": "Eli Miller <[email protected]>",
"Built": "R 4.3.3; ; 2025-01-16 19:56:36 UTC; unix",
"Built": "R 4.3.3; ; 2025-01-23 15:41:39 UTC; unix",
"RemoteType": "github",
"RemoteUsername": "pharmaR",
"RemoteHost": "api.github.com",
"RemoteRepo": "riskmetric",
"RemoteUsername": "pharmaR",
"RemoteRef": "HEAD",
"RemoteSha": "7c7bf3c15c02c33bc788e1070f25302b203d6d9e",
"RemoteHost": "api.github.com",
"RemoteSha": "39489b26dbb3b7e5731bbcf55d975755fbb841e4",
"GithubHost": "api.github.com",
"GithubRepo": "riskmetric",
"GithubUsername": "pharmaR",
"GithubRef": "HEAD",
"GithubSHA1": "7c7bf3c15c02c33bc788e1070f25302b203d6d9e"
"GithubSHA1": "39489b26dbb3b7e5731bbcf55d975755fbb841e4"
}
},
"rjson": {
Expand Down Expand Up @@ -6227,7 +6227,7 @@
"checksum": "99c5575cb81828e20a7fe1d205551316"
},
"DESCRIPTION": {
"checksum": "d269be66d51c38bd3cf8d01381f75bdb"
"checksum": "12e481058ce37c76bd7036879d7dee13"
},
"inst/app/www/css/community_metrics.css": {
"checksum": "f08eb25c2ee48ac22ed63b0d18994a04"
Expand Down Expand Up @@ -6470,7 +6470,7 @@
"checksum": "97d1232340e04c53088bc8f814133dcd"
},
"NEWS.md": {
"checksum": "3f750ced5e226047c9f6fb60fd4f40b7"
"checksum": "4bfd8192cb4473f04cc2185e48c79e1b"
},
"R/app_config.R": {
"checksum": "c2b61f270b86b6833f0ee39c44a1a440"
Expand Down Expand Up @@ -6596,7 +6596,7 @@
"checksum": "a2eefba927d32d8c78d4e385178a93b7"
},
"renv.lock": {
"checksum": "d7b9816932ef58733e25081235f6fc78"
"checksum": "f880b5ebba3ea209ea914031dfefb052"
}
},
"users": null
Expand Down
8 changes: 4 additions & 4 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2366,11 +2366,11 @@
"Version": "0.2.4.9000",
"Source": "GitHub",
"RemoteType": "github",
"RemoteUsername": "pharmaR",
"RemoteHost": "api.github.com",
"RemoteRepo": "riskmetric",
"RemoteUsername": "pharmaR",
"RemoteRef": "HEAD",
"RemoteSha": "7c7bf3c15c02c33bc788e1070f25302b203d6d9e",
"RemoteHost": "api.github.com",
"RemoteSha": "39489b26dbb3b7e5731bbcf55d975755fbb841e4",
"Requirements": [
"BiocManager",
"backports",
Expand All @@ -2389,7 +2389,7 @@
"vctrs",
"xml2"
],
"Hash": "74a42c9c6546b6b67b247f91007369f9"
"Hash": "0760a20553721c30ee74c7c62b1b052e"
},
"rjson": {
"Package": "rjson",
Expand Down