Skip to content

Commit

Permalink
refresh repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Apr 19, 2024
1 parent ff5f557 commit 415e0d9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ From here, the plan is to develope functions that structure these XML OAI respon

## Installation

`aurora` is not yet on CRAN but can be installed from the [Oxford IHTM R universe](https://oxfordihtm.r-universe.dev) as follows:
`aurora` is not yet on CRAN but can be installed from the [Oxford IHTM R-universe](https://oxfordihtm.r-universe.dev) as follows:

```{r install-r-universe, eval = FALSE}
install.packages(
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ OAI responses into tabular formats useful for analysis.

## Installation

`aurora` is not yet on CRAN but can be installed from the [Oxford IHTM R
universe](https://oxfordihtm.r-universe.dev) as follows:
`aurora` is not yet on CRAN but can be installed from the [Oxford IHTM
R-universe](https://oxfordihtm.r-universe.dev) as follows:

``` r
install.packages(
Expand All @@ -70,9 +70,9 @@ citation provided by a call to the `citation()` function as follows:
citation("aurora")
#> To cite aurora in publications use:
#>
#> Ernest Guevarra (2024). aurora: Interface to the Oxord University
#> Research Archive (ORA) API. R package version 0.0.9000. URL
#> https://oxford-ihtm.io/aurora/
#> Ernest Guevarra (2024). _aurora: Interface to the Oxord University
#> Research Archive (ORA) API_. R package version 0.0.9000,
#> <https://oxford-ihtm.io/aurora/>.
#>
#> A BibTeX entry for LaTeX users is
#>
Expand Down
23 changes: 8 additions & 15 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
citHeader("To cite aurora in publications use:")

citEntry(
entry = "Manual",
title = "aurora: Interface to the Oxord University Research Archive (ORA) API",
author = person("Ernest Guevarra"),
year = "2024",
note = "R package version 0.0.9000",
url = "https://oxford-ihtm.io/aurora/",
textVersion = paste(
paste("Ernest Guevarra (2024).",
"aurora: Interface to the Oxord University Research Archive (ORA) API.",
"R package version 0.0.9000.",
"URL https://oxford-ihtm.io/aurora/")
)
bibentry(
bibtype = "Manual",
header = "To cite aurora in publications use:",
title = "aurora: Interface to the Oxord University Research Archive (ORA) API",
author = person("Ernest Guevarra"),
year = "2024",
note = "R package version 0.0.9000",
url = "https://oxford-ihtm.io/aurora/"
)

0 comments on commit 415e0d9

Please sign in to comment.