Skip to content

Commit 29b671d

Browse files
committed
Updated CITATION.
1 parent cc2c053 commit 29b671d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Encoding: UTF-8
22
Type: Package
33
Package: mixsqp
4-
Version: 0.3-52
4+
Version: 0.3-53
55
Date: 2023-12-20
66
Title: Sequential Quadratic Programming for Fast Maximum-Likelihood
77
Estimation of Mixture Proportions

R/mixsqp.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ mixsqp <- function (L, w = rep(1,nrow(L)), x0 = rep(1,ncol(L)),
436436

437437
# Print a brief summary of the analysis, if requested.
438438
if (verbose) {
439-
cat(sprintf("Running mix-SQP algorithm 0.3-52 on %d x %d matrix\n",n,m))
439+
cat(sprintf("Running mix-SQP algorithm 0.3-53 on %d x %d matrix\n",n,m))
440440
cat(sprintf("convergence tol. (SQP): %0.1e\n",convtol.sqp))
441441
cat(sprintf("conv. tol. (active-set): %0.1e\n",convtol.activeset))
442442
cat(sprintf("zero threshold (solution): %0.1e\n",zero.threshold.solution))

inst/CITATION

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
citHeader("To cite the mixsqp package, please use:")
22

3-
citEntry(entry = "Article",
3+
bibentry(bibtype = "Article",
44
title = paste("A fast algorithm for maximum likelihood estimation",
55
"of mixture proportions using sequential quadratic",
66
"programming"),
7-
author = personList(as.person("Youngseok Kim"),
8-
as.person("Peter Carbonetto"),
9-
as.person("Matthew Stephens"),
10-
as.person("Mihai Anitescu")),
7+
author = c(person("Youngseok Kim"),
8+
person("Peter Carbonetto"),
9+
person("Matthew Stephens"),
10+
person("Mihai Anitescu")),
1111
journal = "Journal of Computational and Graphical Statistics",
1212
volume = 29,
1313
number = 2,

0 commit comments

Comments
 (0)