Skip to content

Commit

Permalink
comma separated links in description file
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasRieger committed Jan 6, 2020
1 parent c698739 commit 9b61808
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Expand Up @@ -5,7 +5,8 @@ Version: 0.1.0
Date: 2020-01-01
Authors@R: person("Jonas", "Rieger", email="jonas.rieger@tu-dortmund.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0007-4478"))
Description: A procedure to select the LDA run with highest mean pairwise similarity, which is measured by S-CLOP, to all other runs. LDA runs are specified by its assignments leading to estimators for distribution parameters. Repeated runs lead to different results, which we encounter by choosing the most representative LDA run as prototype.
URL: https://github.com/JonasRieger/ldaPrototype https://doi.org/10.5281/zenodo.3597978
URL: https://github.com/JonasRieger/ldaPrototype, https://doi.org/10.5281/zenodo.3597978
BugReports: https://github.com/JonasRieger/ldaPrototype/issues
License: GPL (>= 3)
Encoding: UTF-8
Depends:
Expand Down
4 changes: 2 additions & 2 deletions R/ldaPrototype-package.R
Expand Up @@ -6,8 +6,8 @@
#' specified by its assignments leading to estimators for distribution parameters.
#' Repeated runs lead to different results, which we encounter by choosing the
#' most representative LDA run as prototype.\cr
#' For bug reports and feature requests please use the tracker:
#' \url{https://github.com/JonasRieger/ldaPrototype}.
#' For bug reports and feature requests please use the issue tracker:
#' \url{https://github.com/JonasRieger/ldaPrototype/issues}.
#'
#' @section Data:
#' \code{\link{reuters}} Example Dataset (91 articles from Reuters) for testing.
Expand Down
8 changes: 5 additions & 3 deletions man/ldaPrototype-package.Rd

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

0 comments on commit 9b61808

Please sign in to comment.