This repository was archived by the owner on Dec 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_site.yml
More file actions
52 lines (52 loc) · 1.63 KB
/
_site.yml
File metadata and controls
52 lines (52 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: "Rcpp"
title: "Rcpp - A interface entre R e C++"
description: |
Como fazer seu código R ficar mais rápido com Rcpp
base_url: https://storopoli.io/Rcpp
theme: "theme.css"
output_dir: "docs"
alt_formats: true
navbar:
logo:
image: images/uninove.png
href: https://www.uninove.br
source_url: https://github.com/storopoli/Rcpp
search: true
navbar:
left:
- text: "Home"
href: index.html
- text: "Tutoriais"
menu:
- text: "1. Por que C++? R não é suficiente?"
href: 1-Porque_CPP.html
- text: "2. Como incorporar C++ no R - {Rcpp}"
href: 2-Rcpp.html
- text: "3. Manipulação de Matrizes - {RcppEigen} e {RcppArmadillo}"
href: 3-RcppEigen_RcppArmadillo.html
- text: "4. Paralelização - {RcppParallel}"
href: 4-RcppParallel.html
- text: "5. {cpp11} - Nova Interface do pessoal do RStudio"
href: 5-cpp11.html
- text: "6. Usando {Rcpp} na GPU com CUDA"
href: 6-Rcpp_CUDA.html
right:
- icon: fa fa-globe fa-lg
href: https://storopoli.io/
- icon: ai ai-cv ai-lg
href: https://storopoli.io/CV/CV.pdf
- icon: ai ai-google-scholar ai-lg
href: https://scholar.google.com/citations?user=xGU7H1QAAAAJ&hl=en
- icon: ai ai-orcid ai-lg
href: https://orcid.org/0000-0002-0559-5176
- icon: ai ai-lattes ai-lg
href: http://lattes.cnpq.br/2281909649311607
output:
distill::distill_article:
toc: true
toc_float: true
highlight: tango
highlight_downlit: true
self_contained: false
creative_commons: CC BY-SA
repository_url: https://github.com/storopoli/Rcpp