Skip to content

Commit

Permalink
fix docs for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
markheckmann committed Jan 9, 2021
1 parent 992ada3 commit 709c3a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions R/OpenRepGrid.ic.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@


#' \pkg{OpenRepGrid.ic} - Interpretive Clustering for Repertory Grids
#'

#' @description The \pkg{OpenRepGrid.ic} package implements \emph{Interpretive Clustering (IC)}
#' as outlined in \href{https://doi.org/10.1080/14780887.2020.1794088}{Burr, King, and Heckmann (2020)}. The authors describe
#' as outlined in Burr, King, and Heckmann (2020). The authors describe
#' a variant of construct clustering which uses a procedure from graph theory
#' called \href{https://en.wikipedia.org/wiki/Clique_problem#Listing_all_maximal_cliques}{maximal cliques enumeration}.
#' Given a similarity measure, in our case the number of matching scores between
Expand All @@ -16,12 +16,13 @@
#'
#' The package also contains a shiny based UI you can start via the function
#' \code{ic()}. Visit \url{http://ic.openrepgrid.org} for an online version.
#' An introduction to the software is also available on \href{https://youtu.be/f9oINYA22Rc}{YouTube}.
#' Below you find an example of how to process a repgrid in an Excel
#' file using code only.
#'
#' @references
#' Burr, V. King, N. & Heckmann, M. (2020) The qualitative analysis of repertory grid data: Interpretive Clustering,
#' Qualitative Research in Psychology, DOI: 10.1080/14780887.2020.1794088
#' Qualitative Research in Psychology, \doi{10.1080/14780887.2020.1794088}
#' @example inst/examples/01-process-excel-file.R
#' @keywords package OpenRepGrid.ic
#' @name OpenRepGrid.ic
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Submission info

Several feature updates.
Several feature updates + fixed doi link in Rd files

## Test environments

Expand Down
5 changes: 3 additions & 2 deletions man/OpenRepGrid.ic.Rd

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

0 comments on commit 709c3a8

Please sign in to comment.