Skip to content

Commit

Permalink
Update .Rhistory
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoEgidi committed May 29, 2024
1 parent 3a47f28 commit 645a2b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
int D; // data dimension
matrix[N,D] y; // observations matrix
vector[D] mu_0;
real<lower=0> epsilon;
real<lower=0> sigma_d;
}
parameters {
simplex[k] eta; // mixing proportions
vector[D] mu[k]; // locations of mixture components
cholesky_factor_corr[D] L_Omega; // scales of mixture components
vector<lower=0>[D] L_sigma;
Expand Down Expand Up @@ -510,3 +502,11 @@ library(mlmRev)
help("ScotsSec")
ScotsSec$social
is.numeric(ScotsSec$social)
usethis::use_build_ignore(c("paper"))
devtools::release()
devtools::submit_cran()
devtools::check()
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()

0 comments on commit 645a2b2

Please sign in to comment.