Skip to content

Commit 431639f

Browse files
author
AAoritz
committed
vignette added
1 parent 010ca19 commit 431639f

22 files changed

+1204
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.Rdata
44
.httr-oauth
55
.DS_Store
6+
inst/doc

vignettes/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.html
2+
*.R

vignettes/JRC_1K_POP_2018.tif

3.99 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UTF-8
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PROJCS["WGS_1984_Web_Mercator_Auxiliary_Sphere",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mercator_Auxiliary_Sphere"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Standard_Parallel_1",0.0],PARAMETER["Auxiliary_Sphere_Type",0.0],UNIT["Meter",1.0]]
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UTF-8
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PROJCS["WGS_1984_Web_Mercator_Auxiliary_Sphere",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mercator_Auxiliary_Sphere"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Standard_Parallel_1",0.0],PARAMETER["Auxiliary_Sphere_Type",0.0],UNIT["Meter",1.0]]
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UTF-8
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PROJCS["WGS_1984_Web_Mercator_Auxiliary_Sphere",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mercator_Auxiliary_Sphere"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Standard_Parallel_1",0.0],PARAMETER["Auxiliary_Sphere_Type",0.0],UNIT["Meter",1.0]]
Binary file not shown.
Binary file not shown.

vignettes/flow.png

53.4 KB
Loading

vignettes/logo.png

61.7 KB
Loading

vignettes/nuts-vignette.Rmd

Lines changed: 1117 additions & 0 deletions
Large diffs are not rendered by default.

vignettes/theme.css

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
2+
/* base variables */
3+
4+
/* Edit the CSS properties in this file to create a custom
5+
Distill theme. Only edit values in the right column
6+
for each row; values shown are the CSS defaults.
7+
To return any property to the default,
8+
you may set its value to: unset
9+
All rows must end with a semi-colon. */
10+
11+
/* Optional: embed custom fonts here with `@import` */
12+
/* This must remain at the top of this file. */
13+
14+
15+
16+
html {
17+
/*-- Main font sizes --*/
18+
--title-size: 40px;
19+
--body-size: 1rem;
20+
--code-size: 12px;
21+
--aside-size: 10px;
22+
--fig-cap-size: 11px;
23+
/*-- Main font colors --*/
24+
--title-color: #000000;
25+
--header-color: rgba(0, 0, 0, 0.8);
26+
--body-color: rgba(0, 0, 0, 0.8);
27+
--aside-color: rgba(0, 0, 0, 0.6);
28+
--fig-cap-color: rgba(0, 0, 0, 0.6);
29+
/*-- Specify custom fonts ~~~ must be imported above --*/
30+
--heading-font: sans-serif;
31+
--mono-font: monospace;
32+
--body-font: sans-serif;
33+
--navbar-font: sans-serif; /* websites + blogs only */
34+
}
35+
36+
/*-- ARTICLE METADATA --*/
37+
d-byline {
38+
--heading-size: 0.6rem;
39+
--heading-color: rgba(0, 0, 0, 0.5);
40+
--body-size: 0.8rem;
41+
--body-color: rgba(0, 0, 0, 0.8);
42+
}
43+
44+
/*-- ARTICLE TABLE OF CONTENTS --*/
45+
.d-contents {
46+
--heading-size: 18px;
47+
--contents-size: 13px;
48+
}
49+
50+
/*-- ARTICLE APPENDIX --*/
51+
d-appendix {
52+
--heading-size: 15px;
53+
--heading-color: rgba(0, 0, 0, 0.65);
54+
--text-size: 0.8em;
55+
--text-color: rgba(0, 0, 0, 0.5);
56+
}
57+
58+
/*-- WEBSITE HEADER + FOOTER --*/
59+
/* These properties only apply to Distill sites and blogs */
60+
61+
.distill-site-header {
62+
--title-size: 18px;
63+
--text-color: rgba(255, 255, 255, 0.8);
64+
--text-size: 15px;
65+
--hover-color: white;
66+
--bkgd-color: #0F2E3D;
67+
}
68+
69+
.distill-site-footer {
70+
--text-color: rgba(255, 255, 255, 0.8);
71+
--text-size: 15px;
72+
--hover-color: white;
73+
--bkgd-color: #0F2E3D;
74+
}
75+
76+
/*-- Additional custom styles --*/
77+
/* Add any additional CSS rules below */
78+

0 commit comments

Comments
 (0)