Changelog
Source:NEWS.md
wrds (development version)
-
describe_table()now shows human-readable column labels and table descriptions from WRDS metadata. -
list_subscriptions()now returns a tibble withschemaandproductcolumns instead of a character vector. Product names are mapped from thewrds_productsdataset. -
list_tables()now returns a tibble withtableanddescriptioncolumns instead of a character vector. Descriptions come from WRDS metadata.
wrds 0.1.0
-
wrds_connect()now gives an informative error when authentication fails, with guidance on password updates and Duo 2FA enrollment. -
wrds_connect()now usesbigint = "numeric". -
wrds_update_password()updates the WRDS password without changing the username.
wrds 0.0.2
-
wrds_set_credentials()now only useskeyring::key_set()for password input (@iangow).
wrds 0.0.1
CRAN release: 2026-01-19
- Initial release for WRDS access.
- Fixed startup message to use
packageStartupMessage()so it can be suppressed. -
get_table()provides generic access to any WRDS table with lazy query support.