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

quantrr 1.0.1 #3

Merged
merged 5 commits into from
Aug 29, 2024
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: quantrr
Title: Quantify and Report (Technology) Risk
Version: 1.0.0
Version: 1.0.1
Authors@R:
person("John", "Benninghoff", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6230-4742"))
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# quantrr 1.0.1

* Updated with links to original demo and talk

# quantrr 1.0.0

First full release. Includes the following features:
Expand Down
3 changes: 3 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ knitr::opts_chunk$set(

**`r desc::desc_get_field("Title")`:** `r desc::desc_get_field("Description")`

First presented as a [demo](https://jabenninghoff.github.io/security/analysis/rq-demo.html) in my
2024 [SIRAcon](https://societyinforisk.org) talk, "[UnFAIR: Simplifying and Expanding Technology Risk Quantification](https://www.information-safety.org/2024/08/29/siracon-2024/)."

## Quick Start

1. Install the latest version of R for your platform from <https://cloud.r-project.org/>. Windows
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ to make it easier to quantify risk using expert estimation. Given expert
estimates for loss frequency and magnitude, generate a report that
forecasts losses by risk and in aggregate.

First presented as a
[demo](https://jabenninghoff.github.io/security/analysis/rq-demo.html)
in my 2024 [SIRAcon](https://societyinforisk.org) talk, “[UnFAIR:
Simplifying and Expanding Technology Risk
Quantification](https://www.information-safety.org/2024/08/29/siracon-2024/).”

## Quick Start

1. Install the latest version of R for your platform from
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/TODO.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/articles/quantrr.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 2.1.0
pkgdown_sha: ~
articles:
quantrr: quantrr.html
last_built: 2024-08-28T21:08Z
last_built: 2024-08-29T22:03Z
urls:
reference: https://jabenninghoff.github.io/quantrr/reference
article: https://jabenninghoff.github.io/quantrr/articles
2 changes: 1 addition & 1 deletion docs/reference/calc_risk.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/lnorm_param.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/quantrr-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading