Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refresh repository #84

Merged
merged 2 commits into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In the recent past, measurement of coverage has been mainly through two-stage cl

## Installation

The `squeacr` package is not yet available on [CRAN](https://cran.r-project.org) but can be installed from the [Nutriverse R universe](https://nutriverse.r-universe.dev) as follows:
The `squeacr` package is not yet available on [CRAN](https://cran.r-project.org) but can be installed from the [nutriverse R-universe](https://nutriverse.r-universe.dev) as follows:

```{r install, echo = TRUE, eval = FALSE}
install.packages(
Expand Down Expand Up @@ -60,4 +60,4 @@ citation("squeacr")

Feedback, bug reports, and feature requests are welcome; file issues or seek support [here](https://github.com/nutriverse/squeacr/issues). If you would like to contribute to the package, please see our [contributing guidelines](https://nutriverse.io/squeacr/CONTRIBUTING.html).

This project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
This project is released with a [Contributor Code of Conduct](https://nutriverse.io/squeacr/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ conducting a SQUEAC investigation.

The `squeacr` package is not yet available on
[CRAN](https://cran.r-project.org) but can be installed from the
[Nutriverse R universe](https://nutriverse.r-universe.dev) as follows:
[nutriverse R-universe](https://nutriverse.r-universe.dev) as follows:

``` r
install.packages(
Expand Down Expand Up @@ -66,9 +66,10 @@ follows:
citation("squeacr")
#> To cite squeacr in publications use:
#>
#> Ernest Guevarra (2023). squeacr: Semi-Quantitative Evaluation of
#> Access and Coverage (SQUEAC) Tools in R R package version 0.0.0.9000
#> URL https://nutriverse.io/squeacr/ DOI 10.5281/zenodo.7509665
#> Ernest Guevarra (2023). _squeacr: Semi-Quantitative Evaluation of
#> Access and Coverage (SQUEAC) Tools in R_. doi:10.5281/zenodo.7509665
#> <https://doi.org/10.5281/zenodo.7509665>, R package version
#> 0.0.0.9000, <https://nutriverse.io/squeacr/>.
#>
#> A BibTeX entry for LaTeX users is
#>
Expand All @@ -91,5 +92,5 @@ you would like to contribute to the package, please see our
guidelines](https://nutriverse.io/squeacr/CONTRIBUTING.html).

This project is released with a [Contributor Code of
Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.
Conduct](https://nutriverse.io/squeacr/CODE_OF_CONDUCT.html). By
contributing to this project, you agree to abide by its terms.
16 changes: 4 additions & 12 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
citHeader("To cite squeacr in publications use:")

citEntry(
entry = "Manual",
bibentry(
bibtype = "Manual",
header = "To cite squeacr in publications use:",
title = "squeacr: Semi-Quantitative Evaluation of Access and Coverage (SQUEAC) Tools in R",
author = person("Ernest Guevarra"),
year = "2023",
note = "R package version 0.0.0.9000",
url = "https://nutriverse.io/squeacr/",
doi = "10.5281/zenodo.7509665",
textVersion = paste(
"Ernest Guevarra (2023).",
"squeacr: Semi-Quantitative Evaluation of Access and Coverage (SQUEAC) Tools in R",
"R package version 0.0.0.9000",
"URL https://nutriverse.io/squeacr/",
"DOI 10.5281/zenodo.7509665"
)
doi = "10.5281/zenodo.7509665"
)
3 changes: 3 additions & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ title: squeacr

url: https://nutriverse.io/squeacr/

development:
mode: auto

template:
bootstrap: 5
bootswatch: cosmo
Expand Down