Skip to content

Commit

Permalink
Merge pull request #103 from furrer-lab/101-add-chglog-and-linter-con…
Browse files Browse the repository at this point in the history
…figurations-to-rbuildignore

101 add chglog and linter configurations to rbuildignore
  • Loading branch information
matteodelucchi committed May 22, 2024
2 parents 5a6e29b + 6d5a2f0 commit 36dc719
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
\.gitignore
\.git
Makefile
\.chglog
^CONTRIBUTING\.md$
\.lintr

^_pkgdown\.yml$
^docs$
Expand Down
3 changes: 3 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
linters: linters_with_defaults(
line_length_linter(100)
)
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# abn: Additive Bayesian Networks <a href="https://r-bayesian-networks.org/"><img src="man/figures/logo.png" align="right" height="139" /></a>

<!-- badges: start -->
[![CRAN-like checks](https://github.com/furrer-lab/abn/actions/workflows/CRAN_checks.yml/badge.svg)](https://github.com/furrer-lab/abn/actions/workflows/CRAN_checks.yml)
[![status](https://joss.theoj.org/papers/1bbc43a2be86f5d3f831cedb5cf81812/status.svg)](https://joss.theoj.org/papers/1bbc43a2be86f5d3f831cedb5cf81812)
[![On Label CRAN Checks](https://github.com/furrer-lab/abn/actions/workflows/onlabel_CRAN_checks.yml/badge.svg)](https://github.com/furrer-lab/abn/actions/workflows/onlabel_CRAN_checks.yml)
![Codecov](https://img.shields.io/codecov/c/github/furrer-lab/abn)
[![GitHub R package version](https://img.shields.io/github/r-package/v/furrer-lab/abn)](https://github.com/furrer-lab/abn/tags)
![cran](https://www.r-pkg.org/badges/version-ago/abn)
Expand Down Expand Up @@ -404,7 +405,7 @@ The [abn website](https://r-bayesian-networks.org/) provides a comprehensive set

- Friedman et al. (2003): [Being Bayesian about network structure. A Bayesian approach to structure discovery in Bayesian networks](https://doi.org/10.1023/A:1020249912095)

- Friedman et al. (1999): [Data analysis with Bayesian networks: A bootstrap approach](https://arxiv.org/pdf/1301.6695.pdf)
- Friedman et al. (1999): [Data analysis with Bayesian networks: A bootstrap approach](https://arxiv.org/abs/1301.6695)

- Heckerman et al. (1995): [Learning Bayesian Networks – The Combination of Knowledge And Statistical-Data](http://maxchickering.com/publications/ml95.pdf)

Expand Down

0 comments on commit 36dc719

Please sign in to comment.