Skip to content

Commit

Permalink
Added FIXME (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Jun 21, 2024
1 parent dfeec01 commit 678932f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/func_MCMC_graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
func_MCMC_graph <- function(sobj, hyperpar, ini, S, method, MRF_2b, cpp = FALSE) {
if (cpp) {
warning("This is not yet fully implemented. Please use cpp = FALSE for production")
return(func_MCMC_graph_cpp(sobj, hyperpar, ini, S, method, MRF_2b))
return(func_MCMC_graph_cpp(sobj, hyperpar, ini, S, method, MRF_2b)) # FIXME: function not properly exported
}
n <- sobj$n
p <- sobj$p
Expand Down

0 comments on commit 678932f

Please sign in to comment.