Skip to content

Commit

Permalink
Update .Rhistory
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoEgidi committed Jun 11, 2024
1 parent 11684a1 commit 653b43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vector[D] mu[k]; // locations of mixture components
cholesky_factor_corr[D] L_Omega; // scales of mixture components
vector<lower=0>[D] L_sigma;
cholesky_factor_corr[D] L_tau_Omega; // scales of mixture components
vector<lower=0>[D] L_tau;
Expand Down Expand Up @@ -510,3 +508,5 @@ usethis::use_build_ignore(c("CODE OF CONDUCT.md", "LICENSE.txt"))
usethis::use_git_ignore(c("CODE OF CONDUCT.md", "LICENSE.txt"))
devtools::check()
devtools::release()
setwd("~/GitHub/pivmet")
devtools::check_win_release()

0 comments on commit 653b43b

Please sign in to comment.