Skip to content

Commit a0ebb3d

Browse files
committed
Additional URL fixes (http -> https).
1 parent d030048 commit a0ebb3d

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

README.Rmd

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ management.
9393

9494
### Alternative Software
9595

96-
- [RiskLens](http://www.risklens.com), a commercial analysis suite, founded
96+
- [RiskLens](https://www.risklens.com), a commercial analysis suite, founded
9797
by the original creator of the FAIR methodology
9898
- [FAIR Tool](https://github.com/zugo01/FAIRTool), a Shiny and R based two
9999
scenario simulator, authored by Ezeugo Aguta under an MIT license
@@ -104,14 +104,14 @@ an Excel and SIPMath base tool with a limited open license
104104

105105
### Blogs/Books/Training
106106

107-
- Russell C. Thomas's excellent and provocative blog post on systemic [Risk Management](http://exploringpossibilityspace.blogspot.com/2013/08/risk-management-out-with-old-in-with-new.html)
107+
- Russell C. Thomas's excellent and provocative blog post on systemic [Risk Management](https://exploringpossibilityspace.blogspot.com/2013/08/risk-management-out-with-old-in-with-new.html)
108108
- [Measuring and Managing Information Risk](https://smile.amazon.com/gp/product/0124202314)
109-
- [OpenFAIR certification](http://www.opengroup.org/certifications/openfair)
109+
- [OpenFAIR certification](https://www.opengroup.org/certifications/openfair)
110110
- [Hubbard Decision Research calibration training](https://hubbardresearch.com/training/)
111111

112112
### Associations
113113

114-
- [FAIR Institute](http://www.fairinstitute.org)
114+
- [FAIR Institute](https://www.fairinstitute.org)
115115
- [Society of Information Risk Analysts (SIRA)](https://www.societyinforisk.org/)
116116

117117
## Contributing

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ you explore these and other topics in risk management.
8888

8989
### Alternative Software
9090

91-
- [RiskLens](http://www.risklens.com), a commercial analysis suite,
91+
- [RiskLens](https://www.risklens.com), a commercial analysis suite,
9292
founded by the original creator of the FAIR methodology
9393
- [FAIR Tool](https://github.com/zugo01/FAIRTool), a Shiny and R based
9494
two scenario simulator, authored by Ezeugo Aguta under an MIT
@@ -103,17 +103,17 @@ you explore these and other topics in risk management.
103103

104104
- Russell C. Thomas’s excellent and provocative blog post on systemic
105105
[Risk
106-
Management](http://exploringpossibilityspace.blogspot.com/2013/08/risk-management-out-with-old-in-with-new.html)
106+
Management](https://exploringpossibilityspace.blogspot.com/2013/08/risk-management-out-with-old-in-with-new.html)
107107
- [Measuring and Managing Information
108108
Risk](https://smile.amazon.com/gp/product/0124202314)
109109
- [OpenFAIR
110-
certification](http://www.opengroup.org/certifications/openfair)
110+
certification](https://www.opengroup.org/certifications/openfair)
111111
- [Hubbard Decision Research calibration
112112
training](https://hubbardresearch.com/training/)
113113

114114
### Associations
115115

116-
- [FAIR Institute](http://www.fairinstitute.org)
116+
- [FAIR Institute](https://www.fairinstitute.org)
117117
- [Society of Information Risk Analysts
118118
(SIRA)](https://www.societyinforisk.org/)
119119

cran-comments.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
## Update
22

3-
This is a hotfix to address recent breaking changes in `tibble`.
3+
This is a minor update, addressing stale links, some deprecated functions
4+
in dependencies, and internal code maintenance. No user-facing changes exist.
45

56
## Test environments
67

78
* local Windows 10 64 install, R 4.0.3
8-
* local OS X, R 4.0.3
9+
* local OS X, R 4.0.5
910
* OS X (via GitHub Actions), R-release
1011
* win-builder (R-devel and R-release)
1112
* R-Hub
@@ -19,6 +20,6 @@ This is a hotfix to address recent breaking changes in `tibble`.
1920

2021
## Downstream dependencies
2122

22-
The `collector` package (also authored by me) depends on this package. This
23-
release does not impact collector, apart from fixing CRAN checks on
24-
collector that fail due to `evaluator`.
23+
The `collector` package (also authored by me) depends on this package.
24+
`collector` is currently archived on CRAN, but a resubmission of this
25+
package will take place once `evaluator` is updated on CRAN.

0 commit comments

Comments
 (0)