Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Poppy Miller
sourceR
Commits
f584d9c7
Commit
f584d9c7
authored
Apr 12, 2017
by
Chris Jewell
Browse files
Minor
parent
14c03ff9
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/interface.R
View file @
f584d9c7
...
...
@@ -1060,7 +1060,6 @@ HaldDP <- R6::R6Class(
## read in priors
private
$
set_priors
(
priors
)
private
$
set_a_q
(
a_q
)
## read in initial values (must go after priors as uses priors to generate initial values)
...
...
@@ -1137,7 +1136,6 @@ HaldDP <- R6::R6Class(
lapply
(
private
$
updaters
,
function
(
x
)
x
$
update
())
private
$
total_iters
=
private
$
total_iters
+
1
setTxtProgressBar
(
pb
,
i
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment