objr 0.2.0
New features
New
mobile_auth_status()andmobile_auth_login()support use of mobile authentication (#52).New
workgroup_mandate_2fa()provides ability to enable or disable mandatory two-factor authentication (2FA) in workgroups (#65).read_data()andwrite_data()now support reading and writing of parquet files (#54).download_file()gains afile_nameargument to supply a custom name (#37).
Minor improvements and bug fixes
Expiry time is now stored alongside the authentication token (
token). If a token is expired, it will be removed from the Global Environment and authentication will be attempted with username and password instead (#35).download_file()now returns file path (invisibly) (#38).download_file()now writes files with percent-decoded names (e.g.file%20name.csvis nowfile name.csv) (#34).Fixed an issue where temporary files sometimes persisted after running
download_file()orread_data()(#39).
objr 0.1.1
- Set minimum versions for
dplyrandtidyrdependencies (#32).
objr 0.1.0
First package release.
Add pkgdown site (https://ScotGovAnalysis.github.io/objr).