Skip to content

Commit 0eac5e1

Browse files
committed
Deploying to gh-pages from @ 6b0425f 🚀
1 parent 6f5a1fe commit 0eac5e1

5 files changed

Lines changed: 50 additions & 13 deletions

File tree

index.html

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Groupwise Regularized Adaptive Sparse Precision Solution
44

5+
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/grasps)](https://CRAN.R-project.org/package=grasps)
6+
[![GitHub R package
7+
version](https://img.shields.io/github/r-package/v/Carol-seven/grasps?label=R%20in%20dev&color=green)](https://github.com/Carol-seven/grasps/blob/main/DESCRIPTION)
8+
[![GitHub last
9+
commit](https://img.shields.io/github/last-commit/Carol-seven/grasps)](https://github.com/Carol-seven/grasps/commits/main)
10+
[![R-CMD-check](https://github.com/Carol-seven/grasps/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Carol-seven/grasps/actions/workflows/R-CMD-check.yaml)
11+
[![GitHub
12+
License](https://img.shields.io/github/license/Carol-seven/grasps?color=blue)](https://github.com/Carol-seven/grasps/blob/main/LICENSE.md)
13+
514
The goal of **grasps** is to provide a collection of statistical methods
615
that incorporate both element-wise and group-wise penalties to estimate
716
a precision matrix, making them user-friendly and useful for researchers
@@ -48,8 +57,15 @@ more details.
4857

4958
## Installation
5059

51-
You can install the development version of **grasps** from
52-
[GitHub](https://github.com/) with:
60+
- You can install the released version of **grasps** from
61+
[CRAN](https://cran.r-project.org/package=grasps) with:
62+
63+
``` R
64+
install.packages("grasps")
65+
```
66+
67+
- You can install the development version of **grasps** from
68+
[GitHub](https://github.com/Carol-seven/grasps) with:
5369

5470
``` R
5571
# install.packages("devtools")

llms.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Groupwise Regularized Adaptive Sparse Precision Solution
44

5+
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/grasps)](https://CRAN.R-project.org/package=grasps)
6+
[![GitHub R package
7+
version](https://img.shields.io/github/r-package/v/Carol-seven/grasps?label=R%20in%20dev&color=green)](https://github.com/Carol-seven/grasps/blob/main/DESCRIPTION)
8+
[![GitHub last
9+
commit](https://img.shields.io/github/last-commit/Carol-seven/grasps)](https://github.com/Carol-seven/grasps/commits/main)
10+
[![R-CMD-check](https://github.com/Carol-seven/grasps/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Carol-seven/grasps/actions/workflows/R-CMD-check.yaml)
11+
[![GitHub
12+
License](https://img.shields.io/github/license/Carol-seven/grasps?color=blue)](https://github.com/Carol-seven/grasps/blob/main/LICENSE.md)
13+
514
The goal of **grasps** is to provide a collection of statistical methods
615
that incorporate both element-wise and group-wise penalties to estimate
716
a precision matrix, making them user-friendly and useful for researchers
@@ -48,8 +57,15 @@ more details.
4857

4958
## Installation
5059

51-
You can install the development version of **grasps** from
52-
[GitHub](https://github.com/) with:
60+
- You can install the released version of **grasps** from
61+
[CRAN](https://cran.r-project.org/package=grasps) with:
62+
63+
``` R
64+
install.packages("grasps")
65+
```
66+
67+
- You can install the development version of **grasps** from
68+
[GitHub](https://github.com/Carol-seven/grasps) with:
5369

5470
``` R
5571
# install.packages("devtools")

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgdown_sha: ~
44
articles:
55
crit: crit.html
66
pen_est: pen_est.html
7-
last_built: 2025-11-27T19:57Z
7+
last_built: 2025-11-27T20:17Z
88
urls:
99
reference: https://shiying-xiao.com/grasps/reference
1010
article: https://shiying-xiao.com/grasps/articles

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)