Skip to content

Commit

Permalink
Merge pull request #25 from ocbe-uio/fix-package-doc
Browse files Browse the repository at this point in the history
Fixed package documentation
  • Loading branch information
Theo-qua authored Feb 14, 2024
2 parents e7a9592 + a911c85 commit 3bb960f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: MADMMplasso
Title: Multi Variate Multi Response 'ADMM' with Interaction Effects
Version: 0.0.0.9010
Version: 0.0.0.9011
Authors@R:
c(
person(
Expand Down Expand Up @@ -51,5 +51,5 @@ Suggests:
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Config/testthat/edition: 3
3 changes: 1 addition & 2 deletions R/MADMMplasso-package.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#' @name MADMMplasso
#' @docType package
#' @importFrom graphics abline axis lines matplot points segments text
#' @importFrom methods as
#' @importFrom stats dist hclust lm rbinom var
Expand All @@ -12,4 +11,4 @@
#' @importFrom MASS mvrnorm
#' @importFrom Rcpp sourceCpp
#' @useDynLib MADMMplasso, .registration = TRUE
NULL
"_PACKAGE"
16 changes: 15 additions & 1 deletion man/MADMMplasso.Rd

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

0 comments on commit 3bb960f

Please sign in to comment.