Changelog
Source:NEWS.md
farr 1.0.9000
- Added
duckdb_to_parquet(). -
get_ff_ind()now caches downloaded Fama-French industry zip files by default and supportsrefresh_cache = TRUE. - Added a pkgdown site with Bootstrap 5 styling, a dark-mode toggle, and a Quarto article scaffold.
farr 1.0.0
CRAN release: 2025-11-17
- The are now no duplicates in
gvkey_ciks. - There is a
keep_maxargument inget_me_breakpoints(). - Documentation fixes have been made.
farr 0.3.2
CRAN release: 2025-09-01
- The
get_me_breakpoints()function works with current data format.
farr 0.3.1
- Updated code to reflect changes in
tidyselectpackage. - Updated code to reflect changes in Fama-French data.
farr 0.2.36
- Added parquet-related functions:
load_parquet()andpg_to_parquet(). - Added
gvkey_ciksdata.
farr 0.2.12
- Added
get_test_scores()function.
farr 0.2.10
- Added two data sets related to LLZ 2018.
-
llz_2018: GVKEYs. -
undisclosed_names: For disclosure variable.
-
farr 0.2.9
- Added
idd_dates(data) andget_idd_periods()(function) - Added
state_hqdata.
farr 0.2.8
- Reverted to earlier form of
df_to_pg()function (#1). - Added
test_scoresdata.
farr 0.2.6
- Now use
DBI::dbQuoteLiteral()indf_to_pg()function (#1).