mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-12-04 01:31:54 +01:00
new version
This commit is contained in:
parent
50dab684bb
commit
062af0720f
2
.gitignore
vendored
2
.gitignore
vendored
@ -61,3 +61,5 @@ data/*.R
|
|||||||
inst/doc
|
inst/doc
|
||||||
|
|
||||||
drafts/
|
drafts/
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Package: stRoke
|
Package: stRoke
|
||||||
Title: Clinical Stroke Research
|
Title: Clinical Stroke Research
|
||||||
Version: 23.5.1
|
Version: 23.6.1
|
||||||
Authors@R:
|
Authors@R:
|
||||||
person("Andreas Gammelgaard", "Damsbo", , "agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
person("Andreas Gammelgaard", "Damsbo", , "agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
||||||
comment = c(ORCID = "0000-0002-7559-1154"))
|
comment = c(ORCID = "0000-0002-7559-1154"))
|
||||||
@ -21,6 +21,7 @@ RoxygenNote: 7.2.3
|
|||||||
LazyData: true
|
LazyData: true
|
||||||
Suggests:
|
Suggests:
|
||||||
covr,
|
covr,
|
||||||
|
devtools,
|
||||||
knitr,
|
knitr,
|
||||||
rmarkdown,
|
rmarkdown,
|
||||||
spelling,
|
spelling,
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
S3method(print,win_Prob)
|
S3method(print,win_Prob)
|
||||||
export(age_calc)
|
export(age_calc)
|
||||||
export(ci_plot)
|
export(ci_plot)
|
||||||
|
export(color_plot)
|
||||||
export(contrast_text)
|
export(contrast_text)
|
||||||
export(cpr_check)
|
export(cpr_check)
|
||||||
export(cpr_dob)
|
export(cpr_dob)
|
||||||
@ -25,6 +26,9 @@ importFrom(dplyr,if_else)
|
|||||||
importFrom(dplyr,mutate)
|
importFrom(dplyr,mutate)
|
||||||
importFrom(dplyr,select)
|
importFrom(dplyr,select)
|
||||||
importFrom(grDevices,col2rgb)
|
importFrom(grDevices,col2rgb)
|
||||||
|
importFrom(graphics,par)
|
||||||
|
importFrom(graphics,rect)
|
||||||
|
importFrom(graphics,text)
|
||||||
importFrom(gtsummary,add_overall)
|
importFrom(gtsummary,add_overall)
|
||||||
importFrom(gtsummary,tbl_summary)
|
importFrom(gtsummary,tbl_summary)
|
||||||
importFrom(lubridate,dminutes)
|
importFrom(lubridate,dminutes)
|
||||||
|
6
NEWS.md
6
NEWS.md
@ -1,3 +1,9 @@
|
|||||||
|
# stRoke 23.6.1
|
||||||
|
|
||||||
|
### Functions:
|
||||||
|
|
||||||
|
* NEW: 'color_plot()' function implements the 'contrast_text()' and is very much inspired from 'scales::show_col()'. Passes arguments to the internal 'contrast_text()'. Tests and all. Took way longer than intended.
|
||||||
|
|
||||||
# stRoke 23.4.1
|
# stRoke 23.4.1
|
||||||
|
|
||||||
### Functions:
|
### Functions:
|
||||||
|
@ -68,9 +68,9 @@ lm
|
|||||||
lst
|
lst
|
||||||
luminance
|
luminance
|
||||||
mRS
|
mRS
|
||||||
og
|
|
||||||
olr
|
olr
|
||||||
recognised
|
recognised
|
||||||
|
rect
|
||||||
rgb
|
rgb
|
||||||
sapply
|
sapply
|
||||||
stackoverflow
|
stackoverflow
|
||||||
|
BIN
man/figures/brain.256x256.png
Normal file
BIN
man/figures/brain.256x256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -2,7 +2,7 @@
|
|||||||
% Please edit documentation in R/win_prob.R
|
% Please edit documentation in R/win_prob.R
|
||||||
\name{print.win_Prob}
|
\name{print.win_Prob}
|
||||||
\alias{print.win_Prob}
|
\alias{print.win_Prob}
|
||||||
\title{PRints win_prob results}
|
\title{Prints win_prob results}
|
||||||
\usage{
|
\usage{
|
||||||
\method{print}{win_Prob}(x, ...)
|
\method{print}{win_Prob}(x, ...)
|
||||||
}
|
}
|
||||||
@ -15,5 +15,5 @@
|
|||||||
Prints win_prob statistics.
|
Prints win_prob statistics.
|
||||||
}
|
}
|
||||||
\description{
|
\description{
|
||||||
PRints win_prob results
|
Prints win_prob results
|
||||||
}
|
}
|
||||||
|
BIN
tests/testthat/Rplots.pdf
Normal file
BIN
tests/testthat/Rplots.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user