Project

General

Profile

Bug #20593 » ArvadosR_CHECK.log

Konrad Rudolph, 05/26/2023 05:25 PM

 
1
* using log directory ‘/XYZ/ArvadosR.Rcheck’
2
* using R version 4.2.1 (2022-06-23)
3
* using platform: x86_64-pc-linux-gnu (64-bit)
4
* using session charset: UTF-8
5
* using option ‘--no-build-vignettes’
6
* checking for file ‘ArvadosR/DESCRIPTION’ ... OK
7
* checking extension type ... Package
8
* this is package ‘ArvadosR’ version ‘2.5.0’
9
* package encoding: UTF-8
10
* checking package namespace information ... OK
11
* checking package dependencies ... OK
12
* checking if this is a source package ... OK
13
* checking if there is a namespace ... OK
14
* checking for executable files ... OK
15
* checking for hidden files and directories ... OK
16
* checking for portable file names ... OK
17
* checking for sufficient/correct file permissions ... OK
18
* checking whether package ‘ArvadosR’ can be installed ... OK
19
* checking installed package size ... OK
20
* checking package directory ... OK
21
* checking DESCRIPTION meta-information ... NOTE
22
Malformed Description field: should contain one or more complete sentences.
23
Non-standard license specification:
24
  Apache-2.0
25
Standardizable: FALSE
26
* checking top-level files ... OK
27
* checking for left-over files ... OK
28
* checking index information ... OK
29
* checking package subdirectories ... OK
30
* checking R files for non-ASCII characters ... OK
31
* checking R files for syntax errors ... OK
32
* checking whether the package can be loaded ... OK
33
* checking whether the package can be loaded with stated dependencies ... OK
34
* checking whether the package can be unloaded cleanly ... OK
35
* checking whether the namespace can be loaded with stated dependencies ... OK
36
* checking whether the namespace can be unloaded cleanly ... OK
37
* checking loading without being on the library search path ... OK
38
* checking dependencies in R code ... NOTE
39
Namespaces in Imports field not imported from:
40
  ‘R6’ ‘XML’ ‘curl’ ‘jsonlite’
41
  All declared Imports should be used.
42
* checking S3 generic/method consistency ... OK
43
* checking replacement functions ... OK
44
* checking foreign function calls ... OK
45
* checking R code for possible problems ... NOTE
46
File ‘ArvadosR/R/zzz.R’:
47
  .onLoad calls:
48
    print(paste0("Minimum R version required to run ", pkgName, " is ",     minAllowedRVersion, ". Your current version is ", toString(currentRVersion),     ". Please update R and try again."))
49

    
50
Package startup functions should use ‘packageStartupMessage’ to
51
  generate messages.
52
See section ‘Good practice’ in '?.onAttach'.
53
* checking Rd files ... OK
54
* checking Rd metadata ... OK
55
* checking Rd cross-references ... WARNING
56
Missing link or links in documentation object 'ArvadosR.Rd':
57
  ‘https://github.com/arvados/arvados/blob/main/README.md’
58
  ‘https://github.com/arvados/arvados/tree/main/sdk/R’
59

    
60
Missing link or links in documentation object 'Collection.Rd':
61
  ‘https://github.com/arvados/arvados/tree/main/sdk/R’
62

    
63
See section 'Cross-references' in the 'Writing R Extensions' manual.
64
* checking for missing documentation entries ... WARNING
65
Undocumented code objects:
66
  ‘generateAPI’
67
All user-level objects in a package should have documentation entries.
68
See chapter ‘Writing R documentation files’ in the ‘Writing R
69
Extensions’ manual.
70
* checking for code/documentation mismatches ... OK
71
* checking Rd \usage sections ... OK
72
* checking Rd contents ... OK
73
* checking for unstated dependencies in examples ... OK
74
* checking examples ... ERROR
75
Running examples in ‘ArvadosR-Ex.R’ failed
76
The error most likely occurred in:
77

    
78
> ### Name: Arvados
79
> ### Title: R6 Class Representing a Arvados
80
> ### Aliases: Arvados
81
> 
82
> ### ** Examples
83
> 
84
> 
85
> ## ------------------------------------------------
86
> ## Method `Arvados$new`
87
> ## ------------------------------------------------
88
> 
89
> arv <- Arvados$new(authToken = "ARVADOS_API_TOKEN", hostName = "ARVADOS_API_HOST", numRetries = 3)
90
> 
91
> ## ------------------------------------------------
92
> ## Method `Arvados$project_exist`
93
> ## ------------------------------------------------
94
> 
95
> arv$project_exist(uuid = projectUUID)
96
Error in filters[[length(filters) + 1]] <- list("group_class", "=", "project") : 
97
  object 'projectUUID' not found
98
Calls: <Anonymous> -> <Anonymous>
99
Execution halted
100
* checking for unstated dependencies in ‘tests’ ... OK
101
* checking tests ...
102
 OK
103
* checking PDF version of manual ... OK
104
* DONE
105
Status: 1 ERROR, 2 WARNINGs, 3 NOTEs
    (1-1/1)