Last updated on 2022-04-24 14:50:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-1 | 2.45 | 35.84 | 38.29 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0-1 | 2.36 | 28.01 | 30.37 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-1 | 47.85 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-1 | 35.52 | NOTE | |||
r-devel-windows-x86_64 | 1.0-1 | 12.00 | 53.00 | 65.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-1 | 2.28 | 34.80 | 37.08 | NOTE | |
r-release-linux-x86_64 | 1.0-1 | 1.91 | 33.79 | 35.70 | NOTE | |
r-release-macos-arm64 | 1.0-1 | 17.00 | NOTE | |||
r-release-macos-x86_64 | 1.0-1 | 27.00 | NOTE | |||
r-release-windows-x86_64 | 1.0-1 | 14.00 | 54.00 | 68.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0-1 | 20.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0-1 | 40.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0-1 | 6.00 | 39.00 | 45.00 | NOTE |
Version: 1.0-1
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0-1
Check: R code for possible problems
Result: NOTE
calcAtkinson: no visible global function definition for
'complete.cases'
calcAtkinson: no visible global function definition for 'weighted.mean'
calcConc: no visible global function definition for 'complete.cases'
calcConc: no visible global function definition for 'weighted.mean'
calcConc: no visible global function definition for 'coef'
calcConc: no visible global function definition for 'lm'
calcGEI: no visible global function definition for 'complete.cases'
calcGEI: no visible global function definition for 'weighted.mean'
calcTheil0: no visible global function definition for 'weighted.mean'
calcTheil1: no visible global function definition for 'weighted.mean'
curveLoCo: no visible global function definition for 'complete.cases'
curveLoCo: no visible global function definition for 'weighted.mean'
curveLoCo: no visible global function definition for 'abline'
curveLoCo: no visible global function definition for 'lines'
decompAtkinson: no visible global function definition for
'complete.cases'
decompAtkinson: no visible global function definition for
'weighted.mean'
decompAtkinson : <anonymous>: no visible global function definition for
'weighted.mean'
decompGEI: no visible global function definition for 'complete.cases'
decompGEI: no visible global function definition for 'weighted.mean'
decompGEI : <anonymous>: no visible global function definition for
'weighted.mean'
decompSGini: no visible global function definition for 'complete.cases'
decompSGini: no visible global function definition for 'weighted.mean'
decompSGini : <anonymous>: no visible global function definition for
'weighted.mean'
decompSGini: no visible global function definition for 'coef'
decompSGini: no visible global function definition for 'lm'
Undefined global functions or variables:
abline coef complete.cases lines lm weighted.mean
Consider adding
importFrom("graphics", "abline", "lines")
importFrom("stats", "coef", "complete.cases", "lm", "weighted.mean")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0-1
Check: Rd line widths
Result: NOTE
Rd file 'curveConcent.Rd':
\examples lines wider than 100 characters:
curveConcent(x=hhbudgets[, "transporte"], y=hhbudgets[,"ingreso"], w=hhbudgets[,"factor"], col="red", xlab="Ranking by income")
curveConcent(x=hhbudgets[, "mantenimiento"], y=hhbudgets[,"ingreso"], w=hhbudgets[,"factor"], col="blue", add=TRUE)
curveConcent(x=hhbudgets[, "publico"], y=hhbudgets[,"ingreso"], w=hhbudgets[,"factor"], col="green", add=TRUE)
legend("topleft", legend = c("All transport", "Private: Maintenance and repair", "Public transport"), col=c("red", "blue", "green"), lt ... [TRUNCATED]
Rd file 'decompAtkinson.Rd':
\examples lines wider than 100 characters:
summary(decompAtkinson(x=hhbudgets[,"transporte"], z=hhbudgets[,"tenencia"], w=hhbudgets[,"factor"], decomp="DP", ELMO=FALSE))
summary(decompAtkinson(x=hhbudgets[,"transporte"], z=hhbudgets[,"tenencia"], w=hhbudgets[,"factor"], decomp="DP", epsilon=0.25))
Rd file 'decompGEI.Rd':
\examples lines wider than 100 characters:
summary(decompGEI(x=hhbudgets[,"transporte"], z=hhbudgets[,"tenencia"], w=hhbudgets[,"factor"], alpha=1.5))
Rd file 'decompSGini.Rd':
\examples lines wider than 100 characters:
decompSGini(x=hhbudgets[,"transporte"], z=hhbudgets[,"estructura"], w=hhbudgets[,"factor"], decomp="YL", ELMO=FALSE)
summary(decompSGini(x=hhbudgets[,"transporte"], z=hhbudgets[,"tenencia"], w=hhbudgets[,"factor"], param=1.5))
These lines will be truncated in the PDF manual.
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-release-linux-x86_64