Skip to content

Instantly share code, notes, and snippets.

@zeryx
Created June 27, 2019 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeryx/03dc25b343cfec0ea881431e866c1cf9 to your computer and use it in GitHub Desktop.
Save zeryx/03dc25b343cfec0ea881431e866c1cf9 to your computer and use it in GitHub Desktop.
$ cat algorithmia-r.Rcheck/00check.log
* using log directory ‘/home/zeryx/code/work/algorithmia-r.Rcheck’
* using R version 3.4.4 (2018-03-15)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘algorithmia-r/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘algorithmia’ version ‘0.2.0’
* package encoding: UTF-8
* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘James Athappilly <jamesa@algorithmia.com>’
License components with restrictions and base license permitting such:
MIT + file LICENSE
File 'LICENSE':
The MIT License (MIT)
Copyright (c) 2016 Algorithmia
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Package has a VignetteBuilder field but no prebuilt vignette index.
The build time stamp is missing.
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
.Rhistory
.gitignore
.Rproj.user
.git
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
CRAN-pack does not know about
.git
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘algorithmia’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Checking should be performed on sources prepared by ‘R CMD build’.
* checking top-level files ... NOTE
Files ‘README.md’ or ‘NEWS.md’ cannot be checked without ‘pandoc’ being installed.
Non-standard file/directory found at top level:
‘client.Rproj’
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... WARNING
Found the following directory with the name of a version control directory:
./.git
These should not be in a package tarball.
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
runLoad_: no visible global function definition for ‘flush.console’
Undefined global functions or variables:
flush.console
Consider adding
importFrom("utils", "flush.console")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented code objects:
‘getAlgorithmHandler’
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking files in ‘vignettes’ ... WARNING
Files in the 'vignettes' directory but no files in 'inst/doc':
‘introduction-to-algorithmia.Rmd’
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... WARNING
'library' or 'require' call not declared from: ‘RUnit’
* checking tests ... OK
Running ‘AlgorithmHandlerTest.r’
Running ‘AlgorithmTest.r’
Running ‘ClientTest.r’
Running ‘DataDirectoryTest.r’
Running ‘DataFileTest.r’
Running ‘RunAllTests.r’ [7s/23s]
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... WARNING
Package vignette without corresponding PDF/HTML:
‘introduction-to-algorithmia.Rmd’
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE
Status: 5 WARNINGs, 5 NOTEs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment