Skip to content

Commit f78b47a

Browse files
Merge pull request #51 from rsquaredacademy/develop
Reverse dependency checks
2 parents e4b1792 + 4234629 commit f78b47a

File tree

7,141 files changed

+1309982
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,141 files changed

+1309982
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
^hex_xplorerr\.png$
1313
^docs$
1414
^\.github$
15+
^revdep$

cran-comments.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
## R CMD check results
22

33
0 errors | 0 warnings | 0 note
4+
5+
## revdepcheck results
6+
7+
We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
8+
9+
* We saw 0 new problems
10+
* We failed to check 2 packages
11+
12+
Issues with CRAN packages are summarised below.
13+
14+
### Failed to check
15+
16+
* blorr (NA)
17+
* olsrr (NA)

revdep/README.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:----------------------------------------|
5+
|version |R version 4.4.1 (2024-06-14 ucrt) |
6+
|os |Windows 10 x64 (build 19045) |
7+
|system |x86_64, mingw32 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |English_India.utf8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |Asia/Calcutta |
13+
|date |2024-10-28 |
14+
|rstudio |2024.04.2+764 Chocolate Cosmos (desktop) |
15+
|pandoc |NA |
16+
17+
# Dependencies
18+
19+
|package |old |new |Δ |
20+
|:-----------|:-------|:-------|:--|
21+
|xplorerr |0.1.2 |0.2.0 |* |
22+
|base64enc |0.1-3 |0.1-3 | |
23+
|bslib |0.8.0 |0.8.0 | |
24+
|cachem |1.1.0 |1.1.0 | |
25+
|cli |3.6.3 |3.6.3 | |
26+
|commonmark |1.9.2 |1.9.2 | |
27+
|crayon |1.5.3 |1.5.3 | |
28+
|digest |0.6.37 |0.6.37 | |
29+
|fastmap |1.2.0 |1.2.0 | |
30+
|fontawesome |0.5.2 |0.5.2 | |
31+
|fs |1.6.4 |1.6.4 | |
32+
|glue |1.8.0 |1.8.0 | |
33+
|htmltools |0.5.8.1 |0.5.8.1 | |
34+
|httpuv |1.6.15 |1.6.15 | |
35+
|jquerylib |0.1.4 |0.1.4 | |
36+
|jsonlite |1.8.9 |1.8.9 | |
37+
|later |1.3.2 |1.3.2 | |
38+
|lifecycle |1.0.4 |1.0.4 | |
39+
|magrittr |2.0.3 |2.0.3 | |
40+
|memoise |2.0.1 |2.0.1 | |
41+
|mime |0.12 |0.12 | |
42+
|promises |1.3.0 |1.3.0 | |
43+
|R6 |2.5.1 |2.5.1 | |
44+
|rappdirs |0.3.3 |0.3.3 | |
45+
|Rcpp |1.0.13 |1.0.13 | |
46+
|rlang |1.1.4 |1.1.4 | |
47+
|sass |0.4.9 |0.4.9 | |
48+
|shiny |1.9.1 |1.9.1 | |
49+
|sourcetools |0.1.7-1 |0.1.7-1 | |
50+
|withr |3.0.1 |3.0.1 | |
51+
|xtable |1.8-4 |1.8-4 | |
52+
53+
# Revdeps
54+
55+
## Failed to check (2)
56+
57+
|package |version |error |warning |note |
58+
|:-------|:-------|:-----|:-------|:----|
59+
|blorr |0.3.0 |1 | | |
60+
|olsrr |0.6.0 |1 | | |
61+
1.22 MB
Binary file not shown.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
* using log directory 'F:/R/Packages/shiny/xplorerr/revdep/checks/blorr/new/blorr.Rcheck'
2+
* using R version 4.4.1 (2024-06-14 ucrt)
3+
* using platform: x86_64-w64-mingw32
4+
* R was compiled by
5+
gcc.exe (GCC) 13.2.0
6+
GNU Fortran (GCC) 13.2.0
7+
* running under: Windows 10 x64 (build 19045)
8+
* using session charset: UTF-8
9+
* using options '--no-manual --no-build-vignettes'
10+
* checking for file 'blorr/DESCRIPTION' ... OK
11+
* checking extension type ... Package
12+
* this is package 'blorr' version '0.3.0'
13+
* package encoding: UTF-8
14+
* checking package namespace information ... OK
15+
* checking package dependencies ... OK
16+
* checking if this is a source package ... OK
17+
* checking if there is a namespace ... OK
18+
* checking for executable files ... OK
19+
* checking for hidden files and directories ... OK
20+
* checking for portable file names ... OK
21+
* checking whether package 'blorr' can be installed ... OK
22+
* used C++ compiler: 'G__~1.EXE (GCC) 13.2.0'
23+
* checking installed package size ... OK
24+
* checking package directory ... OK
25+
* checking 'build' directory ... OK
26+
* checking DESCRIPTION meta-information ... OK
27+
* checking top-level files ... OK
28+
* checking for left-over files ... OK
29+
* checking index information ... OK
30+
* checking package subdirectories ... OK
31+
* checking code files for non-ASCII characters ... OK
32+
* checking R files for syntax errors ... OK
33+
* checking whether the package can be loaded ... OK
34+
* checking whether the package can be loaded with stated dependencies ... OK
35+
* checking whether the package can be unloaded cleanly ... OK
36+
* checking whether the namespace can be loaded with stated dependencies ... OK
37+
* checking whether the namespace can be unloaded cleanly ... OK
38+
* checking loading without being on the library search path ... OK
39+
* checking whether startup messages can be suppressed ... OK
40+
* checking dependencies in R code ... OK
41+
* checking S3 generic/method consistency ... OK
42+
* checking replacement functions ... OK
43+
* checking foreign function calls ... OK
44+
* checking R code for possible problems ... OK
45+
* checking Rd files ... OK
46+
* checking Rd metadata ... OK
47+
* checking Rd cross-references ... OK
48+
* checking for missing documentation entries ... OK
49+
* checking for code/documentation mismatches ... OK
50+
* checking Rd \usage sections ... OK
51+
* checking Rd contents ... OK
52+
* checking for unstated dependencies in examples ... OK
53+
* checking contents of 'data' directory ... OK
54+
* checking data for non-ASCII characters ... OK
55+
* checking LazyData ... OK
56+
* checking data for ASCII and uncompressed saves ... OK
57+
* checking line endings in C/C++/Fortran sources/headers ... OK
58+
* checking compiled code ... OK
59+
* checking installed files from 'inst/doc' ... OK
60+
* checking files in 'vignettes' ... OK
61+
* checking examples ... OK
62+
* checking for unstated dependencies in 'tests' ... OK
63+
* checking tests ... OK
64+
Running 'testthat.R'
65+
* checking for unstated dependencies in vignettes ... OK
66+
* checking package vignettes ... OK
67+
* checking running R code from vignettes ... OK
68+
'introduction.Rmd' using 'UTF-8'... OK
69+
* checking re-building of vignette outputs ... SKIPPED
70+
* DONE
71+
Status: OK
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
* installing *source* package 'blorr' ...
2+
** package 'blorr' successfully unpacked and MD5 sums checked
3+
** using staged installation
4+
** libs
5+
using C++ compiler: 'G__~1.EXE (GCC) 13.2.0'
6+
g++ -std=gnu++17 -I"C:/PROGRA~1/R/R-44~1.1/include" -DNDEBUG -I'F:/R/Packages/shiny/xplorerr/revdep/library/xplorerr/new/Rcpp/include' -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
7+
g++ -std=gnu++17 -I"C:/PROGRA~1/R/R-44~1.1/include" -DNDEBUG -I'F:/R/Packages/shiny/xplorerr/revdep/library/xplorerr/new/Rcpp/include' -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c blr-pairs-cpp.cpp -o blr-pairs-cpp.o
8+
g++ -std=gnu++17 -shared -s -static-libgcc -o blorr.dll tmp.def RcppExports.o blr-pairs-cpp.o -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib -LC:/PROGRA~1/R/R-44~1.1/bin/x64 -lR
9+
installing to F:/R/Packages/shiny/xplorerr/revdep/checks/blorr/new/blorr.Rcheck/00LOCK-blorr/00new/blorr/libs/x64
10+
** R
11+
** data
12+
*** moving datasets to lazyload DB
13+
** inst
14+
** byte-compile and prepare package for lazy loading
15+
** help
16+
*** installing help indices
17+
** building package indices
18+
** installing vignettes
19+
** testing if installed package can be loaded from temporary location
20+
** testing if installed package can be loaded from final location
21+
** testing if installed package keeps a record of temporary installation path
22+
* DONE (blorr)

0 commit comments

Comments
 (0)