Skip to content

Commit

Permalink
Merge pull request #53 from microsoft/docs/add-lifecycle-badges
Browse files Browse the repository at this point in the history
Documentation: add lifecycle badges
  • Loading branch information
martinctc authored Jan 22, 2021
2 parents 3d34e8d + f497524 commit 783fe52
Show file tree
Hide file tree
Showing 25 changed files with 71 additions and 42 deletions.
15 changes: 7 additions & 8 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^.gitignore$
^.*\.Rproj$
^\.Rproj\.user$
^_data$
Expand All @@ -10,12 +11,10 @@
^_pkgdown\.yml$
^pkgdown$
^\.github$
^man/figures/wpa cheatsheet_20201116.pdf$
^man/figures/wpa cheatsheet_20201116.png$
^man/figures/wpa cheatsheet.pdf$
^man/figures/wpa cheatsheet.png$
^vignettes/best-practices.Rmd$
^vignettes/text-mining-capabilities.Rmd$
^vignettes/IV-report.Rmd$
^vignettes/Change-over-time.Rmd$
^CONTRIBUTORS.svg$

# Ignore all figures
^man/figures

# Ignore all vignettes
^vignettes
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: wpa
Type: Package
Title: Tools for Analysing and Visualising Workplace Analytics data
Title: Tools for Analysing and Visualising Workplace Analytics Data
Version: 1.3.1
Authors@R: c(
person(given = "Martin", family = "Chan", role = c("aut", "cre"), email = "[email protected]"),
Expand Down Expand Up @@ -58,7 +58,8 @@ Imports:
rlang,
ggwordcloud,
methods,
data.table
data.table,
lifecycle
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Expand Down
2 changes: 1 addition & 1 deletion R/heat_colours.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' @title
#' Generate a vector of `n` contiguous colours, as a red-yellow-green palette.
#'
#' @param n the number of colors ( 1) to be in the palette.
#' @param n the number of colors (>= 1) to be in the palette.
#' @param alpha an alpha-transparency level in the range of 0 to 1
#' (0 means transparent and 1 means opaque)
#' @param rev logical indicating whether the ordering of the colors should be reversed.
Expand Down
1 change: 1 addition & 0 deletions R/network_describe.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' @author Tannaz Sattari Tabrizi <[email protected]>
#'
#' @description
#' \Sexpr[results=rd]{lifecycle::badge("experimental")}
#' Returns a data frame that gives a percentage of the group combinations that best represent
#' the population provided. Uses a person to person query.
#'
Expand Down
1 change: 1 addition & 0 deletions R/network_leiden.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#' @title Implement the Leiden community detection on a Person to Person network query
#'
#' @description
#' \Sexpr[results=rd]{lifecycle::badge("experimental")}
#' Take a P2P network query and implement the Leiden community detection method. To run
#' this function, you will require all the pre-requisites of the **leiden** package installed,
#' which includes Python and **reticulate**.
Expand Down
1 change: 1 addition & 0 deletions R/network_louvain.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#' @title Implement the Louvain community detection on a Person to Person network query
#'
#' @description
#' \Sexpr[results=rd]{lifecycle::badge("experimental")}
#' Take a P2P network query and implement the Louvain community detection method. The
#' **igraph** implementation of the Louvain method is used.
#'
Expand Down
1 change: 1 addition & 0 deletions R/network_p2p.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#' @title Create a network plot with the person-to-person query
#'
#' @description
#' \Sexpr[results=rd]{lifecycle::badge("experimental")}
#' Pass a data frame containing a person-to-person query and return a network visualization.
#' Options are available for community detection using either the Louvain or the Leiden algorithms.
#'
Expand Down
1 change: 1 addition & 0 deletions R/personas_hclust.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#' @title Create hierarchical clusters of selected metrics using a Person query
#'
#' @description
#' \Sexpr[results=rd]{lifecycle::badge("questioning")}
#' Apply hierarchical clustering to selected metrics. Person averages are computed prior to clustering.
#' The hierarchical clustering uses cosine distance and the ward.D method
#' of agglomeration.
Expand Down
1 change: 1 addition & 0 deletions R/workpatterns_hclust.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#' @title Create a hierarchical clustering of email or IMs by hour of day
#'
#' @description
#' \Sexpr[results=rd]{lifecycle::badge("experimental")}
#' Apply hierarchical clustering to emails sent by hour of day.
#' The hierarchical clustering uses cosine distance and the ward.D method
#' of agglomeration.
Expand Down
1 change: 1 addition & 0 deletions man/figures/lifecycle-archived.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions man/figures/lifecycle-defunct.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions man/figures/lifecycle-deprecated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions man/figures/lifecycle-experimental.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions man/figures/lifecycle-maturing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions man/figures/lifecycle-questioning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions man/figures/lifecycle-stable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions man/figures/lifecycle-superseded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion man/heat_colours.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/network_describe.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/network_leiden.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/network_louvain.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/network_p2p.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/personas_hclust.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/workpatterns_hclust.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 783fe52

Please sign in to comment.