Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mpaer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Walmes Marques Zeviani
mpaer
Commits
e3940db7
Commit
e3940db7
authored
5 years ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Improves YAML data in files.
parent
17ae7f91
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
_output.yml
+38
-38
38 additions, 38 deletions
_output.yml
index.Rmd
+28
-12
28 additions, 12 deletions
index.Rmd
with
66 additions
and
50 deletions
_output.yml
+
38
−
38
View file @
e3940db7
# ---- LaTeX/PDF ----
bookdown::pdf_book
:
keep_tex
:
yes
highlight
:
haddock
citation_package
:
natbib
# citation_package: biblatex
# usar xelatex dá merda!
# latex_engine: xelatex
dev
:
"
cairo_pdf"
includes
:
in_header
:
config/preamble.tex
#before_body: config/before_body.tex
#after_body: config/after_body.tex
template
:
config/wz-template.tex
# template: /usr/lib/R/site-library/rmarkdown/rmd/latex/default-1.17.0.2.tex
# ---- EPUD ----
#bookdown::epub_book: default
# ---- GitBook em HTML ----
bookdown::html_book
:
keep_md
:
true
css
:
config/hb-style.css
highlight
:
haddock
theme
:
united
#theme: flatly
code_folding
:
hide
number_sections
:
true
toc
:
true
toc_depth
:
3
includes
:
in_header
:
config/MathJax.html
before_body
:
config/hb-header.html
after_body
:
config/hb-footer.html
#bookdown::tufte_html_book:
# toc: yes
# ---- GitBook ----
bookdown::gitbook
:
highlight
:
haddock
...
...
@@ -89,3 +51,41 @@ bookdown::gitbook:
# instapper: yes
# vk: yes
# all: ['facebook', 'google', 'twitter', 'weibo', 'instapaper']
# ---- LaTeX/PDF ----
bookdown::pdf_book
:
keep_tex
:
yes
highlight
:
haddock
citation_package
:
natbib
# citation_package: biblatex
# usar xelatex dá merda!
# latex_engine: xelatex
dev
:
"
cairo_pdf"
includes
:
in_header
:
config/preamble.tex
# before_body: config/before_body.tex
# after_body: config/after_body.tex
template
:
config/wz-template.tex
# template: /usr/lib/R/site-library/rmarkdown/rmd/latex/default-1.17.0.2.tex
# ---- Book em HTML ----
bookdown::html_book
:
keep_md
:
true
css
:
config/hb-style.css
highlight
:
haddock
theme
:
united
code_folding
:
hide
number_sections
:
true
toc
:
true
toc_depth
:
3
includes
:
in_header
:
config/MathJax.html
before_body
:
config/hb-header.html
after_body
:
config/hb-footer.html
# ---- EPUD ----
# bookdown::epub_book: default
# ---- Tufte Book in HTML ----
# bookdown::tufte_html_book:
# toc: yes
This diff is collapsed.
Click to expand it.
index.Rmd
+
28
−
12
View file @
e3940db7
...
...
@@ -10,6 +10,7 @@ author:
github: github.com/walmes
twitter: "\\@walmeszeviani"
date: "Atualizado em `r format(Sys.Date(), format = '%d de %B de %Y')`"
csl: config/ABNT_UFPR_2011-Mendeley.csl
github-repo: walmes/mpaer
description: "Manual de Planejamento e Análise de Experimentos com R"
# site: bookdown::bookdown_site
...
...
@@ -39,8 +40,6 @@ complement: >
\begin{center}
Curitiba, Paraná, Brasil\\
\end{center}
# --- HTML -------------------------------------------------------------
csl: config/ABNT_UFPR_2011-Mendeley.csl
---
<!-- # {-} -->
...
...
@@ -48,7 +47,7 @@ csl: config/ABNT_UFPR_2011-Mendeley.csl
<!-- Imagem de capa. -->
<!-- <img src="config/capa.png" width="350" height="460" alt="Planejamento e Análise de Experimentos com R"/> -->
#
Resum
o {-}
#
Apresentaçã
o {-}
```{r, include = FALSE, eval = isOutput("html")}
# Para habilitar Font Awesome no documento.
...
...
@@ -58,10 +57,27 @@ fa$attachment <- "fonts/fontawesome-webfont.ttf"
htmltools::tagList(fa)
```
Um texto qualquer na capa
Seja bem vindo ao Manual de Planejamento e Análise de Experimentos.
Como o nome sugere, você está acessando um manual que documenta formas
de analisar dados experimentais. As análises aqui descritas correspondem
aos principais delineamentos e estruturas experimentais descritas nas
obras nacionais de Estatística Experimental e praticadas pela na área de
experimentação agrícola.
Nesse manual, usados os dados experimentais de livros nacionais da área
que tiveram suas tabelas incluídas no pacote [`labestData`]. Este pacote
foi desenvolvido pelo PET Estatística UFPR com a finalidade de facilitar
para o ensino e aprendizado de Estatística.
Os capítulos forma escritos para serem autocontidos e reproduzíveis. No
entanto, esteja atento para a versão do R e dos pacotes.
<!-- .
# Prefácio {-}
Texto de prefácio.
Para usar o git\index{git}, veja o manual.
-->
[`labestData`]: https://github.com/pet-estatistica/labestData
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment