Skip to content

Commit

Permalink
Using MIT license.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaborini committed Dec 11, 2019
1 parent e631c4c commit 921ed92
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 16 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^man-roxygen$
^README\.md$
..Rcheck
^LICENSE\.md$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Authors@R: c(person("Lorenzo", "Gaborini", role = c("aut", "cre"),
Description:
Bayesian approach to evaluate whether two datasets come from the same population.
Currently implements a Gibbs sampler for the Multivariate Normal - Inverse Wishart model.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 0.12.10), RcppArmadillo (>= 0.9.300.2.0), coda, Rdpack
Expand All @@ -22,7 +21,8 @@ Suggests:
covr,
xtable,
tibble
RoxygenNote: 6.1.1
RoxygenNote: 7.0.0
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RdMacros: Rdpack
License: MIT + file LICENSE
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
YEAR: 2019
COPYRIGHT HOLDER: Lorenzo Gaborini
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# MIT License

Copyright (c) 2019 Lorenzo Gaborini

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
1 change: 0 additions & 1 deletion man/bayessource.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions man/make_priors_and_init.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions man/marginalLikelihood.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions man/marginalLikelihood_internal.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions man/samesource_C.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions man/two.level.multivariate.calculate.UC.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 921ed92

Please sign in to comment.