Rbearcat
University of Cincinnati Themes and Utilities for Econometrics and Data Science
v0.2.2
·
Mar 23, 2026
·
MIT + file LICENSE
Description
Provides plotting helpers, table-formatting utilities, and report templates for econometrics, model development, and applied data analysis. Includes University of Cincinnati branded themes for 'ggplot2', 'modelsummary', 'flextable', 'rmarkdown', 'bookdown', and 'quarto'.
Downloads
294
Last 30 days
13896th
294
Last 90 days
294
Last year
CRAN Check Status
1
ERROR
2
NOTE
11
OK
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-macos-arm64 | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | ERROR |
| r-oldrel-macos-x86_64 | NOTE |
| r-oldrel-windows-x86_64 | NOTE |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check details (4 non-OK)
ERROR
r-oldrel-macos-arm64
examples
Running examples in ‘Rbearcat-Ex.R’ failed
The error most likely occurred in:
> ### Name: bcat_plt_bar
> ### Title: Bar plot utility
> ### Aliases: bcat_plt_bar
>
> ### ** Examples
>
> library(ggplot2)
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
> library(scales)
>
> # basic plot of frequencies
> bcat_plt_bar(df = mpg,
+ x = toupper(class),
+ order = TRUE,
+ x_lab = NULL,
+ y_lab = NULL,
+ title = "Number of Vehicles by Class and Drive Type",
+ legend_lab = "Drive Type")
Warning in grid.Call(C_stringMetric, as.graphicsAnnot(x$label)) :
font family 'Arial' not found in PostScript font database
Warning in grid.Call(C_stringMetric, as.graphicsAnnot(x$label)) :
font family 'Arial' not found in PostScript font database
Warning in grid.Cal
...[truncated]...
.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
font family 'Arial' not found in PostScript font database
Warning in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
font family 'Arial' not found in PostScript font database
Warning in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
font family 'Arial' not found in PostScript font database
Warning in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
font family 'Arial' not found in PostScript font database
Warning in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
font family 'Arial' not found in PostScript font database
Warning in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
font family 'Arial' not found in PostScript font database
Error in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
invalid font type
Calls: <Anonymous> ... drawDetails -> drawDetails.text -> grid.Call.graphics
Execution halted
NOTE
r-oldrel-macos-arm64
installed package size
installed size is 5.7Mb
sub-directories of 1Mb or more:
doc 4.6Mb
NOTE
r-oldrel-macos-x86_64
installed package size
installed size is 5.7Mb
sub-directories of 1Mb or more:
doc 4.6Mb
NOTE
r-oldrel-windows-x86_64
installed package size
installed size is 5.6Mb
sub-directories of 1Mb or more:
doc 4.6Mb
Check History
ERROR 2 OK · 0 NOTE · 0 WARNING · 4 ERROR · 0 FAILURE Mar 21, 2026
ERROR
r-devel-macos-arm64
examples
Running examples in ‘Rbearcat-Ex.R’ failed The error most likely occurred in: > ### Name: bcat_plt_bar > ### Title: Bar plot utility > ### Aliases: bcat_plt_bar > > ### ** Examples > > library(ggplot2) > library(dplyr) Attaching package: ‘dplyr’ ...[truncated]... font family 'Arial' not found in PostScript font database Error in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, : invalid font type Calls: <Anonymous> ... drawDetails -> drawDetails.text -> grid.Call.graphics Execution halted
ERROR
r-release-macos-x86_64
examples
Running examples in ‘Rbearcat-Ex.R’ failed The error most likely occurred in: > ### Name: bcat_plt_bar > ### Title: Bar plot utility > ### Aliases: bcat_plt_bar > > ### ** Examples > > library(ggplot2) > library(dplyr) Attaching package: ‘dplyr’ ...[truncated]... font family 'Arial' not found in PostScript font database Error in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, : invalid font type Calls: <Anonymous> ... drawDetails -> drawDetails.text -> grid.Call.graphics Execution halted
ERROR
r-oldrel-macos-arm64
installed package size
installed size is 5.7Mb
sub-directories of 1Mb or more:
doc 4.6Mb
ERROR
r-oldrel-macos-x86_64
installed package size
installed size is 5.7Mb
sub-directories of 1Mb or more:
doc 4.6Mb
Dependency Network
Version History
new
0.2.1
Mar 21, 2026