From 778ede842ea3eb6eb1e7def871cf0dc2a44c3f7f Mon Sep 17 00:00:00 2001 From: paulino Date: Fri, 24 Aug 2018 13:01:07 -0500 Subject: [PATCH] update version --- CHANGELOG | 8 +++++++- DESCRIPTION | 4 ++-- R/BGLR.R | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 96d48bf..c4cc0fd 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -40,9 +40,15 @@ version 1.0.5 saving effects in binary files & computing windows version 1.0.6 + never released, problems with reverse depencies + +version 1.0.7 + Removing OpenMP Flags, C code for registring routines added + Update urls + +version 1.0.8 Bayesian Ridge Regression now supports (square) triangular matrices and samples effects efficiently Sampling from truncated normal distribution is performed using the truncnorm library - C code for registration of routines added Fixes in C code for avoiding integer overflow in sampling functions with large datasets CITATION added Several fixes for displaying messages when using stop(), cat(), etc. diff --git a/DESCRIPTION b/DESCRIPTION index d252ade..67a7c95 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: BGLR -Version: 1.0.6 -Date: 2018-08-17 +Version: 1.0.8 +Date: 2018-08-24 Title: Bayesian Generalized Linear Regression Author: Gustavo de los Campos, Paulino Perez Rodriguez, Maintainer: Paulino Perez Rodriguez diff --git a/R/BGLR.R b/R/BGLR.R index ac2ce6f..d03c0a1 100644 --- a/R/BGLR.R +++ b/R/BGLR.R @@ -855,7 +855,7 @@ welcome=function() message("\n"); message("#--------------------------------------------------------------------#"); message("# _\\\\|//_ #"); - message("# (` o-o ') BGLR v1.0.6 beta #"); + message("# (` o-o ') BGLR v1.0.8 beta #"); message("#------ooO-(_)-Ooo---------------------------------------------------#"); message("# Bayesian Generalized Linear Regression #"); message("# Gustavo de los Campos, gdeloscampos@gmail.com #"); @@ -922,7 +922,7 @@ metropLambda=function (tau2, lambda, shape1 = 1.2, shape2 = 1.2, max = 200, ncp stop("This package requires R 2.10 or later") assign(".BGLR.home", file.path(library, pkg), pos=match("package:BGLR", search())) - BGLR.version = "1.0.6 Beta (GitHub)" + BGLR.version = "1.0.8 Beta (GitHub)" assign(".BGLR.version", BGLR.version, pos=match("package:BGLR", search())) if(interactive()) {