- updating regex in constructProjectParents
- minor changes in projects_ctu_report.R
- updating consultings_ctu_reports, get_sponsor, projects_ctu_reports, fixing errors in examples and dependencies, add license
- fixing regex in decodeCustomfields
- adding projectrole & projectpermission to usefultabs
- optimisation of decodeCustomFields didn't work for the projects data. switch to regmatches/regexpr instead of stri::stri_extract_first_regex
- optimisation of decodeCustomFields
- fix regex in custom fields to account for line breaks
- projects_ctu_report improved, consultings_ctu_report & get_sponsor added (DG)
- new function projects_ctu_report added (DG)
- option to pass options through to downloadPFdata added to getPFdata (e.g.
all = TRUE
)
- add contactfield to data exported
- bug fix in getPFData
- first version of quarterly report
- getPDData gives a message of when data was last modified
- projectSize function added to estimate project size based on planned budget
- CaseId (e.g. P-1074) returned by constructProjectParents
- bug fix in decodeCustomFields
- addition of function prepTime
- constructCustomerParents now includes divisions
- refactored constructProjectParents to use constructParents
- function for ODBC download (downloadPFdata). this function also sets the string encoding. it also removes non-CTU records in tables.
- refactorization of getPFData to use the ODBC function
- savePFdata function for saving the files downloaded
- discard_all renamed discard_all_NA
- added constructParents (a more generic) and refactored constructCustomerParents to use it instead
- added constructCustomerParents function
- decodeCustomFields added
- Added a
NEWS.md
file to track changes to the package.