Giter Site home page Giter Site logo

avallecam / primerspe Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 93 KB

Traducción al español del Capítulo 1 de Rstudio Primers

Home Page: https://avallecam.shinyapps.io/04-programacion-basica/

License: Other

R 100.00%
spanish-translation rstudio basic-programming primers

primerspe's Introduction

primerspe

Lifecycle: experimental CRAN status

The goal of primerspe is to have a local replicate of Rstudio primers. The original material was translated to Spanish for educational purposes.

Installation

You can install the developmental version of primerspe with:

if(!require("remotes")) install.packages("remotes")
remotes::install_github("avallecam/primerspe")

También puedes instalarlo descargando el archivo:

  • En Windows: .zip o
  • En otro sistema operativo: .tar.gz

Luego, desde Rstudio instalar el paquete desde la opción Tools -> Install Packages -> Install from -> Package Archive File (.zip; .tar.gz).

learnr tutorial

Puedes acceder a los tutoriales de dos formas:

  • A través de un acceso web en dos ventanas distintas aquí y aquí (sólo disponible para el tutorial 01)

  • Desde tu computador. Para ello en la consola corre las siguientes líneas para construir los tutoriales en tu computador.

# instalar learner
if(!require("learnr")) install.packages("learnr")

# correr tutorial 01
learnr::run_tutorial(name = "04-programacion-basica",package = "primerspe")

# correr tutorial 02
learnr::run_tutorial(name = "funciones-tutorial",package = "primerspe")

Si tienes la última versión de RStudio aparecerá en tu panel de Tutorial. Sino, se abriá en tu buscador web.

Referencias

primerspe's People

Contributors

avallecam avatar

Watchers

 avatar  avatar

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.