The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
GoldenVizR is designed to install like a standard R package.
If you are testing the development version from the source repository:
Load the package with:
GoldenVizR analyzes ggplot2 objects, so most workflows
also load ggplot2:
Run this small example to confirm that GoldenVizR can inspect a
ggplot2 chart:
library(ggplot2)
library(GoldenVizR)
p <- ggplot(mtcars, aes(wt, mpg, colour = factor(cyl))) +
geom_point(size = 2.4) +
labs(
title = "Fuel economy by weight",
subtitle = "Motor Trend cars",
x = "Weight",
y = "Miles per gallon",
colour = "Cylinders",
caption = "Source: mtcars"
) +
theme_minimal(base_size = 12)
pThen analyze the chart:
## checked_rules implemented_checks pass warning fail info status
## 1 25 25 22 3 0 0 warning
Expected chart output:
You should see a goldenviz_report with 25 checked rules
and status counts. The exact counts can change as the analyzer improves,
but the report should contain the same top-level fields:
## [1] "plot_summary" "rule_results" "status_counts" "summary"
You can also view the result as a formatted HTML report:
The HTML report can be embedded directly in rendered documentation:
If you are contributing to GoldenVizR from a local checkout:
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.