CRAN Package Check Results for Package patternplot

Last updated on 2020-04-09 09:48:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 58.08 103.75 161.83 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.2 40.51 74.47 114.98 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.2 211.81 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.2 210.99 ERROR
r-devel-windows-ix86+x86_64 0.3.2 106.00 195.00 301.00 ERROR
r-devel-windows-ix86+x86_64-gcc8 0.3.2 115.00 124.00 239.00 ERROR
r-patched-linux-x86_64 0.3.2 52.51 97.77 150.28 ERROR
r-patched-osx-x86_64 0.3.2 ERROR
r-patched-solaris-x86 0.3.2 239.20 ERROR
r-release-linux-x86_64 0.3.2 51.31 333.49 384.80 NOTE
r-release-windows-ix86+x86_64 0.3.2 114.00 545.00 659.00 NOTE
r-release-osx-x86_64 0.3.2 NOTE
r-oldrel-windows-ix86+x86_64 0.3.2 162.00 463.00 625.00 NOTE
r-oldrel-osx-x86_64 0.3.2 NOTE

Check Details

Version: 0.3.2
Check: for GNU extensions in Makefiles
Result: NOTE
    GNU make is a SystemRequirements.
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-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-osx-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 0.3.2
Check: examples
Result: ERROR
    Running examples in 'patternplot-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: imagebar_s
    > ### Title: Plot a stacked bar chart with bars filled with png and jpeg
    > ### images.
    > ### Aliases: imagebar_s
    >
    > ### ** Examples
    >
    > library(patternplot)
    > library(jpeg)
    > library(ggplot2)
    >
    > childcare<-readJPEG(system.file("img", "childcare.jpg", package="patternplot"))
    > food<-readJPEG(system.file("img", "food.jpg", package="patternplot"))
    > housing <-readJPEG(system.file("img", "housing.jpg", package="patternplot"))
    >
    > data <- read.csv(system.file("extdata", "monthlyexp.csv", package="patternplot"))
    > x<-data$Location
    > y<-data$Amount
    > group<-data$Type
    > pattern.type<-list(childcare, food, housing)
    >
    > imagebar_s(data,x, y, group, xlab='', ylab='Monthly Expenses, Dollar',
    + pattern.type=pattern.type, label.size=3.5, frame.size=1, frame.color='black',
    + legend.type='h', legend.h=6, legend.y.pos=0.49, legend.pixel=20, legend.w=0.2,
    + legend.x.pos=1.1)+scale_y_continuous(limits = c(0, 6800))
    Error: geom_text requires the following missing aesthetics: label
    Backtrace:
     x
     1. +-(function (x, ...) ...
     2. \-ggplot2:::print.ggplot(x)
     3. +-ggplot2::ggplot_build(x)
     4. \-ggplot2:::ggplot_build.ggplot(x)
     5. \-ggplot2:::by_layer(function(l, d) l$compute_geom_1(d))
     6. \-ggplot2:::f(l = layers[[i]], d = data[[i]])
     7. \-l$compute_geom_1(d)
     8. \-ggplot2:::f(..., self = self)
     9. \-ggplot2:::check_required_aesthetics(...)
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3.2
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building 'patternplot-intro.Rmd' using docco_linear
    Quitting from lines 271-281 (patternplot-intro.Rmd)
    Error: processing vignette 'patternplot-intro.Rmd' failed with diagnostics:
    geom_text requires the following missing aesthetics: label
    --- failed re-building 'patternplot-intro.Rmd'
    
    SUMMARY: processing the following file failed:
     'patternplot-intro.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-patched-solaris-x86

Version: 0.3.2
Check: examples
Result: ERROR
    Running examples in ‘patternplot-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: imagebar_s
    > ### Title: Plot a stacked bar chart with bars filled with png and jpeg
    > ### images.
    > ### Aliases: imagebar_s
    >
    > ### ** Examples
    >
    > library(patternplot)
    > library(jpeg)
    > library(ggplot2)
    >
    > childcare<-readJPEG(system.file("img", "childcare.jpg", package="patternplot"))
    > food<-readJPEG(system.file("img", "food.jpg", package="patternplot"))
    > housing <-readJPEG(system.file("img", "housing.jpg", package="patternplot"))
    >
    > data <- read.csv(system.file("extdata", "monthlyexp.csv", package="patternplot"))
    > x<-data$Location
    > y<-data$Amount
    > group<-data$Type
    > pattern.type<-list(childcare, food, housing)
    >
    > imagebar_s(data,x, y, group, xlab='', ylab='Monthly Expenses, Dollar',
    + pattern.type=pattern.type, label.size=3.5, frame.size=1, frame.color='black',
    + legend.type='h', legend.h=6, legend.y.pos=0.49, legend.pixel=20, legend.w=0.2,
    + legend.x.pos=1.1)+scale_y_continuous(limits = c(0, 6800))
    Error: geom_text requires the following missing aesthetics: label
    Backtrace:
     █
     1. ├─(function (x, ...) ...
     2. └─ggplot2:::print.ggplot(x)
     3. ├─ggplot2::ggplot_build(x)
     4. └─ggplot2:::ggplot_build.ggplot(x)
     5. └─ggplot2:::by_layer(function(l, d) l$compute_geom_1(d))
     6. └─ggplot2:::f(l = layers[[i]], d = data[[i]])
     7. └─l$compute_geom_1(d)
     8. └─ggplot2:::f(..., self = self)
     9. └─ggplot2:::check_required_aesthetics(...)
    Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.3.2
Check: installed package size
Result: NOTE
     installed size is 5.1Mb
     sub-directories of 1Mb or more:
     doc 1.4Mb
     libs 2.8Mb
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.2
Check: examples
Result: ERROR
    Running examples in ‘patternplot-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: imagebar_s
    > ### Title: Plot a stacked bar chart with bars filled with png and jpeg
    > ### images.
    > ### Aliases: imagebar_s
    >
    > ### ** Examples
    >
    > library(patternplot)
    > library(jpeg)
    > library(ggplot2)
    >
    > childcare<-readJPEG(system.file("img", "childcare.jpg", package="patternplot"))
    > food<-readJPEG(system.file("img", "food.jpg", package="patternplot"))
    > housing <-readJPEG(system.file("img", "housing.jpg", package="patternplot"))
    >
    > data <- read.csv(system.file("extdata", "monthlyexp.csv", package="patternplot"))
    > x<-data$Location
    > y<-data$Amount
    > group<-data$Type
    > pattern.type<-list(childcare, food, housing)
    >
    > imagebar_s(data,x, y, group, xlab='', ylab='Monthly Expenses, Dollar',
    + pattern.type=pattern.type, label.size=3.5, frame.size=1, frame.color='black',
    + legend.type='h', legend.h=6, legend.y.pos=0.49, legend.pixel=20, legend.w=0.2,
    + legend.x.pos=1.1)+scale_y_continuous(limits = c(0, 6800))
    Error: geom_text requires the following missing aesthetics: label
    Backtrace:
     █
     1. ├─(function (x, ...) ...
     2. └─ggplot2:::print.ggplot(x)
     3. ├─ggplot2::ggplot_build(x)
     4. └─ggplot2:::ggplot_build.ggplot(x)
     5. └─ggplot2:::by_layer(function(l, d) l$compute_geom_1(d))
     6. └─ggplot2:::f(l = layers[[i]], d = data[[i]])
     7. └─l$compute_geom_1(d)
     8. └─ggplot2:::f(..., self = self)
     9. └─ggplot2:::check_required_aesthetics(...)
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-osx-x86_64, r-patched-solaris-x86

Version: 0.3.2
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘patternplot-intro.Rmd’ using docco_linear
    Quitting from lines 271-281 (patternplot-intro.Rmd)
    Error: processing vignette 'patternplot-intro.Rmd' failed with diagnostics:
    geom_text requires the following missing aesthetics: label
    --- failed re-building ‘patternplot-intro.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘patternplot-intro.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8

Version: 0.3.2
Check: running examples for arch ‘i386’
Result: ERROR
    Running examples in 'patternplot-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: imagebar_s
    > ### Title: Plot a stacked bar chart with bars filled with png and jpeg
    > ### images.
    > ### Aliases: imagebar_s
    >
    > ### ** Examples
    >
    > library(patternplot)
    > library(jpeg)
    > library(ggplot2)
    >
    > childcare<-readJPEG(system.file("img", "childcare.jpg", package="patternplot"))
    > food<-readJPEG(system.file("img", "food.jpg", package="patternplot"))
    > housing <-readJPEG(system.file("img", "housing.jpg", package="patternplot"))
    >
    > data <- read.csv(system.file("extdata", "monthlyexp.csv", package="patternplot"))
    > x<-data$Location
    > y<-data$Amount
    > group<-data$Type
    > pattern.type<-list(childcare, food, housing)
    >
    > imagebar_s(data,x, y, group, xlab='', ylab='Monthly Expenses, Dollar',
    + pattern.type=pattern.type, label.size=3.5, frame.size=1, frame.color='black',
    + legend.type='h', legend.h=6, legend.y.pos=0.49, legend.pixel=20, legend.w=0.2,
    + legend.x.pos=1.1)+scale_y_continuous(limits = c(0, 6800))
    Error: geom_text requires the following missing aesthetics: label
    Backtrace:
     x
     1. +-(function (x, ...) ...
     2. \-ggplot2:::print.ggplot(x)
     3. +-ggplot2::ggplot_build(x)
     4. \-ggplot2:::ggplot_build.ggplot(x)
     5. \-ggplot2:::by_layer(function(l, d) l$compute_geom_1(d))
     6. \-ggplot2:::f(l = layers[[i]], d = data[[i]])
     7. \-l$compute_geom_1(d)
     8. \-ggplot2:::f(..., self = self)
     9. \-ggplot2:::check_required_aesthetics(...)
    Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8

Version: 0.3.2
Check: running examples for arch ‘x64’
Result: ERROR
    Running examples in 'patternplot-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: imagebar_s
    > ### Title: Plot a stacked bar chart with bars filled with png and jpeg
    > ### images.
    > ### Aliases: imagebar_s
    >
    > ### ** Examples
    >
    > library(patternplot)
    > library(jpeg)
    > library(ggplot2)
    >
    > childcare<-readJPEG(system.file("img", "childcare.jpg", package="patternplot"))
    > food<-readJPEG(system.file("img", "food.jpg", package="patternplot"))
    > housing <-readJPEG(system.file("img", "housing.jpg", package="patternplot"))
    >
    > data <- read.csv(system.file("extdata", "monthlyexp.csv", package="patternplot"))
    > x<-data$Location
    > y<-data$Amount
    > group<-data$Type
    > pattern.type<-list(childcare, food, housing)
    >
    > imagebar_s(data,x, y, group, xlab='', ylab='Monthly Expenses, Dollar',
    + pattern.type=pattern.type, label.size=3.5, frame.size=1, frame.color='black',
    + legend.type='h', legend.h=6, legend.y.pos=0.49, legend.pixel=20, legend.w=0.2,
    + legend.x.pos=1.1)+scale_y_continuous(limits = c(0, 6800))
    Error: geom_text requires the following missing aesthetics: label
    Backtrace:
     x
     1. +-(function (x, ...) ...
     2. \-ggplot2:::print.ggplot(x)
     3. +-ggplot2::ggplot_build(x)
     4. \-ggplot2:::ggplot_build.ggplot(x)
     5. \-ggplot2:::by_layer(function(l, d) l$compute_geom_1(d))
     6. \-ggplot2:::f(l = layers[[i]], d = data[[i]])
     7. \-l$compute_geom_1(d)
     8. \-ggplot2:::f(..., self = self)
     9. \-ggplot2:::check_required_aesthetics(...)
    Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8

Version: 0.3.2
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘patternplot-intro.Rmd’ using docco_linear
    Fontconfig error: Cannot load default config file
    Quitting from lines 271-281 (patternplot-intro.Rmd)
    Error: processing vignette 'patternplot-intro.Rmd' failed with diagnostics:
    geom_text requires the following missing aesthetics: label
    --- failed re-building ‘patternplot-intro.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘patternplot-intro.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-osx-x86_64