{"id":20131624,"url":"https://github.com/avallecam/primerspe","last_synced_at":"2025-07-08T02:36:10.177Z","repository":{"id":138785882,"uuid":"376867187","full_name":"avallecam/primerspe","owner":"avallecam","description":"Traducción al español del Capítulo 1 de Rstudio Primers","archived":false,"fork":false,"pushed_at":"2021-06-16T15:50:53.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-13T08:47:05.084Z","etag":null,"topics":["basic-programming","primers","rstudio","spanish-translation"],"latest_commit_sha":null,"homepage":"https://avallecam.shinyapps.io/04-programacion-basica/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avallecam.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-14T15:14:26.000Z","updated_at":"2021-06-16T15:50:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ac2ac16-47a5-4f88-ace5-62fcb39f7545","html_url":"https://github.com/avallecam/primerspe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avallecam%2Fprimerspe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avallecam%2Fprimerspe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avallecam%2Fprimerspe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avallecam%2Fprimerspe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avallecam","download_url":"https://codeload.github.com/avallecam/primerspe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241577072,"owners_count":19984940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["basic-programming","primers","rstudio","spanish-translation"],"created_at":"2024-11-13T20:49:40.427Z","updated_at":"2025-03-02T21:46:02.342Z","avatar_url":"https://github.com/avallecam.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# primerspe\n\n\u003c!-- badges: start --\u003e\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\n[![CRAN status](https://www.r-pkg.org/badges/version/primerspe)](https://CRAN.R-project.org/package=primerspe)\n\u003c!-- badges: end --\u003e\n\nThe goal of primerspe is to have a local replicate of Rstudio primers. The original material was translated to Spanish for educational purposes.\n\n## Installation\n\nYou can install the developmental version of `primerspe` with:\n\n\u003c!-- You can install the released version of primerspe from [CRAN](https://CRAN.R-project.org) with: --\u003e\n\n``` r\nif(!require(\"remotes\")) install.packages(\"remotes\")\nremotes::install_github(\"avallecam/primerspe\")\n```\n\nTambién puedes instalarlo descargando el archivo: \n\n- En Windows: [`.zip`](https://github.com/avallecam/primerspe/raw/main/primerspe_0.0.0.9000.zip) o\n- En otro sistema operativo: [`.tar.gz`](https://github.com/avallecam/primerspe/raw/main/primerspe_0.0.0.9000.tar.gz)\n\nLuego, desde Rstudio instalar el paquete desde la opción __Tools -\u003e Install Packages -\u003e Install from -\u003e Package Archive File (.zip; .tar.gz)__.\n\n## `learnr` tutorial\n\nPuedes acceder a los tutoriales de dos formas:\n\n- A través de un acceso web en dos ventanas distintas [aquí](https://avallecam.shinyapps.io/04-programacion-basica/) y [aquí](https://andree-adolfo-valle-campos.shinyapps.io/04-programacion-basica/) (sólo disponible para el tutorial 01)\n\n- Desde tu computador. Para ello en la consola corre las siguientes líneas para construir los tutoriales en tu computador.\n\n```{r example, eval=FALSE,echo=TRUE}\n# instalar learner\nif(!require(\"learnr\")) install.packages(\"learnr\")\n\n# correr tutorial 01\nlearnr::run_tutorial(name = \"04-programacion-basica\",package = \"primerspe\")\n\n# correr tutorial 02\nlearnr::run_tutorial(name = \"funciones-tutorial\",package = \"primerspe\")\n```\n\nSi tienes la última versión de RStudio aparecerá en tu panel de __Tutorial__. Sino, se abriá en tu buscador web.\n\n## Referencias\n\n- Rstudio Primers https://rstudio.cloud/learn/primers\n- Taller MetaDocencia LatinR Rladies https://github.com/yabellini/curso_learnr\n- Generando tutoriales interactivos https://yabellini.netlify.app/es/post/tutorialesconlearnr/\n- Empaquetando tutoriales interactivos https://yabellini.netlify.app/es/post/empaquetandotutoriales/\n- RECON Learn tutorials in Spanish https://www.reconlearn.org/topics/spanish.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favallecam%2Fprimerspe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favallecam%2Fprimerspe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favallecam%2Fprimerspe/lists"}