Issue #5 possible fix
Had to switch the order of the xcolor and tikz package inside the .tex file. Also had to change \usepackage to \RequirePackage
diff --git a/.Rhistory b/.Rhistory
index 6ab0764..262eac1 100644
--- a/.Rhistory
+++ b/.Rhistory
@@ -1,18 +1,3 @@
-ggplot() +
-ggspatial::layer_spatial(canada, fill = "grey") +
-coord_sf() +
-theme_solarized() +
-NULL
-library(ggplot2)
-library(ggspatial)
-library(ggthemes)
-library(sf)
-canada <- read_sf("data/Canada.geojson")
-ggplot() +
-ggspatial::layer_spatial(canada, fill = "grey") +
-coord_sf() +
-theme_solarized() +
-theme(plot.margin = unit(0,1,1,0), "in") +
NULL
library(ggplot2)
library(ggspatial)
@@ -510,3 +495,18 @@
roxygen2::roxygenize()
library(posterdown)
library(posterdown)
+library("Cairo", lib.loc="~/R/x86_64-pc-linux-gnu-library/3.5")
+remove.packages("Cairo", lib="~/R/x86_64-pc-linux-gnu-library/3.5")
+roxygen2::roxygenize()
+library(posterdown)
+roxygen2::roxygenise()
+install.packages("Cairo")
+roxygen2::roxygenise()
+library(posterdown)
+plot(iris$Sepal.Length,iris$Sepal.Width)
+plot(iris$Sepal.Length,iris$Sepal.Width, shape = 4)
+plot(iris$Sepal.Length,iris$Sepal.Width, pch = 19)
+plot(iris$Sepal.Length,iris$Sepal.Width, pch = 19)
+library(posterdown)
+library(posterdown)
+library(posterdown)