Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Sep 10, 2024
1 parent 5a69fd0 commit 892ef6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributor Code of Conduct
# Contributor code of conduct

As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.

Expand Down
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Open a [GitHub issue](https://github.com/hauselin/ollama-r/issues) with a concis

Before you make a substantial pull request, you should always file an issue and make sure someone from the team agrees that it’s a problem.

Fork the repository, create a branch for your changes, and submit a pull request with documented and tested code.Refer to [R packages](https://r-pkgs.org/) by Hadley Wickham and Jennifer Bryan for R package development guidelines.
Fork the repository, create a branch for your changes, and submit a pull request with documented and tested code. Refer to [R packages](https://r-pkgs.org/) by Hadley Wickham and Jennifer Bryan for R package development guidelines.

- We use [roxygen2](https://roxygen2.r-lib.org/), with Markdown syntax, for documentation.
- We use [testthat](https://testthat.r-lib.org/) for testing. Contributions with test cases included are easier to accept. - We use continuous integration and deployment through GitHub and GitHub actions.

## Code of Conduct
## Code of conduct

Please note that the ollamar project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project you agree to abide by its terms.
Please note that the ollamar project is released with a [contributor code of conduct](CODE_OF_CONDUCT.md). By contributing to this project you agree to abide by its terms.
2 changes: 1 addition & 1 deletion vignettes/ollamar.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Using ollamar"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{ollamar}
%\VignetteIndexEntry{Using ollamar}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down

0 comments on commit 892ef6a

Please sign in to comment.