{"id":16275557,"url":"https://github.com/andrie/sss","last_synced_at":"2025-03-20T01:31:13.096Z","repository":{"id":3699428,"uuid":"4770382","full_name":"andrie/sss","owner":"andrie","description":"R package to import files in the triple-s (Standard Survey Structure) format.","archived":false,"fork":false,"pushed_at":"2024-12-11T13:53:41.000Z","size":8198,"stargazers_count":8,"open_issues_count":1,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-17T12:40:09.547Z","etag":null,"topics":["r","r-package","r-stats","sss"],"latest_commit_sha":null,"homepage":"http://andrie.github.io/sss/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrie.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":"2012-06-24T06:23:51.000Z","updated_at":"2024-12-11T13:51:22.000Z","dependencies_parsed_at":"2024-03-31T18:34:11.939Z","dependency_job_id":"718d816a-eafe-4313-af9f-0e6f75dd87dd","html_url":"https://github.com/andrie/sss","commit_stats":{"total_commits":95,"total_committers":1,"mean_commits":95.0,"dds":0.0,"last_synced_commit":"117cad36cbcb77a7b4cf58aba445025fe5b9db5b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrie%2Fsss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrie%2Fsss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrie%2Fsss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrie%2Fsss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrie","download_url":"https://codeload.github.com/andrie/sss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244533528,"owners_count":20467881,"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":["r","r-package","r-stats","sss"],"created_at":"2024-10-10T18:35:23.599Z","updated_at":"2025-03-20T01:31:12.789Z","avatar_url":"https://github.com/andrie.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\nformat: gfm\ndefault-image-extension: \"\"\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# sss \u003cimg src='man/figures/logo.png' align=\"right\" height=\"139\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/sss)](https://CRAN.R-project.org/package=sss)\n[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/sss)](https://www.r-pkg.org/pkg/sss)\n[![R-CMD-check](https://github.com/andrie/sss/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/andrie/sss/actions/workflows/R-CMD-check.yaml)\n[![Codecov test coverage](https://codecov.io/gh/andrie/sss/branch/main/graph/badge.svg)](https://app.codecov.io/gh/andrie/sss?branch=main)\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)\n\u003c!-- badges: end --\u003e\n\nThe `sss` package provides functions to import triple-s `XML` files into R.  The package supports sss files in both `.asc` and `.csv` format.\n\n\n## Installation\n\nYou can install the released version of sss from [CRAN](https://CRAN.R-project.org) using:\n\n``` r\ninstall.packages(\"sss\")\n```\n\nAnd the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"remotes\")\nremotes::install_github(\"andrie/sss\")\n```\n\n## System dependencies\n\nA previous version of this package imported the `XML` package, but from version 0.1 the package imports `xml2`. The `xml2` package depends on the `libxml2` library.  If you run your code on linux, you may have to manually install `libxml2`:\n\n* `libxml2-dev` (Debian, Ubuntu)\n* `libxml2-devel` (Red Hat, CentOS, Fedora)\n\n\n## The triple-s standard\n\n[triple-s](https://triple-s.org/) is a standard to transfer survey data between applications.\n\n\n## Example\n\nThis is a basic example which shows you how to solve a common problem:\n\n```{r example}\nlibrary(sss)\n## basic example code\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrie%2Fsss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrie%2Fsss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrie%2Fsss/lists"}