sjlabelled

Working with Labelled Data in R

https://github.com/strengejacke/sjlabelled

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary

Keywords from Contributors

data-transformation data-wrangling labelled-data recoding standardization report
Last synced: 10 months ago · JSON representation

Repository

Working with Labelled Data in R

Basic Info
Statistics
  • Stars: 89
  • Watchers: 8
  • Forks: 11
  • Open Issues: 14
  • Releases: 5
Created about 9 years ago · Last pushed about 2 years ago
Metadata Files
Readme

README.md

sjlabelled - Labelled Data Utility Functions

CRAN_Status_Badge    Documentation    downloads    total

This package contains utility functions that are useful when working with labelled data (especially intended for people coming from 'SPSS', 'SAS' or 'Stata' and/or who are new to R).

Basically, this package covers reading and writing data between other statistical packages (like 'SPSS') and R, based on the haven and foreign packages; hence, this package also includes functions to make working with labelled data easier. This includes easy ways to get, set or change value and variable label attributes, to convert labelled vectors into factors or numeric (and vice versa), or to deal with multiple declared missing values.

Installation

Latest development build

To install the latest development snapshot (see latest changes below), type following commands into the R console:

r library(devtools) devtools::install_github("strengejacke/sjlabelled")

Officiale, stable release

To install the latest stable release from CRAN, type following command into the R console:

r install.packages("sjlabelled")

Citation

In case you want / have to cite my package, please use citation('sjlabelled') for citation information.

DOI

Owner

  • Name: Daniel
  • Login: strengejacke
  • Kind: user
  • Location: Hamburg, Germany
  • Company: Universitätsklinikum Hamburg-Eppendorf

Senior researcher; systems theory, qualitative and quantitative research

GitHub Events

Total
  • Issues event: 1
  • Watch event: 2
  • Issue comment event: 3
Last Year
  • Issues event: 1
  • Watch event: 2
  • Issue comment event: 3

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 255
  • Total Committers: 6
  • Avg Commits per committer: 42.5
  • Development Distribution Score (DDS): 0.043
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Daniel m****l@d****e 244
David Ranzolin d****n@g****m 3
iago-pssjd i****e@p****g 3
detroyejr d****r@o****m 2
Yuhao Lin l****7@y****m 2
iagogv a****a@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 57
  • Total pull requests: 5
  • Average time to close issues: 3 months
  • Average time to close pull requests: 6 days
  • Total issue authors: 34
  • Total pull request authors: 5
  • Average comments per issue: 2.98
  • Average comments per pull request: 2.8
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: about 11 hours
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 4.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • frankcsliu (10)
  • marianschmidt (5)
  • cschwem2er (4)
  • andresimi (4)
  • strengejacke (3)
  • northeastloon (2)
  • onesandzeroes (2)
  • AndrewCSkibo (2)
  • dicorynia (1)
  • YannickDiehl (1)
  • wilcar (1)
  • iembry (1)
  • arnold-c (1)
  • detroyejr (1)
  • konstruktur (1)
Pull Request Authors
  • daranzolin (1)
  • detroyejr (1)
  • lyh970817 (1)
  • iago-pssjd (1)
  • hadley (1)
Top Labels
Issue Labels
awaiting response (4) wontfix (2) enhancement (1) bug (1)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 22,425 last-month
  • Total docker downloads: 135,198
  • Total dependent packages: 25
    (may contain duplicates)
  • Total dependent repositories: 50
    (may contain duplicates)
  • Total versions: 46
  • Total maintainers: 1
cran.r-project.org: sjlabelled

Labelled Data Utility Functions

  • Versions: 28
  • Dependent Packages: 21
  • Dependent Repositories: 48
  • Downloads: 22,425 Last month
  • Docker Downloads: 135,198
Rankings
Downloads: 2.3%
Dependent packages count: 3.3%
Dependent repos count: 3.6%
Stargazers count: 4.6%
Forks count: 6.3%
Average: 6.7%
Docker downloads count: 20.2%
Maintainers (1)
Last synced: 10 months ago
conda-forge.org: r-sjlabelled
  • Versions: 18
  • Dependent Packages: 4
  • Dependent Repositories: 2
Rankings
Dependent packages count: 12.5%
Dependent repos count: 20.1%
Average: 27.8%
Stargazers count: 36.0%
Forks count: 42.6%
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.4 depends
  • datawizard * imports
  • insight * imports
  • stats * imports
  • tools * imports
  • utils * imports
  • dplyr * suggests
  • haven >= 1.1.2 suggests
  • knitr * suggests
  • magrittr * suggests
  • rlang * suggests
  • rmarkdown * suggests
  • sjPlot * suggests
  • sjmisc * suggests
  • snakecase * suggests
  • testthat * suggests
.github/workflows/R-CMD-check-hard.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/html-5-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/lint.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yml actions
  • JamesIves/github-pages-deploy-action 4.1.4 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite