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

567 Коммитов

Автор SHA1 Сообщение Дата
Martin Chan 66cb59de86 docs: finish report section 2021-03-16 11:32:53 +00:00
Martin Chan e2de476a51 docs: update individual functions section 2021-03-15 23:04:54 +00:00
Martin Chan 8e3f50b492 docs: update data validation post 2021-03-15 22:17:11 +00:00
Martin Chan 6a0a54ac74 docs: update data_validation.md 2021-03-15 18:29:33 +00:00
Martin Chan 14433ea583 Merge branch 'main' into pr/34 2021-03-15 18:17:08 +00:00
C Morales 76407d6ec5
Merge pull request #106 from microsoft/Bug-Fix_one2one_freq
Bugfix: update `one2one_freq()`
2021-03-11 18:47:27 +00:00
Martin Chan a5dec72ce7 fix: expand dist_colours to 5
Previously dist_colours only had length of 4, whereas 5 is needed, which was causing the previous error.
2021-03-11 17:33:58 +00:00
moralec cac1931684 Update one2one_freq.R
Emergency fix to one2one_freq
2021-03-11 16:00:51 +00:00
C Morales 308769776e
Merge pull request #95 from microsoft/feature/manager_report
Feature: `one2one_freq()` to visualize frequency of 1:1 meetings with managers
2021-03-11 13:21:33 +00:00
C Morales 140ffcfd91
Merge branch 'main' into feature/manager_report 2021-03-11 12:26:11 +00:00
Martin Chan 5be21808c4
Merge branch 'main' into patch-1 2021-03-10 13:22:37 +00:00
Martin Chan 99bc08022f
docs: add FAQ to README.md 2021-03-09 23:07:45 +00:00
Martin Chan 848c64b57b chore: increment start-up message
v1.4.0 -> v1.4.1
2021-03-09 21:34:48 +00:00
Martin Chan 9edc7a3984 chore: update NEWS.md 2021-03-09 21:33:34 +00:00
Martin Chan 38c337762a chore: increment package version
v1.4.0 -> v1.4.1
2021-03-09 21:32:22 +00:00
Martin Chan 24d88d8d06 docs: update roxygen 2021-03-09 21:24:29 +00:00
Martin Chan 6a55ecd0db chore: align code style
Also replaced variable name with "Cadence_of_1_on_1_meetings_with_manager" to ensure plot titles are showing up properly.
2021-03-09 21:24:15 +00:00
Martin Chan 92db55b487 Merge branch 'main' into feature/manager_report 2021-03-09 17:31:03 +00:00
Martin Chan 3d1d0d8afe patch: CRAN checks
- Removed redirecting link
- Removed example for `create_IV()` causing issues with parallel cores
2021-03-05 18:07:15 +00:00
Martin Chan 9a6192fd52
Merge pull request #67 from microsoft/docs/cran-compliance-2
Documentation: CRAN Compliance
2021-03-05 16:00:45 +00:00
Martin Chan 3c7a4f9984 fix: code errors with mgrrel_matrix 2021-03-05 15:49:39 +00:00
Martin Chan 348d4d74d7 fix: pass R CMD checks 2021-03-05 15:18:34 +00:00
Martin Chan 506a299cc2 Merge branch 'main' into docs/cran-compliance-2 2021-03-05 14:36:42 +00:00
Martin Chan 48d196a429 fix: remove stray code 2021-03-05 14:30:07 +00:00
Martin Chan 3c6ff2e349 fix: unwrap `dontrun{}`
One stray `dontrun{}`
2021-03-05 14:29:44 +00:00
Martin Chan 50d0985cb3 docs: update roxygen 2021-03-05 14:15:31 +00:00
Martin Chan 08337c9cec fix: added default for mingroup 2021-03-05 14:14:06 +00:00
Martin Chan a9380fc47f docs: adjust function family (#58)
Aligned all function family with this commit.
2021-03-05 14:05:00 +00:00
Martin Chan b0b3c2504d docs: add examples network_describe() 2021-03-05 13:15:04 +00:00
Martin Chan f70f5d171b feat: add mingroup for mgrrel_matrix 2021-03-05 12:47:58 +00:00
Martin Chan e364ba3c39 docs: update Playbook 2021-03-05 11:50:15 +00:00
Martin Chan 2f6b9cfd97 docs: adjust function family (#58)
- Adjust family
- Created two templates: ch.R and spq-params.R
- General code formatting
2021-03-05 11:18:35 +00:00
Martin Chan 617ff636ba docs: update Playbook
Add `identify_churn()`
2021-03-05 09:14:46 +00:00
Martin Chan 59475b85b5 docs: adjust function family (#58) 2021-03-04 22:19:07 +00:00
Martin Chan 53139a61ac docs: correct typo with check_inputs
Put family as param by mistake
2021-03-04 21:20:34 +00:00
Martin Chan 142e9021b5 docs: remove withr dependency 2021-03-04 21:19:21 +00:00
Martin Chan 5f2971fd79 docs: adjust function family (#58)
At places, also some cleaning up relating to #31.
2021-03-04 18:33:28 +00:00
Martin Chan 9f395018f3 docs: update installation instruction
pushed to main for urgent patch. Tells user to use new installation method which does not update packages by default.
2021-03-04 14:48:05 +00:00
moralec fcfdce6271 one2one_freq 2021-03-02 15:27:00 +00:00
moralec 617f381aa8 new one2one freq function 2021-03-02 15:22:27 +00:00
Martin Chan f0966b8816 fix: variable name typo 2021-03-02 10:19:04 +00:00
Martin Chan ebaf2d2fc2 fix: use exit par instead of withr
Previously withr approach was not working
2021-03-02 10:00:14 +00:00
Martin Chan 5de248caf1 chore: add utils to import_to_fst 2021-03-02 09:22:38 +00:00
Martin Chan 700ab5644d docs: roxygen2 update 2021-03-02 00:13:50 +00:00
Martin Chan b3229ae5ef docs: add missing arguments 2021-03-02 00:13:38 +00:00
Martin Chan 9eb5ea4b1c feat: export active_threshold argument 2021-03-02 00:12:46 +00:00
Martin Chan 145404389f Merge branch 'main' into docs/cran-compliance-2 2021-03-01 23:50:02 +00:00
Martin Chan d8dd6794f0 fix: unwrap dontrun{} (#12)
Satisfy CRAN requirements. Use `donttest{}` where possible.
2021-03-01 23:48:25 +00:00
Martin Chan 3ed2048687 chore: add withr as dependency 2021-03-01 23:35:21 +00:00
Martin Chan 04086681fb fix: do not change user options (#60) 2021-03-01 23:34:47 +00:00