Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaow committed Mar 7, 2019
1 parent 63bb48a commit 2338b6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Description: The package implements a simple new way to perform
effects are highly sparse (e.g. <20 non-zero effects in the vector
$b$), although it is also useful to more general applications.
Date: 2019-03-07
Version: 0.7.0
Version: 0.7.0.0477
Authors@R: c(person("Gao","Wang",role=c("aut","cre"),
email="[email protected]"),
person("Peter","Carbonetto",role="aut"),
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ which we call the "Sum of Single Effects" (SuSiE) model. This model,
which will be described in a manuscript in preparation (Wang et al),
lends itself to a particularly simple and intuitive fitting procedure
-- effectively a Bayesian modification of simple forward selection,
which we call "Iterative Bayesian Forward Selection".
which we call "Iterative Bayesian Step-wise Selection".

The output of the fitting procedure is a number of "Credible Sets"
(CSs), which are each designed to have high probability to contain a
Expand Down Expand Up @@ -65,8 +65,8 @@ in the shell:

```bash
R CMD build --resave-data --no-build-vignettes susieR
R CMD INSTALL susieR_0.6.4.0470.tar.gz
R CMD check --as-cran --ignore-vignettes susieR_0.6.4.0470.tar.gz
R CMD INSTALL susieR_0.7.0.tar.gz
R CMD check --as-cran --ignore-vignettes susieR_0.7.0.tar.gz
```

+ Run `pkgdown::build_site()` to build the website. Getting `pkgdown`
Expand Down

0 comments on commit 2338b6b

Please sign in to comment.