Граф коммитов

270 Коммитов

Автор SHA1 Сообщение Дата
Martin Chan 6386f99651 feat: add pairwise_count
A data.table implementation of the original widyr::pairwise_count() function
2020-12-18 13:45:35 +00:00
Martin Chan 626c95fed1 chore: remove empty return value 2020-12-18 12:59:29 +00:00
Martin Chan b76989852a perf: remove GGally and network (#16) 2020-12-18 11:26:36 +00:00
Martin Chan 8574145fc1 refactor: migrate igraph network_p2p 2020-12-18 11:06:06 +00:00
Martin Chan ef7123ee48 docs: unwrap examples g2g 2020-12-18 11:05:41 +00:00
Martin Chan 0116762544 refactor: use igraph
migrate implementation of network_g2g() to igraph
2020-12-17 22:21:56 +00:00
Martin Chan 6ad8fff184 feat: remove italic subtitle (#29) 2020-12-17 17:57:15 +00:00
Martin Chan 912883983d feat: add hrvar_threshold (#28) 2020-12-17 17:42:24 +00:00
Martin Chan c2b72b786b feat: font sizes (#29)
- Plot Title: 14
- Plot Subtitle plus axis titles: 12
- Axis texts, labels, data numbers and footnotes: 10
2020-12-17 17:30:06 +00:00
Martin Chan 07089f3891 docs: update Rd files 2020-12-17 16:43:33 +00:00
Martin Chan 320e97af8d docs: add example for network_g2g 2020-12-17 16:42:58 +00:00
Martin Chan 52dee349d5 feat: add network return option
`network_g2g()` can return a network option. Also now improved documentation for returning options.
2020-12-17 15:42:46 +00:00
Martin Chan 01f6204ef3 docs: update Rd files 2020-12-16 11:49:55 +00:00
moralec ca217a8b6a Update create_rank.R 2020-12-16 10:42:40 +00:00
Martin Chan a118c360b9 docs: consistent return options (#31) 2020-12-15 23:19:52 +00:00
Martin Chan 2e7c2f522f feat: change bar colours (#27) 2020-12-15 23:11:01 +00:00
Martin Chan f27f94ce1f fix: hrvar_count_all
- `threshold` argument previously had no effect on underlying `extract_hr()` function
- Add examples for test purposes
2020-12-15 09:45:18 +00:00
Martin Chan 396fcdcd92 fix: flip colours for create_rank() 2020-12-14 18:18:11 +00:00
Martin Chan f0d64e372d feat: add plot options create_rank (#27) 2020-12-14 18:15:48 +00:00
Martin Chan 636d41ea9a feat: add Adobe Analytics
Code provided in extra.js;
Currently using placeholder AppID
2020-12-14 12:10:34 +00:00
Martin Chan dcd4ac6870 docs: unwrap flag_extreme (#12) 2020-12-14 11:53:08 +00:00
Martin Chan b0d3d0a623 fix: error with flag_extreme 2020-12-14 10:52:56 +00:00
Martin Chan 874bba1ec0 fix: error with flag_extreme
unused argument metric_nm
2020-12-14 10:21:31 +00:00
Martin Chan 348df2fae7
Merge pull request #17 from microsoft/feature/1.3.1
Feature/1.3.1
2020-12-13 11:23:58 +00:00
Martin Chan cdfac1f30b chore: increment package version 1.3.1 2020-12-13 11:12:13 +00:00
Martin Chan 6cfae23658 docs: update query references (#20) 2020-12-12 13:43:59 +00:00
Martin Chan 9a4a5d82f1 chore: pass R CMD checks 2020-12-11 14:09:30 +00:00
Martin Chan 203c953610 chore: add importFrom
Explicitly specify grDevices import for heat_colours()
2020-12-11 13:19:50 +00:00
Martin Chan 4c76fb6b7e feat: streamline code
Use us_to_space() where possible for cleaner code
2020-12-11 13:18:47 +00:00
Martin Chan 1126bd8abf chore: one function per file
Move maxmin() and us_to_space() to their own R files instead of under keymetrics_scan()
2020-12-11 13:17:42 +00:00
Martin Chan dfef6d7957 docs: update FQ names (#20)
References to "Collaboration Assessment" now replaced with "Ways of Working Assessment"
2020-12-11 13:16:22 +00:00
Martin Chan 3af47811e5 feat: flip colours keymetrics_scan 2020-12-11 10:52:25 +00:00
Martin Chan 4810739c56 feat: adjust title size in theme
Global change to title size in plots
2020-12-11 10:42:20 +00:00
Martin Chan f3ab7b3ad1 feat: improve keymetrics_scan (#26)
Visual improvements to keymetrics_scan() as per issue #26. Two new functions are exported: us_to_space() and maxmin(), which are used to aid the plotting process.
2020-12-11 10:36:42 +00:00
Martin Chan 77cda77735
Merge pull request #25 from microsoft/documentation/analyst-guide-fixes
Documentation: improvements on README and Analyst Guide
2020-12-09 18:11:51 +00:00
Martin Chan 6e87d53568 docs: add link back to query docs 2020-12-09 15:25:16 +00:00
Martin Chan f76ac28e69 docs: find out more about functions 2020-12-09 15:21:59 +00:00
Martin Chan ec9c034de9 docs: update guides
Move content from README.md to be re-directed to getting_started.md
2020-12-09 15:14:59 +00:00
Martin Chan 7342ae3d2a Merge branch 'main' into feature/1.3.1 2020-12-08 23:48:28 +00:00
Martin Chan 142f364a53 docs: totals_col
Update argument documentation on totals_col
2020-12-08 23:47:45 +00:00
Martin Chan ba493688f4 feat: add NULL hrvar handling (#22, #12)
Add the capability to handle NULL values passed to `hrvar`. Also unwrapped some dontrun examples.
2020-12-08 23:45:18 +00:00
Martin Chan 4d7cec945d feat: add total_cols (#22)
Add a 'building block' function for company totals to be shown generally when NULL is supplied to the hrvar argument.
2020-12-08 23:42:43 +00:00
Martin Chan 4cc8449b6c
docs: add screenshot for forking repo 2020-12-08 10:38:01 +00:00
Martin Chan 1bc000aa01 feat: add fork-repo-example.png
Example image of pop-up window when forking project
2020-12-08 10:08:00 +00:00
Martin Chan 25d3623181
Merge pull request #19 from microsoft/documentation/developer-guide
Documentation: update developer_guide
2020-12-03 16:53:14 +00:00
Martin Chan 6606a7eec6 docs: update developer_guide.md 2020-12-03 16:44:04 +00:00
Martin Chan 93586e3f8c docs: update developer_guide.md 2020-12-03 16:39:27 +00:00
moralec 3232572c33 Update analyst_guide_distribution.md 2020-12-03 16:18:10 +00:00
Martin Chan 85e75c5b3a docs: update developer_guide.md
Update structure of developer_guide.md
2020-12-03 15:53:36 +00:00
moralec 7cf3d323ed Update analyst_guide_distribution.md 2020-12-03 15:42:45 +00:00