Skip to content

Commit 8a88937

Browse files
committed
revdepcheck::cloud_check()
1 parent 770b242 commit 8a88937

File tree

3 files changed

+89
-3
lines changed

3 files changed

+89
-3
lines changed

revdep/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# Revdeps
22

3+
## Failed to check (1)
4+
5+
|package |version |error |warning |note |
6+
|:------------|:-------|:-----|:-------|:----|
7+
|latentFactoR |? | | | |
8+

revdep/cran.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## revdepcheck results
22

3-
We checked 17 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 23 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
6-
* We failed to check 0 packages
6+
* We failed to check 1 packages
77

8+
Issues with CRAN packages are summarised below.
9+
10+
### Failed to check
11+
12+
* latentFactoR (NA)

revdep/failures.md

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,76 @@
1-
*Wow, no problems at all. :)*
1+
# latentFactoR
2+
3+
<details>
4+
5+
* Version: 0.0.6
6+
* GitHub: NA
7+
* Source code: https://github.com/cran/latentFactoR
8+
* Date/Publication: 2024-04-18 21:23:04 UTC
9+
* Number of recursive dependencies: 197
10+
11+
Run `revdepcheck::cloud_details(, "latentFactoR")` for more info
12+
13+
</details>
14+
15+
## Error before installation
16+
17+
### Devel
18+
19+
```
20+
* using log directory ‘/tmp/workdir/latentFactoR/new/latentFactoR.Rcheck’
21+
* using R version 4.4.0 (2024-04-24)
22+
* using platform: x86_64-pc-linux-gnu
23+
* R was compiled by
24+
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
25+
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
26+
* running under: Ubuntu 24.04.2 LTS
27+
* using session charset: UTF-8
28+
* using option ‘--no-manual’
29+
* checking for file ‘latentFactoR/DESCRIPTION’ ... OK
30+
...
31+
* checking for code/documentation mismatches ... OK
32+
* checking Rd \usage sections ... OK
33+
* checking Rd contents ... OK
34+
* checking for unstated dependencies in examples ... OK
35+
* checking contents of ‘data’ directory ... OK
36+
* checking data for non-ASCII characters ... OK
37+
* checking data for ASCII and uncompressed saves ... OK
38+
* checking examples ... OK
39+
* DONE
40+
Status: OK
41+
42+
43+
44+
45+
46+
```
47+
### CRAN
48+
49+
```
50+
* using log directory ‘/tmp/workdir/latentFactoR/old/latentFactoR.Rcheck’
51+
* using R version 4.4.0 (2024-04-24)
52+
* using platform: x86_64-pc-linux-gnu
53+
* R was compiled by
54+
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
55+
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
56+
* running under: Ubuntu 24.04.2 LTS
57+
* using session charset: UTF-8
58+
* using option ‘--no-manual’
59+
* checking for file ‘latentFactoR/DESCRIPTION’ ... OK
60+
...
61+
* checking for code/documentation mismatches ... OK
62+
* checking Rd \usage sections ... OK
63+
* checking Rd contents ... OK
64+
* checking for unstated dependencies in examples ... OK
65+
* checking contents of ‘data’ directory ... OK
66+
* checking data for non-ASCII characters ... OK
67+
* checking data for ASCII and uncompressed saves ... OK
68+
* checking examples ... OK
69+
* DONE
70+
Status: OK
71+
72+
73+
74+
75+
76+
```

0 commit comments

Comments
 (0)