Skip to content

Commit 9e6f358

Browse files
prep for cran
1 parent e6bb8a7 commit 9e6f358

4 files changed

Lines changed: 8 additions & 105 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ CITATION.cff$
2323
^pkgdown$
2424
^\.vscode$
2525
^BGmisc_main\.code-workspace$
26+
^revdep$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ vignettes/rewritten_relatedness_vignette.Rmd
2525
vignettes/understanding_relatedness.Xmd
2626
vignettes/rewritten_relatedness_vignette.Xmd
2727
data-raw/catlogo.svg
28+
revdep/

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 1.4.1
2-
Date: 2025-05-30 01:13:30 UTC
3-
SHA: 007aba3ead89b6d54e57ea323861f0c07ac1c6aa
1+
Version: 1.4.3.1
2+
Date: 2025-06-10 14:04:51 UTC
3+
SHA: 0c0bc1f7e55c644c959a2f51ae6534d49536fc4d

cran-comments.md

Lines changed: 3 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ I am also moving the lone plotting function from BGmisc to ggpedigree package. I
99

1010
1. Local OS: Windows 11 x64 (build 26120), R 4.5.0 (2025-04-11 ucrt)
1111
2. **GitHub Actions**:
12-
- [Link](https://github.com/R-Computing-Lab/BGmisc/actions/runs/15336728239)
12+
- [Link](https://github.com/R-Computing-Lab/BGmisc/actions/runs/15559609383)
1313
- macOS (latest version) with the latest R release.
1414
- Windows (latest version) with the latest R release.
1515
- Ubuntu (latest version) with:
@@ -19,108 +19,9 @@ I am also moving the lone plotting function from BGmisc to ggpedigree package. I
1919
2020
## R CMD check results
2121

22-
==> devtools::check()
2322

24-
══ Documenting ═══════════════════════════════════════
25-
ℹ Updating BGmisc documentation
26-
ℹ Loading BGmisc
27-
28-
══ Building ══════════════════════════════════════════
29-
Setting env vars:
30-
• CFLAGS : -Wall -pedantic -fdiagnostics-color=always
31-
• CXXFLAGS : -Wall -pedantic -fdiagnostics-color=always
32-
• CXX11FLAGS: -Wall -pedantic -fdiagnostics-color=always
33-
• CXX14FLAGS: -Wall -pedantic -fdiagnostics-color=always
34-
• CXX17FLAGS: -Wall -pedantic -fdiagnostics-color=always
35-
• CXX20FLAGS: -Wall -pedantic -fdiagnostics-color=always
36-
── R CMD build ───────────────────────────────────────
37-
✔ checking for file 'E:\Dropbox\Lab\Research\Projects\2024\BGMiscJoss\BGmisc_main/DESCRIPTION' ...
38-
─ preparing 'BGmisc': (3.8s)
39-
✔ checking DESCRIPTION meta-information ...
40-
─ installing the package to build vignettes
41-
✔ creating vignettes (23.1s)
42-
─ checking for LF line-endings in source and make files and shell scripts
43-
─ checking for empty or unneeded directories
44-
Removed empty directory 'BGmisc/checkpoint'
45-
─ building 'BGmisc_1.4.1.tar.gz'
46-
47-
══ Checking ══════════════════════════════════════════
48-
Setting env vars:
49-
_R_CHECK_CRAN_INCOMING_REMOTE_ : FALSE
50-
_R_CHECK_CRAN_INCOMING_ : FALSE
51-
_R_CHECK_FORCE_SUGGESTS_ : FALSE
52-
_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_: FALSE
53-
• NOT_CRAN : true
54-
── R CMD check ───────────────────────────────────────
55-
─ using log directory 'E:/Dropbox/Lab/Research/Projects/2024/BGMiscJoss/BGmisc.Rcheck'
56-
─ using R version 4.5.0 (2025-04-11 ucrt)
57-
─ using platform: x86_64-w64-mingw32
58-
─ R was compiled by
59-
gcc.exe (GCC) 14.2.0
60-
GNU Fortran (GCC) 14.2.0
61-
─ running under: Windows 11 x64 (build 26120)
62-
─ using session charset: UTF-8
63-
─ using options '--no-manual --as-cran'
64-
✔ checking for file 'BGmisc/DESCRIPTION'
65-
─ this is package 'BGmisc' version '1.4.1'
66-
─ package encoding: UTF-8
67-
✔ checking package namespace information
68-
✔ checking package dependencies (500ms)
69-
✔ checking if this is a source package ...
70-
✔ checking if there is a namespace
71-
✔ checking for executable files (1.9s)
72-
✔ checking for hidden files and directories ...
73-
✔ checking for portable file names
74-
✔ checking whether package 'BGmisc' can be installed (7.8s)
75-
✔ checking installed package size ...
76-
✔ checking package directory
77-
✔ checking for future file timestamps (707ms)
78-
✔ checking 'build' directory ...
79-
✔ checking DESCRIPTION meta-information (620ms)
80-
✔ checking top-level files ... OK
81-
✔ checking for left-over files
82-
✔ checking index information ...
83-
✔ checking package subdirectories (748ms)
84-
✔ checking code files for non-ASCII characters ...
85-
✔ checking R files for syntax errors ...
86-
✔ checking whether the package can be loaded (710ms)
87-
✔ checking whether the package can be loaded with stated dependencies (710ms)
88-
✔ checking whether the package can be unloaded cleanly (808ms)
89-
✔ checking whether the namespace can be loaded with stated dependencies (708ms)
90-
✔ checking whether the namespace can be unloaded cleanly (811ms)
91-
✔ checking loading without being on the library search path (752ms)
92-
✔ checking dependencies in R code (1.8s)
93-
✔ checking S3 generic/method consistency (810ms)
94-
✔ checking replacement functions (708ms)
95-
✔ checking foreign function calls (909ms)
96-
─ checking R code for possible problems ... [10s] OK (10s)
97-
✔ checking Rd files (709ms)
98-
✔ checking Rd metadata ...
99-
✔ checking Rd line widths ...
100-
✔ checking Rd cross-references (527ms)
101-
✔ checking for missing documentation entries (811ms)
102-
✔ checking for code/documentation mismatches (2.3s)
103-
✔ checking Rd \usage sections (1.3s)
104-
✔ checking Rd contents ...
105-
✔ checking for unstated dependencies in examples ...
106-
✔ checking contents of 'data' directory ...
107-
✔ checking data for non-ASCII characters ...
108-
✔ checking LazyData
109-
✔ checking data for ASCII and uncompressed saves ...
110-
✔ checking installed files from 'inst/doc' ...
111-
✔ checking files in 'vignettes' ...
112-
✔ checking examples (1.8s)
113-
✔ checking for unstated dependencies in 'tests' ...
114-
─ checking tests ...
115-
✔ Running 'testthat.R' (6.8s)
116-
✔ checking for unstated dependencies in vignettes (366ms)
117-
✔ checking package vignettes ...
118-
─ checking re-building of vignette outputs ... [26s] OK (26s)
119-
✔ checking for non-standard things in the check directory
120-
✔ checking for detritus in the temp directory ...
121-
122-
── R CMD check results ───────────── BGmisc 1.4.1 ────
123-
Duration: 1m 17.3s
23+
── R CMD check results ─ BGmisc 1.4.3.1 ────
24+
Duration: 2m 10s
12425

12526
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
12627

0 commit comments

Comments
 (0)