Skip to content

Commit

Permalink
R-CMD workflow yaml update
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitfarmer committed Oct 5, 2023
1 parent 7913ad3 commit 23b78cc
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/r_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@master
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

[![Actions
Status](https://github.com/niaid/HDStIM/workflows/R-CMD-check/badge.svg)](https://github.com/niaid/HDStIM/actions?query=workflow%3AR-CMD-check)
[![pkgdown](https://github.com/niaid/HDStIM/workflows/pkgdown/badge.svg)](https://github.com/niaid/HDStIM/actions?query=workflow%3Apkgdown)
<!-- badges: end -->

The goal of this package is to identify response to a stimulant in
Expand Down
3 changes: 2 additions & 1 deletion comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ If the option to update Roxygen2 documentation is enabled in Rstudio settings th
`devtools::document()`

## Pkgdown Website
If changes are made to README.Rmd or vignettes, build pkgdown website before pushing the code to GitHub.
If changes are made to README.Rmd or vignettes, build pkgdown website before pushing the code to GitHub.
[https://pkgdown.r-lib.org/reference/build_site_github_pages.html](https://pkgdown.r-lib.org/reference/build_site_github_pages.html).

`pkgdown::build_site_github_pages()`

Expand Down
2 changes: 1 addition & 1 deletion docs/comments.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 2.0.6
pkgdown_sha: ~
articles:
HDStIM: HDStIM.html
last_built: 2023-10-05T16:36Z
last_built: 2023-10-05T17:38Z
urls:
reference: https://niaid.github.io/HDStIM/reference
article: https://niaid.github.io/HDStIM/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

0 comments on commit 23b78cc

Please sign in to comment.