Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
wzCoop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Walmes Marques Zeviani
wzCoop
Commits
449c2f19
Commit
449c2f19
authored
Oct 13, 2016
by
Walmes Marques Zeviani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Passa arquivos de configuraçao da vignette para config/.
parent
a8057ad3
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
10 additions
and
10 deletions
+10
-10
vignettes/_output.yaml
vignettes/_output.yaml
+4
-4
vignettes/caiuae_germ.Rmd
vignettes/caiuae_germ.Rmd
+3
-3
vignettes/config/MathJax.html
vignettes/config/MathJax.html
+0
-0
vignettes/config/abnt_ufpr_2011-mendeley.csl
vignettes/config/abnt_ufpr_2011-mendeley.csl
+0
-0
vignettes/config/bibliography.bib
vignettes/config/bibliography.bib
+0
-0
vignettes/config/footer.html
vignettes/config/footer.html
+0
-0
vignettes/config/header.html
vignettes/config/header.html
+0
-0
vignettes/config/setup.R
vignettes/config/setup.R
+0
-0
vignettes/config/style.css
vignettes/config/style.css
+0
-0
vignettes/egg-parasitoid.Rmd
vignettes/egg-parasitoid.Rmd
+1
-1
vignettes/pineapple_swrc.Rmd
vignettes/pineapple_swrc.Rmd
+1
-1
vignettes/sugarcane_straw.Rmd
vignettes/sugarcane_straw.Rmd
+1
-1
No files found.
vignettes/_output.yaml
View file @
449c2f19
...
...
@@ -6,10 +6,10 @@ html_document:
toc_float
:
collapsed
:
false
smooth_scroll
:
false
css
:
_
style.css
css
:
config/
style.css
fig_caption
:
yes
highlight
:
default
includes
:
in_header
:
_
MathJax.html
before_body
:
_before_body
.html
after_body
:
_after_body
.html
in_header
:
config/
MathJax.html
before_body
:
config/header
.html
after_body
:
config/footer
.html
vignettes/caiuae_germ.Rmd
View file @
449c2f19
...
...
@@ -5,8 +5,8 @@ author: >
[Walmes Zeviani](http://www.leg.ufpr.br/doku.php/pessoais:walmes) &
[Wanderlei Antônio Alves Lima](http://lattes.cnpq.br/8165833589421209 "email: wanderlei.lima@embrapa.br")
date: "`r Sys.Date()`"
bibliography:
_
bibliography.bib
csl:
_
abnt_ufpr_2011-mendeley.csl
bibliography:
config/
bibliography.bib
csl:
config/
abnt_ufpr_2011-mendeley.csl
vignette: >
%\VignetteIndexEntry{Germination and Vigor of caiaué seeds: American oil palm tree}
%\VignetteEngine{knitr::rmarkdown}
...
...
@@ -31,7 +31,7 @@ sapply(pks, library, character.only = TRUE, logical.return = TRUE)
library(wzCoop)
```
```{r setup, include=FALSE}
source("
_
setup.R")
source("
config/
setup.R")
```
## Exploratory data analysis
...
...
vignettes/
_
MathJax.html
→
vignettes/
config/
MathJax.html
View file @
449c2f19
File moved
vignettes/
_
abnt_ufpr_2011-mendeley.csl
→
vignettes/
config/
abnt_ufpr_2011-mendeley.csl
View file @
449c2f19
File moved
vignettes/
_
bibliography.bib
→
vignettes/
config/
bibliography.bib
View file @
449c2f19
File moved
vignettes/
_after_body
.html
→
vignettes/
config/footer
.html
View file @
449c2f19
File moved
vignettes/
_before_body
.html
→
vignettes/
config/header
.html
View file @
449c2f19
File moved
vignettes/
_
setup.R
→
vignettes/
config/
setup.R
View file @
449c2f19
File moved
vignettes/
_
style.css
→
vignettes/
config/
style.css
View file @
449c2f19
File moved
vignettes/egg-parasitoid.Rmd
View file @
449c2f19
...
...
@@ -25,7 +25,7 @@ library(plyr)
library(wzCoop)
```
```{r setup, include=FALSE}
source("
_
setup.R")
source("
config/
setup.R")
```
****
...
...
vignettes/pineapple_swrc.Rmd
View file @
449c2f19
...
...
@@ -33,7 +33,7 @@ sapply(pkg, library, character.only = TRUE, logical.return = TRUE)
library
(
wzCoop
)
```
```{
r
setup
,
include
=
FALSE
}
source
(
"
_
setup.R"
)
source
(
"
config/
setup.R"
)
```
****
...
...
vignettes/sugarcane_straw.Rmd
View file @
449c2f19
...
...
@@ -31,7 +31,7 @@ sapply(pks, library, character.only = TRUE, logical.return = TRUE)
library(wzCoop)
```
```{r setup, include=FALSE}
source("
_
setup.R")
source("
config/
setup.R")
```
## Exploratory data analysis
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment