Last updated on 2020-08-07 01:50:27 CEST.
Package | NOTE |
---|---|
RSvgDevice | 9 |
textometry | 12 |
Current CRAN status:
Version: 0.6.4.4
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Title field: should not end in a period.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.6.4.4
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
'Rplots.svg'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.6.4.4
Check: compiled code
Result: NOTE
File ‘RSvgDevice/libs/RSvgDevice.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status:
Version: 0.1.4
Check: R code for possible problems
Result: NOTE
phyper_right: no visible global function definition for 'dhyper'
progression: no visible global function definition for 'density'
progression: no visible global function definition for 'points'
progression: no visible global function definition for 'legend'
progression: no visible global function definition for 'text'
specificities.distribution.plot: no visible global function definition
for 'dhyper'
specificities.distribution.plot: no visible global function definition
for 'Axis'
specificities.distribution.plot: no visible global function definition
for 'arrows'
specificities.distribution.plot: no visible global function definition
for 'text'
specificities.distribution.plot: no visible global function definition
for 'title'
specificities.probabilities.vector: no visible global function
definition for 'phyper'
Undefined global functions or variables:
Axis arrows density dhyper legend phyper points text title
Consider adding
importFrom("graphics", "Axis", "arrows", "legend", "points", "text",
"title")
importFrom("stats", "density", "dhyper", "phyper")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
Version: 0.1.4
Check: R code for possible problems
Result: NOTE
phyper_right: no visible global function definition for ‘dhyper’
progression: no visible global function definition for ‘density’
progression: no visible global function definition for ‘plot’
progression: no visible global function definition for ‘points’
progression: no visible global function definition for ‘legend’
progression: no visible global function definition for ‘text’
specificities.distribution.plot: no visible global function definition
for ‘dhyper’
specificities.distribution.plot: no visible global function definition
for ‘plot’
specificities.distribution.plot: no visible global function definition
for ‘Axis’
specificities.distribution.plot: no visible global function definition
for ‘arrows’
specificities.distribution.plot: no visible global function definition
for ‘text’
specificities.distribution.plot: no visible global function definition
for ‘title’
specificities.probabilities.vector: no visible global function
definition for ‘phyper’
Undefined global functions or variables:
Axis arrows density dhyper legend phyper plot points text title
Consider adding
importFrom("graphics", "Axis", "arrows", "legend", "plot", "points",
"text", "title")
importFrom("stats", "density", "dhyper", "phyper")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64