Skip to content

Commit

Permalink
Merge pull request CTU-Bern#58 from aghaynes/master
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
aghaynes authored May 13, 2024
2 parents 47d24e9 + 87e07b9 commit b625841
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: CTUtemplate
Title: Example RStudio Project Templates
Author: Alan G. Haynes
Maintainer: Alan G. Haynes <[email protected]>
Version: 0.5.0
Version: 0.5.1
Description: Templates and functions for use in CTU Bern.
Depends:
R (>= 3.3.2)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
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

0 comments on commit b625841

Please sign in to comment.