Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casact/consumer_vehicle_toolkit
Casualty Actuarial Society Hacktuary Challenge (2022)
https://github.com/casact/consumer_vehicle_toolkit
Last synced: 29 days ago
JSON representation
Casualty Actuarial Society Hacktuary Challenge (2022)
- Host: GitHub
- URL: https://github.com/casact/consumer_vehicle_toolkit
- Owner: casact
- License: mpl-2.0
- Created: 2022-08-09T13:49:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T14:51:55.000Z (about 2 years ago)
- Last Synced: 2024-02-15T21:26:48.911Z (10 months ago)
- Language: HTML
- Size: 85.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Casualty Actuarial Society Hacktuary Challenge (2022)
*“a contest designed to showcase the actuarial skill set in developing novel risk engineering solutions,
using publicly available data and featuring interactive elements”*More info: https://www.casact.org/article/casualty-actuarial-society-announces-2022-cas-hacktuary-challenge
Application can be viewed [here](https://hacktuary.shinyapps.io/toolkit/).
For more information, please consult the Cover Note pdf above.## Note:
The Map section in the app requires an active internet connection as it pulls data from OSRM and/or Google.
For a better user experience, please provide a Google Maps API key in the upper section of the code.
A Google Maps API key will provide auto-complete feature and better search results.
The file lgb.fit.MODELv6.txt.7z needs to be decompressed into lgb.fit.MODELv6.txt.## Important Note: R Packages
This shiny application was built between April and August 2022.
While it is normal to have R packages being routinely updated, it appears that two updated packages are breaking some display parameters and icons.The code has been fixed to accomodate for the new packages.
[Icons modification:](https://fontawesome.com/docs/web/setup/upgrade/whats-changed#icons-renamed-in-version-6)
| Old Name | New Name |
| ------------- | ------------- |
| male | person |
| female | person-dress |
| car-crash | car-burst |
| ambulance | truck-medical |
| parking | square-parking |
| info-circle | circle-info |
| calendar-alt | calendar-days |
| directions | diamond-turn-right |
| map-signs | signs-post |
| map-marked-alt | map-location-dot |
| map-marker-alt | location-dot |
| globe-americas | earth-americas |
| coffee | mug-saucer |
| tachometer-alt | gauge |
| walking | person-walking |
| atlas | book-atlas |
| sync | arrows-rotate |
| exchange-alt | right-left |
| long-arrow-alt-right | right-long |
| compress-alt | down-left-and-up-right-to-center |
| random | shuffle |
| redo | arrow-rotate-right |
2) Added the following code in the CSS style section.
` .value-box{ color:inherit; }`