Skip to content

Commit

Permalink
replace travis badge with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
merliseclyde committed Nov 28, 2023
1 parent e274051 commit d188088
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ use the `devtools` package from
devtools::install_github('merliseclyde/BAS')
```

You can check out the current build and test coverage status courtesy Travis CI: [![](https://app.travis-ci.com/merliseclyde/BAS.svg?branch=master)](https://app.travis-ci.com/merliseclyde/BAS/)
You can check out the current build status [![R-CMD-check](https://github.com/merliseclyde/BAS/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/merliseclyde/BAS/actions/workflows/check-standard.yaml)
before installing.

Installing the package from source does require compilation of C and FORTRAN code as the library makes use of BLAS and LAPACK for efficient model fitting. See [CRAN manuals](https://cran.r-project.org/doc/manuals/r-devel/R-admin.html) for installing packages from source under different operating systems.
Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ from [CRAN](https://cran.r-project.org/package=devtools) and enter in
devtools::install_github('merliseclyde/BAS')
```

You can check out the current build and test coverage status courtesy
Travis CI:
[![](https://app.travis-ci.com/merliseclyde/BAS.svg?branch=master)](https://app.travis-ci.com/merliseclyde/BAS/)
You can check out the current build status
[![R-CMD-check](https://github.com/merliseclyde/BAS/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/merliseclyde/BAS/actions/workflows/check-standard.yaml)
before installing.

Installing the package from source does require compilation of C and
Expand Down Expand Up @@ -98,11 +97,11 @@ spaces that cannot be enumerated.

### Generalized Linear Models

`BAS` now includes for support for binomial and binary regression and
Poisson regression using Laplace approximations to obtain Bayes Factors
used in calculating posterior probabilities of models or sampling of
models. Here is an example using the Pima diabetes data set with the
hyper-g/n prior:
`BAS` now includes for support for binomial and binary regression,
Poisson regression, and Gamma regression using Laplace approximations to
obtain Bayes Factors used in calculating posterior probabilities of
models or sampling of models. Here is an example using the Pima diabetes
data set with the hyper-g/n prior:

``` r
library(MASS)
Expand Down

0 comments on commit d188088

Please sign in to comment.