Skip to content

Commit

Permalink
Version 0.9.8.1
Browse files Browse the repository at this point in the history
Specified previous version of set.seed sampler with RNGversion() calls, to ensure CRAN devel check compatibility
  • Loading branch information
robinvanemden committed Mar 17, 2019
1 parent e52913a commit 5355f68
Show file tree
Hide file tree
Showing 115 changed files with 1,024 additions and 1,012 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
^Meta$
^doc$
^vignettes/only_pkgdown$
^vignettes/only_pkgdown.*
^demo/working_directory$
^demo/working_directory.*
contextual.Rproj
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: contextual
Type: Package
Title: Simulation and Analysis of Contextual Multi-Armed Bandit Policies
Version: 0.9.8
Version: 0.9.8.1
Authors@R: c(person("Robin", "van Emden", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5820-8638"), email = "robinvanemden@gmail.com"),
person("Maurits", "Kaptein", role = "ctb", email = "m.c.kaptein@tilburguniversity.edu",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
contextual 0.9.8.1
==================

* Specified previous version of set.seed sampler with RNGversion() calls

contextual 0.9.8
================

Expand Down
2 changes: 1 addition & 1 deletion R/functions_utility.R
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ get_full_context <- function(context, select_features = NULL, prepend_arm_matrix
if(is.vector(X)) Xm <- X[select_features]
else Xm <- X[select_features,]
}
if(isTRUE(prepend_arm_vector)) Xv <- rbind(diag(k),Xv)
if(isTRUE(prepend_arm_matrix)) Xv <- rbind(diag(k),Xv)
return(Xm)
}

Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
New submission.
Minor update adding "suppressWarnings(RNGversion("3.5.0"))" to ensure CRAN devel compatibility

## Test environments

Expand Down
44 changes: 22 additions & 22 deletions docs/articles/cmabs.html

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

Loading

0 comments on commit 5355f68

Please sign in to comment.