Skip to content

Commit

Permalink
version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ingebogh authored and cran-robot committed Apr 10, 2024
1 parent bde258e commit 203d7d4
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 33 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: makemyprior
Type: Package
Title: Intuitive Construction of Joint Priors for Variance Parameters
Version: 1.2.0
Version: 1.2.1
Authors@R: c(
person("Ingeborg", "Hem", email = "ingeborg.hem@ntnu.no", role = c("cre", "aut")),
person("Geir-Arne", "Fuglstad", role = "aut"),
Expand All @@ -18,10 +18,10 @@ Additional_repositories: https://inla.r-inla-download.org/R/stable/
VignetteBuilder: knitr
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2024-03-06 09:51:07 UTC; ingebogh
Packaged: 2024-04-09 07:36:31 UTC; ingebogh
Author: Ingeborg Hem [cre, aut],
Geir-Arne Fuglstad [aut],
Andrea Riebler [aut]
Maintainer: Ingeborg Hem <ingeborg.hem@ntnu.no>
Repository: CRAN
Date/Publication: 2024-03-06 13:10:03 UTC
Date/Publication: 2024-04-09 11:20:02 UTC
14 changes: 7 additions & 7 deletions MD5
@@ -1,11 +1,11 @@
31f3f07b26460a4f6b6da1e886013b2c *DESCRIPTION
b7bba7da9563ac09f22d77f71292518d *DESCRIPTION
1a997071313c8337e394b8b2ea213861 *NAMESPACE
29b0b9aeb23c5c3edaf84b5e235ef085 *NEWS.md
7992febefd2d040b12c9dfaafdb5ff6d *NEWS.md
0712b679191f1f4e5c32d8c8728a6b28 *R/custom_stan_code_functions.R
3c1c2e926c268eb6a69b1dd2defb6d88 *R/data.R
fb8118a8fbf828e60a26e28ccca8a2c1 *R/functions_both.R
c6c5557a8c1996c63ad66526240b8062 *R/functions_calculate_pc_prior.R
efd24070c34a05a9a1b15607c061e5d3 *R/functions_for_server_shiny.R
79d142c50997c876b8a2635fba012ddd *R/functions_for_server_shiny.R
2d09d46b19ef39f7328f1d9a79e03d3c *R/functions_posterior_diagnostics.R
e6d62c5f026375c2f631f68a5b3a8761 *R/guide_modules.R
61e0e4700ad65855e0df15cdaceda147 *R/make_prior_object_functions.R
Expand All @@ -21,16 +21,16 @@ e1ce9c170db213728b7256841ca6d6af *data/neonatal_data.rda
25aaad97322a37661bbce15286b00d7a *data/wheat_data.rda
bbeff16e1db756a04551c90254c4d90d *inst/doc/latin_square.R
b41f2dbb2ea99d8ecfa5ba8bba705c57 *inst/doc/latin_square.Rmd
1bb50511908676788c7cefeab818c7c4 *inst/doc/latin_square.html
5646573292f42825b028ca0fbeaec909 *inst/doc/latin_square.html
12f7f0e0f5a94b52fccec0ee9f17b844 *inst/doc/make_prior.R
00b927d23b12b79c322594975a194bd5 *inst/doc/make_prior.Rmd
758de0ee28f6c0c2a7480adc9dad8fdb *inst/doc/make_prior.html
33b421096154a62ec4414edd2b485d32 *inst/doc/make_prior.html
e168bb7218137091d2e63378b8c82016 *inst/doc/neonatal_mortality.R
337b25bccd848c9ec60418c2c4524cc8 *inst/doc/neonatal_mortality.Rmd
d668da4f8a584518c5b6e52f4b07c3dd *inst/doc/neonatal_mortality.html
9901b1fb2f7e8571424479935b555659 *inst/doc/neonatal_mortality.html
6011d6b7ef9d11195a5861f8316dbfd1 *inst/doc/wheat_breeding.R
3c695254f66b60fcfc91731e5a060f4d *inst/doc/wheat_breeding.Rmd
339f6f10765fc9767c2dd4af5f92ceb3 *inst/doc/wheat_breeding.html
f9e898ad5a21300f8949c9d44554c303 *inst/doc/wheat_breeding.html
9e13d5772a8324c3bdebbdb352c0591a *inst/full_file.stan
43689165b956214527b58651142b9707 *inst/include/jacobian_function_general.stan
0d9686b721be6319beab1373cd13db19 *inst/include/latent_models.stan
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
@@ -1,3 +1,8 @@
# makemyprior 1.2.1

Patch to fix some bugs in the guide.


# makemyprior 1.2.0

Fixed minor bugs.
Expand Down
2 changes: 1 addition & 1 deletion R/functions_for_server_shiny.R
Expand Up @@ -1588,7 +1588,7 @@ guide_make_message_to_user_step1 <- function(guide_data, node_data, input){

# if something happened, reset message
# if the user has not chosen any nodes, or the chosen node has been removed
if (length(input$current_node_id) == 0 || !(input$current_node_id %in% node_data$nodes$id) || (input$merge || input$remove || input$attach || input$detach)){
if (length(input$current_node_id) == 0 || !any(input$current_node_id %in% node_data$nodes$id) || (input$merge || input$remove || input$attach || input$detach)){
msg <- paste(msg, "Click a node! To choose more than one node, you can use a long-click (click and hold for a bit). ")
# end no nodes clicked
} else if (length(input$current_node_id) == 1){
Expand Down
14 changes: 7 additions & 7 deletions inst/doc/latin_square.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions inst/doc/make_prior.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/doc/neonatal_mortality.html
Expand Up @@ -508,7 +508,7 @@ <h3>Prior 2</h3>
<span id="cb13-17"><a href="#cb13-17" tabindex="-1"></a><span class="co">#&gt; [1] stats graphics grDevices utils datasets methods base </span></span>
<span id="cb13-18"><a href="#cb13-18" tabindex="-1"></a><span class="co">#&gt; </span></span>
<span id="cb13-19"><a href="#cb13-19" tabindex="-1"></a><span class="co">#&gt; other attached packages:</span></span>
<span id="cb13-20"><a href="#cb13-20" tabindex="-1"></a><span class="co">#&gt; [1] makemyprior_1.2.0</span></span>
<span id="cb13-20"><a href="#cb13-20" tabindex="-1"></a><span class="co">#&gt; [1] makemyprior_1.2.1</span></span>
<span id="cb13-21"><a href="#cb13-21" tabindex="-1"></a><span class="co">#&gt; </span></span>
<span id="cb13-22"><a href="#cb13-22" tabindex="-1"></a><span class="co">#&gt; loaded via a namespace (and not attached):</span></span>
<span id="cb13-23"><a href="#cb13-23" tabindex="-1"></a><span class="co">#&gt; [1] Matrix_1.6-1.1 gtable_0.3.4 jsonlite_1.8.8 highr_0.10 </span></span>
Expand Down
10 changes: 5 additions & 5 deletions inst/doc/wheat_breeding.html

Large diffs are not rendered by default.

0 comments on commit 203d7d4

Please sign in to comment.