Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (21.2%) to scientific vocabulary
Keywords
iramuteq
qualitative-analysis
r
r-package
rstats
text-analysis
text-mining
Last synced: 6 months ago
·
JSON representation
Repository
💬⛏️ IRaMuTeQ Software Analyses in R
Basic Info
- Host: GitHub
- Owner: danielvartan
- License: other
- Language: R
- Default Branch: main
- Homepage: https://danielvartan.github.io/iramuteqlike/
- Size: 3.37 MB
Statistics
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 6
- Releases: 1
Topics
iramuteq
qualitative-analysis
r
r-package
rstats
text-analysis
text-mining
Created over 4 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
Contributing
Funding
License
Code of conduct
Citation
Codemeta
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
library(iramuteqlike)
```
# iramuteqlike
[](https://www.repostatus.org/#active)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/giperbio/iramuteqlike/actions)
[](https://app.codecov.io/gh/giperbio/iramuteqlike?branch=main)
[](https://choosealicense.com/licenses/mit/)
[](https://giperbio.github.io/iramuteqlike/CODE_OF_CONDUCT.html)
## Overview
`iramuteqlike` is an R package with tools to reproduce the [IRaMuTeQ](http://www.iramuteq.org/) software analyses in R. Its aim is to facilitate text analyses and to improve reproducibility in research.
The package use different methods to compute some analyses, hence, the results can differ from the [IRaMuTeQ](http://www.iramuteq.org/) software.
Please note that `iramuteqlike` is not related in any way with the [IRaMuTeQ](http://www.iramuteq.org/) developer team.
## Prerequisites
You need to have some familiarity with the [R programming language](https://www.r-project.org/) to use `iramuteqlike` main functions.
If you don't feel comfortable with R, we strongly recommend checking Hadley Wickham and Garrett Grolemund's free and online book [R for Data Science](https://r4ds.had.co.nz/) and the Coursera course from John Hopkins University [Data Science: Foundations using R](https://www.coursera.org/specializations/data-science-foundations-r) (free for audit students).
## Installation
You can install `iramuteqlike` with:
``` {r, eval = FALSE}
# install.packages("remotes")
remotes::install_github("giperbio/iramuteqlike")
```
## Citation
If you use `iramuteqlike` in your research, please consider citing it. We put a lot of work to build and maintain a free and open-source R package. You can find the citation below.
```{r}
citation("iramuteqlike")
```
## Contributing
We welcome contributions, including bug reports.
Take a moment to review our [Guidelines for Contributing](https://giperbio.github.io/iramuteqlike/CONTRIBUTING.html).
Become an `iramuteqlike` supporter!
Click [here](https://github.com/sponsors/danielvartan) to make a donation. Please indicate the `iramuteqlike` package in your donation message.
Owner
- Name: Daniel Vartanian
- Login: danielvartan
- Kind: user
- Location: São Paulo, Brazil
- Company: @sustentarea
- Website: danielvartan.com
- Repositories: 84
- Profile: https://github.com/danielvartan
Academic. Passionate about #opendata and #openscience.
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "iramuteqlike",
"description": "A set of tools to reproduce the IRaMuTeQ software analyzes on R.",
"name": "iramuteqlike: Tools to Reproduce the IRaMuTeQ Software Analyzes",
"relatedLink": "https://giperbio.github.io/iramuteqlike/",
"codeRepository": "https://github.com/giperbio/iramuteqlike/",
"issueTracker": "https://github.com/giperbio/iramuteqlike/issues/",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.1 (2023-06-16 ucrt)",
"author": [
{
"@type": "Person",
"givenName": "Daniel",
"familyName": "Vartanian",
"email": "danvartan@gmail.com",
"@id": "https://orcid.org/0000-0001-7782-759X"
},
{
"@type": "Person",
"givenName": "Alesandra",
"familyName": "Araujo de Souza",
"email": "alesandra.araujo@mail.uft.edu.br",
"@id": "https://orcid.org/0000-0003-0303-169X"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Daniel",
"familyName": "Vartanian",
"email": "danvartan@gmail.com",
"@id": "https://orcid.org/0000-0001-7782-759X"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Daniel",
"familyName": "Vartanian",
"email": "danvartan@gmail.com",
"@id": "https://orcid.org/0000-0001-7782-759X"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "covr",
"name": "covr",
"version": ">= 3.6.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=covr"
},
{
"@type": "SoftwareApplication",
"identifier": "friends",
"name": "friends",
"version": ">= 0.1.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=friends"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"version": ">= 1.42",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "mockr",
"name": "mockr",
"version": ">= 0.2.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=mockr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"version": ">= 2.20",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "spelling",
"name": "spelling",
"version": ">= 2.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=spelling"
},
{
"@type": "SoftwareApplication",
"identifier": "stringi",
"name": "stringi",
"version": ">= 1.7.12",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=stringi"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 3.1.6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"version": ">= 3.1.8",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 4.1"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "checkmate",
"name": "checkmate",
"version": ">= 2.1.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=checkmate"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "cli",
"name": "cli",
"version": ">= 3.6.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=cli"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"version": ">= 1.1.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"version": ">= 3.4.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "lifecycle",
"name": "lifecycle",
"version": ">= 1.0.3",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=lifecycle"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "readr",
"name": "readr",
"version": ">= 2.1.4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=readr"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "rutils",
"name": "rutils",
"sameAs": "https://github.com/danielvartan/rutils"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats",
"version": ">= 4.1.0"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "stringr",
"name": "stringr",
"version": ">= 1.5.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=stringr"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "tm",
"name": "tm",
"version": ">= 0.7-11",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tm"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils",
"version": ">= 4.1.0"
},
"13": {
"@type": "SoftwareApplication",
"identifier": "viridis",
"name": "viridis",
"version": ">= 0.6.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=viridis"
},
"14": {
"@type": "SoftwareApplication",
"identifier": "wordcloud",
"name": "wordcloud",
"version": ">= 2.6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=wordcloud"
},
"SystemRequirements": null
},
"fileSize": "110.881KB",
"citation": [
{
"@type": "CreativeWork",
"datePublished": "2023",
"author": [
{
"@type": "Person",
"givenName": "Daniel",
"familyName": "Vartanian",
"email": "danvartan@gmail.com",
"@id": "https://orcid.org/0000-0001-7782-759X"
},
{
"@type": "Person",
"givenName": "Alesandra",
"familyName": "Araujo de Souza",
"email": "alesandra.araujo@mail.uft.edu.br",
"@id": "https://orcid.org/0000-0003-0303-169X"
}
],
"name": "{iramuteqlike}: tools to reproduce the IRaMuTeQ software analyzes",
"url": "https://giperbio.github.io/iramuteqlike/",
"description": "R package version 0.0.0.9000"
}
],
"releaseNotes": "https://github.com/giperbio/iramuteqlike/blob/master/NEWS.md",
"readme": "https://github.com/danielvartan/iramuteqlike/blob/main/README.md",
"contIntegration": [
"https://github.com/giperbio/iramuteqlike/actions",
"https://app.codecov.io/gh/giperbio/iramuteqlike?branch=main"
],
"developmentStatus": [
"https://www.repostatus.org/#active",
"https://lifecycle.r-lib.org/articles/stages.html#experimental"
],
"keywords": [
"r",
"rstats",
"r-package",
"iramuteq",
"text-mining",
"text-analysis",
"qualitative-analysis"
]
}
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 6
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- danielvartan (6)
Pull Request Authors
Top Labels
Issue Labels
incomplete (6)
enhancement (5)
unfold (1)
documentation (1)
Pull Request Labels
Dependencies
.github/workflows/check-standard.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/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 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/test-coverage.yaml
actions
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- R >= 4.1 depends
- checkmate >= 2.1.0 imports
- cli >= 3.6.0 imports
- dplyr >= 1.1.0 imports
- ggplot2 >= 3.4.1 imports
- gutils * imports
- lifecycle >= 1.0.3 imports
- readr >= 2.1.4 imports
- stats >= 4.1.0 imports
- stringr >= 1.5.0 imports
- tm >= 0.7 imports
- utils >= 4.1.0 imports
- viridis >= 0.6.2 imports
- wordcloud >= 2.6 imports
- covr >= 3.6.1 suggests
- friends >= 0.1.0 suggests
- knitr >= 1.42 suggests
- mockr >= 0.2.1 suggests
- rmarkdown >= 2.20 suggests
- spelling >= 2.2 suggests
- stringi >= 1.7.12 suggests
- testthat >= 3.1.6 suggests
- tibble >= 3.1.8 suggests