- using R version 3.5.0 RC (2018-04-16 r74625)
- using platform: x86_64-pc-linux-gnu (64-bit)
- using session charset: UTF-8
- checking for file ‘rSymPy/DESCRIPTION’ ... OK
- this is package ‘rSymPy’ version ‘0.2-1.1’
- 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 ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘rSymPy’ can be installed ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
- checking top-level files ... NOTE
File
LICENSE
is not mentioned in the DESCRIPTION file.
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- 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 ... NOTE
Found the following apparent S3 methods exported but not registered:
Math.Sym Ops.Sym as.character.Sym deriv.Sym print.Sym solve.Sym t.Sym
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [4s/6s] NOTE
Math.Sym: no visible binding for global variable ‘transtab’
jythonStart: no visible global function definition for ‘.jinit’
jythonStart: no visible global function definition for ‘.jnew’
jythonStart: no visible binding for global variable ‘.Jython’
sympy: no visible binding for global variable ‘.Jython’
sympy: no visible global function definition for ‘.jstrVal’
sympyStart: no visible binding for global variable ‘.Jython’
Undefined global functions or variables:
.Jython .jinit .jnew .jstrVal transtab
Found the following assignments to the global environment:
File ‘rSymPy/R/sympy.R’:
assign(".Jython", .jnew("org.python.util.PythonInterpreter"),
.GlobalEnv)
assign(".Jython", rJython(modules = system.file("Lib", package = "rSymPy")),
.GlobalEnv)
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [1s/1s] OK
- checking PDF version of manual ... OK
- DONE
Status: 4 NOTEs