Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/aghaynes/CTUtemplate

# Conflicts:
#	DESCRIPTION
#	NEWS.md
  • Loading branch information
aghaynes committed Sep 25, 2024
2 parents a5f67e4 + 87e07b9 commit 110cf52
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ CTUtemplate 0.6.0
---------------------
update templates to use DCR-like branding

CTUtemplate 0.5.1
---------------------
correct use_qmd_htmlrecruitment (it had previously downloaded the sample size report template)

CTUtemplate 0.5.0
---------------------
addition of template R code for saving data as CSV
Expand Down
2 changes: 1 addition & 1 deletion R/use_.R
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ use_qmd_htmlrecruitment <- function(save_in = ".", open = TRUE){

if_no_ping_stop()

use_quarto("html-ss", save_in, open = open)
use_quarto("html-rec", save_in, open = open)

}

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ knitr::opts_chunk$set(
`CTUtemplate` is easiest to install via

```{r, eval = FALSE}
install.packages('CTUtemplate', repos = 'https://ctu-bern.r-universe.dev')
install.packages('CTUtemplate', repos = c('https://ctu-bern.r-universe.dev', 'https://cloud.r-project.org'))
```

Linux users might have to install from source:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ files) and also includes the CTUs annual safety report function.
`CTUtemplate` is easiest to install via

``` r
install.packages('CTUtemplate', repos = 'https://ctu-bern.r-universe.dev')
install.packages('CTUtemplate', repos = c('https://ctu-bern.r-universe.dev', 'https://cloud.r-project.org'))
```

Linux users might have to install from source:
Expand Down

0 comments on commit 110cf52

Please sign in to comment.