forked from beatrizmilz/materiais_estudo_R
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35c0a1c
commit e267891
Showing
47 changed files
with
10,477 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
^materiais\.estudo\.R\.Rproj$ | ||
^\.Rproj\.user$ | ||
^\.github$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.Rproj.user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Package: materiais.estudo.R | ||
Title: What the Package Does (One Line, Title Case) | ||
Version: 0.0.0.9000 | ||
Authors@R: | ||
person(given = "First", | ||
family = "Last", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "YOUR-ORCID-ID")) | ||
Description: What the package does (one paragraph). | ||
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a | ||
license | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: ""Materiais de estudo sobre R"" | ||
title: "Materiais de estudo sobre R" | ||
description: | | ||
Materiais de estudo sobre R | ||
output_dir: "_site" | ||
navbar: | ||
left: | ||
- icon: fas fa-home | ||
href: index.html | ||
right: | ||
|
||
- icon: fab fa-github | ||
href: https://github.com/beatrizmilz/materiais_estudo_R | ||
output: distill::distill_article | ||
creative_commons: CC BY | ||
theme: custom.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); | ||
|
||
/* base variables */ | ||
|
||
/* Edit the CSS properties in this file to create a custom | ||
Distill theme. Only edit values in the right column | ||
for each row; values shown are the CSS defaults. | ||
To return any property to the default, | ||
you may set its value to: unset | ||
All rows must end with a semi-colon. */ | ||
|
||
/* Optional: embed custom fonts here with `@import` */ | ||
/* This must remain at the top of this file. */ | ||
|
||
|
||
|
||
html { | ||
/*-- Main font sizes --*/ | ||
--title-size: 50px; | ||
--body-size: 1.06rem; | ||
--code-size: 14px; | ||
--aside-size: 12px; | ||
--fig-cap-size: 13px; | ||
/*-- Main font colors --*/ | ||
--title-color: #000000; | ||
--header-color: rgba(0, 0, 0, 0.8); | ||
--body-color: rgba(0, 0, 0, 0.8); | ||
--aside-color: rgba(0, 0, 0, 0.6); | ||
--fig-cap-color: rgba(0, 0, 0, 0.6); | ||
/*-- Specify custom fonts ~~~ must be imported above --*/ | ||
--heading-font: sans-serif; | ||
--mono-font: monospace; | ||
--body-font: sans-serif; | ||
--navbar-font: sans-serif; /* websites + blogs only */ | ||
} | ||
|
||
/*-- ARTICLE METADATA --*/ | ||
d-byline { | ||
--heading-size: 0.6rem; | ||
--heading-color: rgba(0, 0, 0, 0.5); | ||
--body-size: 0.8rem; | ||
--body-color: rgba(0, 0, 0, 0.8); | ||
} | ||
|
||
/*-- ARTICLE TABLE OF CONTENTS --*/ | ||
.d-contents { | ||
--heading-size: 18px; | ||
--contents-size: 13px; | ||
} | ||
|
||
/*-- ARTICLE APPENDIX --*/ | ||
d-appendix { | ||
--heading-size: 15px; | ||
--heading-color: rgba(0, 0, 0, 0.65); | ||
--text-size: 0.8em; | ||
--text-color: rgba(0, 0, 0, 0.5); | ||
} | ||
|
||
/*-- WEBSITE HEADER + FOOTER --*/ | ||
/* These properties only apply to Distill sites and blogs */ | ||
|
||
.distill-site-header { | ||
--title-size: 18px; | ||
--text-color: rgba(255, 255, 255, 0.8); | ||
--text-size: 15px; | ||
--hover-color: white; | ||
--bkgd-color: #a684c5; | ||
} | ||
|
||
.distill-site-footer { | ||
--text-color: rgba(255, 255, 255, 0.8); | ||
--text-size: 15px; | ||
--hover-color: white; | ||
--bkgd-color: #0F2E3D; | ||
} | ||
|
||
/*-- Additional custom styles --*/ | ||
/* Add any additional CSS rules below */ | ||
|
||
d-article a { | ||
border-bottom: 1px solid rgb(166 131 197); | ||
} | ||
|
||
|
||
|
||
d-title h1 { | ||
font-family: 'Montserrat', sans-serif; | ||
font-size: var(--title-size, 50px); | ||
} | ||
|
||
|
||
li::marker { | ||
content: "» "; | ||
} | ||
|
||
|
||
|
||
|
||
body { | ||
background-image: url("https://github.com/allisonhorst/stats-illustrations/blob/master/rstats-artwork/monster_support.jpg?raw=true"); | ||
background-position: right bottom; /*Positioning*/ | ||
background-repeat: no-repeat; | ||
background-size: 20em auto; | ||
background-attachment: fixed; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.