Skip to content

Commit 573e07e

Browse files
committed
Version: 0.9.8.2
1 parent c4b465d commit 573e07e

File tree

95 files changed

+120
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+120
-104
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: contextual
22
Type: Package
33
Title: Simulation and Analysis of Contextual Multi-Armed Bandit Policies
4-
Version: 0.9.8.1
4+
Version: 0.9.8.2
55
Authors@R: c(person("Robin", "van Emden", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0001-5820-8638"), email = "[email protected]"),
77
person("Maurits", "Kaptein", role = "ctb", email = "[email protected]",

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
contextual 0.9.8.2
2+
==================
3+
4+
* Minor documentation update
5+
* Minor refactoring: Private utility functions moved from the History to the Plot class.
6+
17
contextual 0.9.8.1
28
==================
39

cran-comments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Minor update adding "suppressWarnings(RNGversion("3.5.0"))" to ensure CRAN devel compatibility
1+
Minor refactoring of private functions.
22

33
## Test environments
44

5-
* local Windows 10 (x64) release, R 3.5.1
5+
* local Windows 10 (x64) release, R 3.6.0
66
* OS X install (on travis-ci) R-release
77
* Ubuntu 12.04 (on travis-ci) R-release
8-
* Windows Server 2012 R2 x64 install (on appveyor), R 3.5.1
8+
* Windows Server 2012 R2 x64 install (on appveyor), R 3.6.1
99
* Rhub:
1010
* Fedora Linux, R-devel, clang, gfortran
1111
* Ubuntu Linux 16.04 LTS, R-release, GCC

docs/articles/cmabs.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/cmabsoffline.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/eckles_kaptein.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/epsilongreedy.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/introduction.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/mabs.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)