Package: fy 0.4.2
fy: Utilities for Financial Years
In Australia, a financial year (or fiscal year) is the period from 1 July to 30 June of the following calendar year. As such, many databases need to represent and validate financial years efficiently. While the use of integer years with a convention that they represent the year ending is common, it may lead to ambiguity with calendar years. On the other hand, string representations may be too inefficient and do not easily admit arithmetic operations. This package tries to make validation of financial years quicker while retaining clarity.
Authors:
fy_0.4.2.tar.gz
fy_0.4.2.zip(r-4.5)fy_0.4.2.zip(r-4.4)fy_0.4.2.zip(r-4.3)
fy_0.4.2.tgz(r-4.4-any)fy_0.4.2.tgz(r-4.3-any)
fy_0.4.2.tar.gz(r-4.5-noble)fy_0.4.2.tar.gz(r-4.4-noble)
fy_0.4.2.tgz(r-4.4-emscripten)fy_0.4.2.tgz(r-4.3-emscripten)
fy.pdf |fy.html✨
fy/json (API)
NEWS
# Install 'fy' in R: |
install.packages('fy', repos = c('https://hughparsonage.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hughparsonage/fy/issues
Last updated 1 years agofrom:39f507e58e. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win | OK | Nov 05 2024 |
R-4.5-linux | OK | Nov 05 2024 |
R-4.4-win | OK | Nov 05 2024 |
R-4.4-mac | OK | Nov 05 2024 |
R-4.3-win | OK | Nov 05 2024 |
R-4.3-mac | OK | Nov 05 2024 |
Exports:.yr2fydate2fyfy2datefy2yris_fynext_fyprev_fyqtr2fyvalidate_fys_permittedyr2fy
Dependencies:data.tablefastmatchhutilsmagrittr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convenience functions for dealing with financial years | .yr2fy date2fy fy.year fy2date fy2yr is_fy qtr2fy yr2fy |
Next and previous financial years | next_fy prev_fy |
Verifying validity of financial years | valid-fys validate_fys_permitted |