{"id":14066231,"url":"https://github.com/ixpantia/ixplorer","last_synced_at":"2025-04-12T19:26:54.594Z","repository":{"id":37004110,"uuid":"169487056","full_name":"ixpantia/ixplorer","owner":"ixpantia","description":"Friendly DataOps with RStudio ","archived":false,"fork":false,"pushed_at":"2024-11-01T14:38:47.000Z","size":1949,"stargazers_count":2,"open_issues_count":22,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T17:53:27.127Z","etag":null,"topics":["dataops","gitea","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://ixpantia.github.io/ixplorer/","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/ixpantia.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-06T22:32:10.000Z","updated_at":"2024-12-30T22:24:03.000Z","dependencies_parsed_at":"2023-12-22T16:51:47.881Z","dependency_job_id":"77343902-8512-4eee-b5c0-2b039ff4407f","html_url":"https://github.com/ixpantia/ixplorer","commit_stats":{"total_commits":482,"total_committers":13,"mean_commits":37.07692307692308,"dds":0.529045643153527,"last_synced_commit":"5915ada3448db07679b11ffe184fbb7a2d379704"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixpantia%2Fixplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixpantia%2Fixplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixpantia%2Fixplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixpantia%2Fixplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ixpantia","download_url":"https://codeload.github.com/ixpantia/ixplorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248620333,"owners_count":21134621,"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":["dataops","gitea","hacktoberfest"],"created_at":"2024-08-13T07:05:00.026Z","updated_at":"2025-04-12T19:26:54.572Z","avatar_url":"https://github.com/ixpantia.png","language":"R","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\n# ixplorer \u003ca\u003e\u003cimg src=\"https://storage.googleapis.com/ix-paquetes-internos/logo-ixplorer.png\" align=\"right\" width=\"30%\"\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/ixplorer)](https://cran.r-project.org/package=ixplorer)\n[![R-CMD-check](https://github.com/ixpantia/ixplorer/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ixpantia/ixplorer/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\n### Español\n\n# Descripción\n\nEl paquete ixplorer trae la funcionalidad de ixplorer mas cerca tuyo. Tiene el \npropósito de permitir trabajar más agilmente con su equipo de datos desde RStudio\ny más importante aún, hacerlo sin detener su flujo de trabajo.\nEsto se logra con ventanas interactivas de dentro de RStudio, funciones para \nextraer información útil del día a día en ixplorer y funciones para \nfacilitar también el trabajo con control de versiones con git.\n\n### Instalación\n\nHay dos maneras de realizar este paso. Podemos instalar la versión del CRAN con\n\n```\ninstall.packages(\"ixplorer\")\n```\n\nO podemos instalar la versión en desarrollo desde GitHub. Para este paso,\nprimero necesitas installar el paquete devtools (o remotes). Si no lo has hecho\naún, puedes instalarlo con:\n\n```\ninstall.packages(\"devtools\")\n```\n\nAhora puedes instalar ixplorer de GitHub con:\n\n```r\ndevtools::install_github(\"ixpantia/ixplorer\")\n```\n\n### English\n\n## Overview\n\nThe ixplorer package brings the functionality of ixplorer closer to you. It is \nintended to allow you to work quicker with your data team from within RStudio\nand more importantly, to do it without having to stop your workflow.\nThis is achieved with interactive gadgets from within RStudio, functions to \nextract useful day-to-day information from ixplorer, and functions to make it\neasier to work with git version control as well.\n\n### Installation \n\nThere are two ways to install the package. We can install the CRAN version with:\n\n```\ninstall.packages(\"ixplorer\")\n```\n\nOr, we can install the development version from GitHub. For this step, first \nyou will need to install the `devtool` package on your computer. You can do it \nwith:\n\n```r\ninstall.packages(\"devtools\")\n```\n\nYou can now install ixplorer from GitHub with:\n\n```r\ndevtools::install_github(\"ixpantia/ixplorer\")\n```\n","funding_links":[],"categories":["R"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fixpantia%2Fixplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fixpantia%2Fixplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fixpantia%2Fixplorer/lists"}