Skip to content

Commit e07f9b0

Browse files
changed license
1 parent ebd3dec commit e07f9b0

File tree

4 files changed

+681
-29
lines changed

4 files changed

+681
-29
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
# Session Data files
66
.RData
77

8-
packrat*
9-
packrat/lib*/
10-
118
# Example code in package build process
129
*-Ex.R
1310

@@ -18,8 +15,7 @@ packrat/lib*/
1815
/*.Rcheck/
1916

2017
# RStudio files
21-
.Rproj.user/*
22-
.Rproj.user
18+
.Rproj.user/
2319

2420
# produced vignettes
2521
vignettes/*.html
@@ -37,4 +33,4 @@ vignettes/*.pdf
3733
*.knit.md
3834

3935
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
40-
rsconnect/
36+
rsconnect/

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Maintainer: Dominique Makowski <[email protected]>
1313
URL: https://github.com/easystats/bayestestR
1414
BugReports: https://github.com/easystats/bayestestR/issues
1515
Description: Provides utilities to describe posterior distributions and Bayesian models. It includes point-estimates such as Maximum A Posteriori (MAP), measures of dispersion (Highest Density Interval - HDI) and indices used for null-hypothesis testing (such as the ROPE and pd).
16-
License: MIT + file LICENSE
16+
License: GPL-3
1717
Encoding: UTF-8
1818
LazyData: true
1919
VignetteBuilder: knitr
@@ -32,6 +32,7 @@ Suggests:
3232
broom,
3333
rstanarm,
3434
brms
35+
Remotes:
36+
easystats/insight
3537
RoxygenNote: 6.1.1
3638
Language: en-GB
37-
Remotes: easystats/insight

0 commit comments

Comments
 (0)