Skip to content

Latest commit

 

History

History
101 lines (53 loc) · 2.01 KB

NEWS.md

File metadata and controls

101 lines (53 loc) · 2.01 KB

pf 0.1.13

  • updating regex in constructProjectParents

pf 0.1.12

  • minor changes in projects_ctu_report.R

pf 0.1.11

  • updating consultings_ctu_reports, get_sponsor, projects_ctu_reports, fixing errors in examples and dependencies, add license

pf 0.1.10

  • fixing regex in decodeCustomfields

pf 0.1.9

  • adding projectrole & projectpermission to usefultabs

pf 0.1.8

  • optimisation of decodeCustomFields didn't work for the projects data. switch to regmatches/regexpr instead of stri::stri_extract_first_regex

pf 0.1.7

  • optimisation of decodeCustomFields

pf 0.1.6

  • fix regex in custom fields to account for line breaks

pf 0.1.5

  • projects_ctu_report improved, consultings_ctu_report & get_sponsor added (DG)

pf 0.1.4

  • new function projects_ctu_report added (DG)

pf 0.1.3

  • option to pass options through to downloadPFdata added to getPFdata (e.g. all = TRUE)

pf 0.1.2

  • add contactfield to data exported

pf 0.1.1

  • bug fix in getPFData

pf 0.1.0

  • first version of quarterly report

pf 0.0.9

  • getPDData gives a message of when data was last modified

pf 0.0.8

  • projectSize function added to estimate project size based on planned budget

pf 0.0.7

  • CaseId (e.g. P-1074) returned by constructProjectParents

pf 0.0.6

  • bug fix in decodeCustomFields

pf 0.0.5

  • addition of function prepTime

pf 0.0.4

  • constructCustomerParents now includes divisions

pf 0.0.3

  • 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

pf 0.0.2

  • added constructParents (a more generic) and refactored constructCustomerParents to use it instead

pf 0.0.1

  • added constructCustomerParents function
  • decodeCustomFields added

pf_app 0.0.0.9000

  • Added a NEWS.md file to track changes to the package.