Skip to content

Commit

Permalink
more trivial changes to satisfy devtools::release
Browse files Browse the repository at this point in the history
  • Loading branch information
willtownes committed Jul 18, 2020
1 parent 8c0c947 commit 9d23c36
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Suggests:
testthat,
URL: https://github.com/willtownes/glmpca
BugReports: https://github.com/willtownes/glmpca/issues
Language: en-US
VignetteBuilder: knitr
LazyData: false
RoxygenNote: 7.1.1
Expand Down
4 changes: 2 additions & 2 deletions R/glmpca.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
#' \item{tol}{Positive scalar. Relative tolerance for assessing convergence.
#' Convergence is determined by comparing the deviance at the previous
#' iteration to the current iteration. Default: 1e-4.}
#' \item{epsilon}{Positive scalar. Avagrad hyperparameter. See Savarese et
#' \item{epsilon}{Positive scalar. AvaGrad hyperparameter. See Savarese et
#' al (2020). Default: 0.1.}
#' \item{betas}{Numeric vector of length two. Avagrad hyperparameters.
#' \item{betas}{Numeric vector of length two. AvaGrad hyperparameters.
#' See Savarese et al (2020). Default: \code{c(0.9, 0.999)}.}
#' \item{minDev}{Scalar. Minimum deviance threshold at which optimization
#' is terminated. Useful for comparing different algorithms as it avoids
Expand Down
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ Windows x86_64-w64-mingw32 (via win-builder)
* R 4.0.2 "release"
* R 2020-07-11 r78812 "unstable development branch"

R-hub
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit
* Ubuntu Linux 16.04 LTS, R-release, GCC
* Fedora Linux, R-devel, clang, gfortran

## R CMD check results
There were no ERRORs, WARNINGs, or NOTEs
4 changes: 2 additions & 2 deletions man/glmpca.Rd

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

0 comments on commit 9d23c36

Please sign in to comment.