Skip to content

Commit 5a10089

Browse files
committed
badges and issues
1 parent 6cc26be commit 5a10089

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# stelfi: A package to fit Hawkes and log-Gaussian Cox point processes using template model builder
22

33
<!-- badges: start -->
4-
[![R-CMD-check](https://github.com/cmjt/stelfi/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cmjt/stelfi/actions/workflows/R-CMD-check.yaml)
4+
[![R-CMD-check](https://github.com/cmjt/stelfi/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cmjt/stelfi/actions/workflows/R-CMD-check.yaml)
5+
[![CRAN status](https://www.r-pkg.org/badges/version/stelfi)](https://CRAN.R-project.org/package=stelfi)
6+
[![downloads](http://cranlogs.r-pkg.org/badges/stelfi)](http://cranlogs.r-pkg.org/badges/stelfi)
7+
[![total downloads](http://cranlogs.r-pkg.org/badges/grand-total/stelfi)](http://cranlogs.r-pkg.org/badges/grand-total/stelfi)
58
<!-- badges: end -->
69

10+
`stelfi` is an `R` package that fit a range of Hawkes and log-Gaussian Cox point process models. Models are fitted via maximum likelihood using [Template Model Builder](https://github.com/kaskr/adcomp).
11+
712
## Installation
813

9-
The development version of this package can be installed using
14+
From CRAN `install.packages("stelfi")` or development version from GitHub:
1015

1116
```
1217
require(devtools)
@@ -17,3 +22,6 @@ devtools::install_github("cmjt/stelfi")
1722

1823
See [here](https://cmjt.github.io/stelfi/) for some examples of `stelfi`'s functionality.
1924

25+
## Issues
26+
27+
[ 🐛 reports](https://github.com/cmjt/stelfi/issues)

0 commit comments

Comments
 (0)