Skip to content

Commit

Permalink
badges and issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cmjt committed Nov 4, 2022
1 parent 6cc26be commit 5a10089
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# stelfi: A package to fit Hawkes and log-Gaussian Cox point processes using template model builder

<!-- badges: start -->
[![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)
[![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)
[![CRAN status](https://www.r-pkg.org/badges/version/stelfi)](https://CRAN.R-project.org/package=stelfi)
[![downloads](http://cranlogs.r-pkg.org/badges/stelfi)](http://cranlogs.r-pkg.org/badges/stelfi)
[![total downloads](http://cranlogs.r-pkg.org/badges/grand-total/stelfi)](http://cranlogs.r-pkg.org/badges/grand-total/stelfi)
<!-- badges: end -->

`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).

## Installation

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

```
require(devtools)
Expand All @@ -17,3 +22,6 @@ devtools::install_github("cmjt/stelfi")

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

## Issues

[ 🐛 reports](https://github.com/cmjt/stelfi/issues)

0 comments on commit 5a10089

Please sign in to comment.