-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from extendr/update_extendr_version
Update_extendr_version
- Loading branch information
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# extendr.github.io | ||
|
||
This repository contains a dummy R project which allows us to | ||
build a website for Extendr using pkgdown. | ||
build a website for Extendr using `pkgdown`. | ||
|
||
To build the site locally: | ||
|
||
``` | ||
remotes::install_github("r-lib/pkgdown") | ||
devtools::install() | ||
pkgdown::build_site() | ||
```r | ||
remotes::install_github("r-lib/pkgdown") | ||
devtools::install() | ||
pkgdown::build_site() | ||
``` | ||
|
||
There is a github action that builds the site and deploys to | ||
the `gh-pages` branch when pushing to `main`. | ||
|
||
On linux, you will also need: | ||
|
||
``` | ||
```shell | ||
sudo apt install fontconfig libfreetype2-dev libfontconfig1-dev libharfbuzz-dev libfribidi-dev pandoc | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters