Skip to content

Commit

Permalink
Update package documentation format, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Mar 2, 2024
1 parent 790e140 commit 16da1c1
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 19 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Package: ExploreModelMatrix
Type: Package
Title: Graphical Exploration of Design Matrices
Version: 1.15.0
Version: 1.15.1
Date: 2024-03-02
Authors@R: c(person("Charlotte", "Soneson", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3833-2169")),
Expand Down Expand Up @@ -44,7 +45,7 @@ Imports:
limma,
S4Vectors,
shinyjs
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Suggests:
testthat (>= 2.1.0),
knitr,
Expand Down
6 changes: 3 additions & 3 deletions R/ExploreModelMatrix-pkg.R → R/ExploreModelMatrix-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#' explore the fitted values (in terms of the model coefficients) for each
#' combination of predictor values.
#'
#' @name ExploreModelMatrix-pkg
#' @docType package
NULL
#' @keywords internal
#' @aliases ExploreModelMatrix-package NULL
"_PACKAGE"

globalVariables(c("colorby", "value", "vjust", "coefficient",
"Sample", "vif", "nSamples", "rows", "cols",
Expand Down
35 changes: 35 additions & 0 deletions man/ExploreModelMatrix-package.Rd

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

14 changes: 0 additions & 14 deletions man/ExploreModelMatrix-pkg.Rd

This file was deleted.

0 comments on commit 16da1c1

Please sign in to comment.