File tree 4 files changed +21
-15
lines changed
4 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 1
- Version: 0.3.5
2
- Date: 2023-03-31 11:06:08 UTC
3
- SHA: 63c092a7f51eb9eed7d88e02e38431a2bf04d0ae
1
+ Version: 0.3.6
2
+ Date: 2023-05-03 17:31:28 UTC
3
+ SHA: 4af3cea80f7413c95946b7dab1a8533deed4b4f4
Original file line number Diff line number Diff line change 1
1
Hello CRAN
2
2
3
- This is mainly a documentation update (new contributor, new Github repo),
4
- with only some small code changes (removing unnecessary function) .
3
+ I have made the help files much more professional, now using Latex formulas and more markdown.
4
+ Otherwise, the package is unchanged .
5
5
6
6
## Checks
7
7
8
8
### Revdep
9
9
10
- survex: OK
10
+ survex:
11
+
12
+ - OK: 1
13
+ - BROKEN: 0
11
14
12
15
### ` check(manual = TRUE, cran = TRUE) `
13
16
14
- Note: unable to verify current time
17
+ - Note: no command 'tidy' found
15
18
16
19
### ` check_win_devel() `
17
20
18
21
OK
19
22
20
23
### ` check_rhub() `
21
24
22
- OK
25
+ Notes:
26
+
27
+ - Skipping checking HTML validation: no command 'tidy' found
28
+ - Skipping checking math rendering: package 'V8' unavailable
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ if (FALSE) {
107
107
check_rhub()
108
108
109
109
# Takes long
110
- revdepcheck :: revdep_check(num_workers = 4 )
110
+ revdepcheck :: revdep_check(num_workers = 4L )
111
111
112
112
# Wait until above checks are passed without relevant notes/warnings
113
113
# then submit to CRAN
Original file line number Diff line number Diff line change 2
2
3
3
| field | value |
4
4
| :--------| :----------------------------------------------------|
5
- | version | R version 4.2.2 (2022-10-31 ucrt) |
6
- | os | Windows 10 x64 (build 22621) |
5
+ | version | R version 4.3.0 (2023-04-21 ucrt) |
6
+ | os | Windows 11 x64 (build 22621) |
7
7
| system | x86_64, mingw32 |
8
8
| ui | RStudio |
9
9
| language | (EN) |
10
10
| collate | German_Switzerland.utf8 |
11
11
| ctype | German_Switzerland.utf8 |
12
- | tz | Europe/Berlin |
13
- | date | 2023-03-31 |
14
- | rstudio | 2022.12 .0+353 Elsbeth Geranium (desktop) |
12
+ | tz | Europe/Zurich |
13
+ | date | 2023-05-03 |
14
+ | rstudio | 2023.03 .0+386 Cherry Blossom (desktop) |
15
15
| pandoc | 2.12 @ C:\Users\Michael\anaconda3\Scripts\pandoc.exe |
16
16
17
17
# Dependencies
18
18
19
19
| package | old | new | Δ |
20
20
| :----------| :------| :------| :--|
21
- | kernelshap | 0.3.4 | 0.3.5 | * |
21
+ | kernelshap | 0.3.5 | 0.3.6 | * |
22
22
| foreach | 1.5.2 | 1.5.2 | |
23
23
| iterators | 1.0.14 | 1.0.14 | |
24
24
You can’t perform that action at this time.
0 commit comments