wpa/DESCRIPTION

73 строки
2.7 KiB
Plaintext
Исходник Обычный вид История

2020-10-27 00:21:24 +03:00
Package: wpa
Type: Package
2022-04-05 17:41:21 +03:00
Title: Tools for Analysing and Visualising Viva Insights Data
2023-08-16 14:30:08 +03:00
Version: 1.9.0
2020-10-27 00:21:24 +03:00
Authors@R: c(
person(given = "Martin", family = "Chan", role = c("aut", "cre"), email = "martin.chan@microsoft.com"),
person(given = "Carlos", family = "Morales", role = "aut", email = "carlos.morales@microsoft.com"),
2020-10-27 00:21:24 +03:00
person(given = "Mark", family = "Powers", role = "ctb", email = "mark.powers@microsoft.com"),
person(given = "Ainize", family = "Cidoncha", role = "ctb", email = "ainize.cidoncha@microsoft.com"),
person(given = "Rosamary", family = "Ochoa Vargas", role = "ctb", email = "rosamary.ochoa@microsoft.com"),
person(given = "Tannaz", family = "Sattari", role = "ctb", email = "tannaz.sattari@microsoft.com"),
2020-11-27 14:02:41 +03:00
person(given = "Lucas", family = "Hogner", role = "ctb", email = "lucas.hogner@microsoft.com"),
person(given = "Jasminder", family = "Thind", role = "ctb", email = "jasminder.thind@microsoft.com"),
person(given = "Simone", family = "Liebal", role = "ctb", email = "simone.liebal@microsoft.com"),
person(given = "Aleksey", family = "Ashikhmin", role = "ctb", email = "alashi@microsoft.com"),
2021-02-05 20:58:11 +03:00
person(given = "Ellen", family = "Trinklein", role = "ctb"),
person(given = "Microsoft Corporation", role = "cph")
)
2020-10-27 00:21:24 +03:00
Description: Opinionated functions that enable easier and faster
2022-04-05 17:41:21 +03:00
analysis of Viva Insights data. There are three main types of functions in 'wpa':
2021-03-31 20:37:16 +03:00
(i) Standard functions create a 'ggplot' visual or a summary table based on a specific
2022-04-05 17:41:21 +03:00
Viva Insights metric; (2) Report Generation functions generate HTML reports on
2020-10-27 00:21:24 +03:00
a specific analysis area, e.g. Collaboration; (3) Other miscellaneous functions cover
2022-04-05 17:41:21 +03:00
more specific applications (e.g. Subject Line text mining) of Viva Insights data.
2021-03-31 20:37:16 +03:00
This package adheres to 'tidyverse' principles and works well with the pipe syntax.
2021-04-02 14:34:11 +03:00
'wpa' is built with the beginner-to-intermediate R users in mind, and is optimised for
2020-10-27 00:21:24 +03:00
simplicity.
2024-01-12 21:03:20 +03:00
URL: https://github.com/microsoft/wpa/, https://microsoft.github.io/wpa/
BugReports: https://github.com/microsoft/wpa/issues/
2020-10-27 00:21:24 +03:00
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1.2)
Imports:
dplyr,
stats,
utils,
tidyr,
tidyselect (>= 1.0.0),
magrittr,
purrr,
reshape2,
ggplot2,
ggrepel,
scales,
htmltools,
markdown,
rmarkdown,
networkD3,
DT,
tidytext,
ggraph,
igraph,
proxy,
ggwordcloud,
methods,
2021-10-08 14:49:34 +03:00
data.table
2023-08-16 13:36:33 +03:00
RoxygenNote: 7.2.3
2020-10-27 00:21:24 +03:00
Roxygen: list(markdown = TRUE)
Suggests:
2021-10-08 14:49:34 +03:00
knitr,
2020-12-16 14:48:32 +03:00
extrafont,
2021-02-24 20:06:52 +03:00
lifecycle,
2021-03-18 19:03:24 +03:00
fst,
2021-06-14 16:27:31 +03:00
glue,
flexdashboard,
lmtest,
2022-06-23 16:29:07 +03:00
sandwich,
testthat (>= 3.0.0)
2020-10-27 00:21:24 +03:00
Language: en-US
2022-06-23 16:29:07 +03:00
Config/testthat/edition: 3