mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-11-23 13:30:22 +01:00
Compare commits
2 Commits
34be1df31a
...
c50d23f817
Author | SHA1 | Date | |
---|---|---|---|
c50d23f817 | |||
f90e3839a0 |
3
NEWS.md
3
NEWS.md
@ -1,5 +1,8 @@
|
|||||||
# stRoke 24.10.1
|
# stRoke 24.10.1
|
||||||
|
|
||||||
|
This version marks a significant change in the contents and focus of this package. Going forward I will include functions with a focus on handling clinical trial data from my own stroke research.
|
||||||
|
Other functions for general data management an project management has been migrated to the [`project.aid`](https://agdamsbo.github.io/project.aid/) package, which is moving towards CRAN submission. Install dev-version with `pak::pak("agdamsbo/project.aid")`.
|
||||||
|
|
||||||
### Functions:
|
### Functions:
|
||||||
|
|
||||||
* UPDATE: `pase_calc()` updated for uniform column naming in output as well as streamlining the function a bit.
|
* UPDATE: `pase_calc()` updated for uniform column naming in output as well as streamlining the function a bit.
|
||||||
|
@ -1,23 +1,6 @@
|
|||||||
> results$cran_summary()
|
── R CMD check results ───────────────────────────────────────────────────────────────────────── stRoke 24.10.1 ────
|
||||||
For a CRAN submission we recommend that you fix all NOTEs, WARNINGs and ERRORs.
|
Duration: 28.4s
|
||||||
## Test environments
|
|
||||||
- R-hub windows-x86_64-devel (r-devel)
|
|
||||||
- R-hub ubuntu-gcc-release (r-release)
|
|
||||||
- R-hub fedora-clang-devel (r-devel)
|
|
||||||
|
|
||||||
## R CMD check results
|
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
|
||||||
❯ On windows-x86_64-devel (r-devel)
|
|
||||||
checking for non-standard things in the check directory ... NOTE
|
|
||||||
Found the following files/directories:
|
|
||||||
''NULL''
|
|
||||||
|
|
||||||
❯ On windows-x86_64-devel (r-devel)
|
R CMD check succeeded
|
||||||
checking for detritus in the temp directory ... NOTE
|
|
||||||
Found the following files/directories:
|
|
||||||
'lastMiKTeXException'
|
|
||||||
|
|
||||||
❯ On ubuntu-gcc-release (r-release), fedora-clang-devel (r-devel)
|
|
||||||
checking HTML version of manual ... NOTE
|
|
||||||
Skipping checking HTML validation: no command 'tidy' found
|
|
||||||
|
|
||||||
0 errors ✔ | 0 warnings ✔ | 3 notes ✖
|
|
@ -42,13 +42,12 @@ colouring
|
|||||||
cpr
|
cpr
|
||||||
cprs
|
cprs
|
||||||
daDoctoR
|
daDoctoR
|
||||||
datetime
|
|
||||||
ddmmyy
|
ddmmyy
|
||||||
ddmmyyxxxx
|
ddmmyyxxxx
|
||||||
|
dev
|
||||||
difftime
|
difftime
|
||||||
dk
|
dk
|
||||||
doi
|
doi
|
||||||
dplyr
|
|
||||||
ds
|
ds
|
||||||
eeptools
|
eeptools
|
||||||
eg
|
eg
|
||||||
@ -82,6 +81,7 @@ rgb
|
|||||||
sapply
|
sapply
|
||||||
stackoverflow
|
stackoverflow
|
||||||
strsplit
|
strsplit
|
||||||
|
subscores
|
||||||
teppo
|
teppo
|
||||||
tibble
|
tibble
|
||||||
vapply
|
vapply
|
||||||
|
Loading…
Reference in New Issue
Block a user