GithubHelp home page GithubHelp logo

curso-r / 202011-rcpp Goto Github PK

View Code? Open in Web Editor NEW
2.0 7.0 1.0 20.82 MB

Workshop de Rcpp ministrado em 11/2020

Home Page: https://curso-r.github.io/202011-rcpp/

License: MIT License

C++ 2.44% HTML 24.49% R 0.20% JavaScript 70.72% CSS 2.15%
rcpp rcpparmadillo rcppparallel cpp r

202011-rcpp's Introduction

Configuração inicial

Passo 1: Instalar pacotes

install.packages("remotes")

# instalar pacote da Curso-R
remotes::install_github("curso-r/CursoR")

Passo 2: Criar um projeto do RStudio

Faça um projeto do RStudio para usar durante todo o curso e em seguida abra-o.

install.packages("usethis")
usethis::create_project("caminho_ate_o_projeto/nome_do_projeto")

Passo 3: Baixar o material

Certifique que você está dentro do projeto criado no passo 2 e rode o código abaixo.

Observação: Assim que rodar o código abaixo, o programa vai pedir uma escolha de opções. Escolha o número correspondente ao curso de Rcpp!

# Baixar ou atualizar material do curso
CursoR::atualizar_material()

Slides

Slide Link Link em PDF
slides/index.html https://curso-r.github.io/202011-rcpp/slides/index.html PDF

Scripts usados em aula

script link
00-hello-world.cpp https://curso-r.github.io/202011-rcpp/exemplos/00-hello-world.cpp
01-primeira-funcao.cpp https://curso-r.github.io/202011-rcpp/exemplos/01-primeira-funcao.cpp
02-vetores.cpp https://curso-r.github.io/202011-rcpp/exemplos/02-vetores.cpp
03-na-nan.cpp https://curso-r.github.io/202011-rcpp/exemplos/03-na-nan.cpp
04-if-else.cpp https://curso-r.github.io/202011-rcpp/exemplos/04-if-else.cpp
05-data-frames.cpp https://curso-r.github.io/202011-rcpp/exemplos/05-data-frames.cpp
06-armadillo.cpp https://curso-r.github.io/202011-rcpp/exemplos/06-armadillo.cpp
07-chamar-funcao-do-r.cpp https://curso-r.github.io/202011-rcpp/exemplos/07-chamar-funcao-do-r.cpp
08-escapar.cpp https://curso-r.github.io/202011-rcpp/exemplos/08-escapar.cpp
09-stl.cpp https://curso-r.github.io/202011-rcpp/exemplos/09-stl.cpp
10-XPtr.cpp https://curso-r.github.io/202011-rcpp/exemplos/10-XPtr.cpp
12-rcpp_parallel.cpp https://curso-r.github.io/202011-rcpp/exemplos/12-rcpp_parallel.cpp
introCpp11.cpp https://curso-r.github.io/202011-rcpp/exemplos/introCpp11.cpp

202011-rcpp's People

Contributors

clente avatar dfalbel avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

gomesfellipe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.