Skip to content

Commit e1d2595

Browse files
committed
update cv-diagram.png; update readme; add news
1 parent a846ed0 commit e1d2595

9 files changed

Lines changed: 17 additions & 7 deletions

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: grasps
22
Type: Package
33
Title: Groupwise Regularized Adaptive Sparse Precision Solution
4-
Version: 0.1.0
4+
Version: 0.1.1
55
Authors@R: c(
66
person(given = "Shiying", family = "Xiao",
77
email = "shiying.xiao@outlook.com",
@@ -40,7 +40,6 @@ Imports:
4040
LinkingTo:
4141
Rcpp,
4242
RcppArmadillo
43-
RoxygenNote: 7.3.3
4443
RdMacros: Rdpack
4544
Suggests:
4645
knitr,
@@ -50,3 +49,4 @@ Suggests:
5049
VignetteBuilder:
5150
knitr,
5251
quarto
52+
Config/roxygen2/version: 8.0.0

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# grasps 0.1.0
2+
3+
+ Initial release of the grasps package.
4+
+ The grasps is a toolbox for precision matrix estimation with group structure.
5+
+ Key features:
6+
- Unified regularization framework for sparse network learning.
7+
- Supports element-wise sparsity and group-wise shrinkage.
8+
- Includes both convex and non-convex penalties (e.g., adaptive lasso, SCAD, MCP).
9+
- Provides model selection tools (e.g., CV, EBIC, HBIC).
10+
+ Designed for applications where variables exhibit grouped or modular relationships (e.g., brain networks, biological pathways).

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ install.packages("grasps")
102102

103103

104104
```
105-
# install.packages("devtools")
106-
devtools::install_github("Carol-seven/grasps")
105+
# install.packages("pak")
106+
pak::pkg_install("Carol-seven/grasps")
107107
```
108108

109109

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ for more details.
7171

7272
<!-- -->
7373

74-
# install.packages("devtools")
75-
devtools::install_github("Carol-seven/grasps")
74+
# install.packages("pak")
75+
pak::pkg_install("Carol-seven/grasps")
7676

7777
## Example
7878

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ articles:
5959

6060
navbar:
6161
structure:
62-
left: [intro, reference, articles]
62+
left: [intro, reference, articles, news]
6363
right: [search, github, lightswitch]
6464
components:
6565
reference:
0 Bytes
Loading
1 Byte
Loading
-4 Bytes
Loading

man/figures/cv-diagram.png

-9 Bytes
Loading

0 commit comments

Comments
 (0)