Skip to content

Commit

Permalink
CRAN 1.1.1 submission
Browse files Browse the repository at this point in the history
  • Loading branch information
till-tietz committed Apr 25, 2024
1 parent 5d5289c commit 671327f
Show file tree
Hide file tree
Showing 7 changed files with 1,119 additions and 978 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.1.0
Date: 2024-04-10 13:31:31 UTC
SHA: 311093a8867292601903ae60874763d2d2dd8d4b
Version: 1.1.1
Date: 2024-04-25 20:17:35 UTC
SHA: 5d5289c9434e0fba7bb318cd52abd2074f324882
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: CausalQueries
Type: Package
Title: Make, Update, and Query Binary Causal Models
Version: 1.1.0
Version: 1.1.1
Authors@R: c(person("Clara", "Bicalho", email = "clarabmcorreia@gmail.com", role = c("ctb")),
person("Jasper", "Cooper", email = "jjc2247@columbia.edu", role = c("ctb")),
person("Macartan", "Humphreys", email = "macartan@gmail.com", role = c("aut"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# CausalQueries 1.1.1

This is a patch release fixing a bug in the `print.model_query()` S3 method that
occurred when querying models using `paramters`.

# CausalQueries 1.1.0

### Non Backwards Compatible Changes
Expand Down
1 change: 1 addition & 0 deletions R/methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ print.model_query <- function(x, ...) {
cred.low <- NULL
cred.high <- NULL
case_level <- NULL
given <- NULL

text1 <- "Causal queries generated by query_model"

Expand Down
7 changes: 2 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
This is a minor release implementing the following new functionality:

* `causal-model` object access is now facilitated through a unified syntax via the `grab()` function
* `causal-model` objects now have dedicated `print` methods
* `stan_fit` objects can now be retained when updating models via the `keep_fit` option in `update_model()`
This is a patch release fixing a bug in the `print.model_query()` S3 method that
occurred when querying models using `paramters`.

## Test environments

Expand Down
1 change: 0 additions & 1 deletion man/CausalQueries-package.Rd

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

2,075 changes: 1,107 additions & 968 deletions src/stanExports_simplexes.h

Large diffs are not rendered by default.

0 comments on commit 671327f

Please sign in to comment.