Skip to content

Commit 1f3158e

Browse files
authored
Merge pull request #87 from ModelOriented/cran_release
CRAN release
2 parents d1c932d + bbf2601 commit 1f3158e

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

CRAN-SUBMISSION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

cran-comments.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
Hello CRAN
22

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.
55

66
## Checks
77

88
### Revdep
99

10-
survex: OK
10+
survex:
11+
12+
- OK: 1
13+
- BROKEN: 0
1114

1215
### `check(manual = TRUE, cran = TRUE)`
1316

14-
Note: unable to verify current time
17+
- Note: no command 'tidy' found
1518

1619
### `check_win_devel()`
1720

1821
OK
1922

2023
### `check_rhub()`
2124

22-
OK
25+
Notes:
26+
27+
- Skipping checking HTML validation: no command 'tidy' found
28+
- Skipping checking math rendering: package 'V8' unavailable

packaging.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if (FALSE) {
107107
check_rhub()
108108

109109
# Takes long
110-
revdepcheck::revdep_check(num_workers = 4)
110+
revdepcheck::revdep_check(num_workers = 4L)
111111

112112
# Wait until above checks are passed without relevant notes/warnings
113113
# then submit to CRAN

revdep/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22

33
|field |value |
44
|:--------|:----------------------------------------------------|
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) |
77
|system |x86_64, mingw32 |
88
|ui |RStudio |
99
|language |(EN) |
1010
|collate |German_Switzerland.utf8 |
1111
|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) |
1515
|pandoc |2.12 @ C:\Users\Michael\anaconda3\Scripts\pandoc.exe |
1616

1717
# Dependencies
1818

1919
|package |old |new |Δ |
2020
|:----------|:------|:------|:--|
21-
|kernelshap |0.3.4 |0.3.5 |* |
21+
|kernelshap |0.3.5 |0.3.6 |* |
2222
|foreach |1.5.2 |1.5.2 | |
2323
|iterators |1.0.14 |1.0.14 | |
2424

0 commit comments

Comments
 (0)