mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-11-23 13:30:22 +01:00
Compare commits
No commits in common. "c50d23f8170e94647432d3a404bb0ffb6b461a7a" and "34be1df31a76890380fc775ab036f6817da499c7" have entirely different histories.
c50d23f817
...
34be1df31a
3
NEWS.md
3
NEWS.md
@ -1,8 +1,5 @@
|
|||||||
# 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,6 +1,23 @@
|
|||||||
── R CMD check results ───────────────────────────────────────────────────────────────────────── stRoke 24.10.1 ────
|
> results$cran_summary()
|
||||||
Duration: 28.4s
|
For a CRAN submission we recommend that you fix all NOTEs, WARNINGs and ERRORs.
|
||||||
|
## Test environments
|
||||||
|
- R-hub windows-x86_64-devel (r-devel)
|
||||||
|
- R-hub ubuntu-gcc-release (r-release)
|
||||||
|
- R-hub fedora-clang-devel (r-devel)
|
||||||
|
|
||||||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
|
## R CMD check results
|
||||||
|
❯ On windows-x86_64-devel (r-devel)
|
||||||
|
checking for non-standard things in the check directory ... NOTE
|
||||||
|
Found the following files/directories:
|
||||||
|
''NULL''
|
||||||
|
|
||||||
R CMD check succeeded
|
❯ On windows-x86_64-devel (r-devel)
|
||||||
|
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,12 +42,13 @@ 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
|
||||||
@ -81,7 +82,6 @@ rgb
|
|||||||
sapply
|
sapply
|
||||||
stackoverflow
|
stackoverflow
|
||||||
strsplit
|
strsplit
|
||||||
subscores
|
|
||||||
teppo
|
teppo
|
||||||
tibble
|
tibble
|
||||||
vapply
|
vapply
|
||||||
|
Loading…
Reference in New Issue
Block a user