Skip to content

Commit 9b61808

Browse files
committed
comma separated links in description file
1 parent c698739 commit 9b61808

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Version: 0.1.0
55
Date: 2020-01-01
66
Authors@R: person("Jonas", "Rieger", email="jonas.rieger@tu-dortmund.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0007-4478"))
77
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.
8-
URL: https://github.com/JonasRieger/ldaPrototype https://doi.org/10.5281/zenodo.3597978
8+
URL: https://github.com/JonasRieger/ldaPrototype, https://doi.org/10.5281/zenodo.3597978
9+
BugReports: https://github.com/JonasRieger/ldaPrototype/issues
910
License: GPL (>= 3)
1011
Encoding: UTF-8
1112
Depends:

R/ldaPrototype-package.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#' specified by its assignments leading to estimators for distribution parameters.
77
#' Repeated runs lead to different results, which we encounter by choosing the
88
#' most representative LDA run as prototype.\cr
9-
#' For bug reports and feature requests please use the tracker:
10-
#' \url{https://github.com/JonasRieger/ldaPrototype}.
9+
#' For bug reports and feature requests please use the issue tracker:
10+
#' \url{https://github.com/JonasRieger/ldaPrototype/issues}.
1111
#'
1212
#' @section Data:
1313
#' \code{\link{reuters}} Example Dataset (91 articles from Reuters) for testing.

man/ldaPrototype-package.Rd

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)