-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f868869
commit 83c45a6
Showing
11 changed files
with
82 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,27 @@ | ||
## usethis namespace: start | ||
#' gslope | ||
#' | ||
#' @docType package | ||
#' @description R package that estimates a sparse precision matrix based on regularization by the SLOPE. | ||
#' @name gslope-package | ||
#' @useDynLib gslope, .registration = TRUE | ||
## usethis namespace: end | ||
## usethis namespace: start | ||
#' @importFrom Rcpp sourceCpp | ||
## usethis namespace: end | ||
#' @importFrom igraph graph_from_adjacency_matrix | ||
#' @importFrom igraph clusters | ||
#' @importFrom ggplot2 ggplot | ||
#' @importFrom ggplot2 geom_tile | ||
#' @importFrom ggplot2 scale_fill_gradient | ||
#' @importFrom ggplot2 scale_fill_gradient2 | ||
#' @importFrom ggplot2 coord_fixed | ||
#' @importFrom ggplot2 aes | ||
#' @importFrom ggplot2 ggtitle | ||
#' @importFrom ggplot2 xlab | ||
#' @importFrom ggplot2 ylab | ||
#' @importFrom ggplot2 theme | ||
#' @importFrom ggplot2 labs | ||
#' @importFrom ggplot2 element_text | ||
#' @importFrom igraph graph_from_adjacency_matrix | ||
#' @importFrom igraph plot.igraph | ||
#' @importFrom igraph layout.circle | ||
#' @importFrom stats cov cov2cor qt | ||
#' | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.