Skip to content

Commit

Permalink
build for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
flyaflya committed Apr 24, 2024
1 parent f1a2ce2 commit 40ae88b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: causact
Type: Package
Title: Fast, Easy, and Visual Bayesian Inference
Version: 0.5.4
Version: 0.5.5
Authors@R: c(person("Adam", "Fleischhacker", email = "[email protected]", role = c("aut", "cre","cph")),
person("Daniela", "Dapena", role = "ctb"),
person("Rose", "Nguyen", role = "ctb"),
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,16 @@ drawsDF ### see top of data frame
#> # A tibble: 4,000 × 4
#> theta_Toyota.Corolla theta_Subaru.Outback theta_Kia.Forte theta_Jeep.Wrangler
#> <dbl> <dbl> <dbl> <dbl>
#> 1 0.214 0.609 0.199 0.844
#> 2 0.228 0.563 0.232 0.818
#> 3 0.217 0.611 0.255 0.848
#> 4 0.206 0.648 0.261 0.876
#> 5 0.187 0.624 0.313 0.819
#> 6 0.166 0.606 0.229 0.848
#> 7 0.213 0.622 0.234 0.839
#> 8 0.206 0.588 0.253 0.855
#> 9 0.211 0.646 0.219 0.855
#> 10 0.196 0.590 0.271 0.840
#> 1 0.210 0.609 0.192 0.844
#> 2 0.227 0.563 0.239 0.818
#> 3 0.215 0.612 0.256 0.849
#> 4 0.204 0.646 0.253 0.874
#> 5 0.192 0.642 0.303 0.847
#> 6 0.166 0.607 0.255 0.843
#> 7 0.218 0.621 0.220 0.843
#> 8 0.196 0.646 0.251 0.841
#> 9 0.218 0.606 0.223 0.863
#> 10 0.203 0.583 0.241 0.863
#> # ℹ 3,990 more rows
```

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
This is a patch release to fix a bug with installing Python dependencies.
This is a patch release to fix a bug with installing Python dependencies due to a bug in scipy package.

## Test environments
* local R installation, R 4.3.2
* ubuntu 16.04 (on travis-ci), R 4.3.1
* local R installation, R 4.3.3
* ubuntu 16.04 (on travis-ci), R 4.3.3
* win-builder (devel)

## R CMD check results
Expand Down
Binary file modified man/figures/chimpsGraphPost-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/gretaPost-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 40ae88b

Please sign in to comment.