Skip to content

Commit

Permalink
Remove build_vignette recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
louisaslett committed Dec 12, 2023
1 parent e896f7c commit ae2b10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ For now, the current development version can be installed using the [remotes](ht

```
install.packages("remotes")
remotes::install_github("louisaslett/kalis", build_vignettes = TRUE)
remotes::install_github("louisaslett/kalis")
```

Note that kalis uses various low-level optimisations meaning that you should ensure the compiler is targeting your local CPU architecture.
The simplest way to do this is to pass configure variables setting the correct `CFLAGS` at install time:

```
remotes::install_github("louisaslett/kalis", build_vignettes = TRUE,
remotes::install_github("louisaslett/kalis",
configure.vars = c(kalis = "PKG_CFLAGS='-march=native -mtune=native -O3'"))
```

Expand Down

0 comments on commit ae2b10e

Please sign in to comment.