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 (16.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • Open Issues: 2
  • Releases: 2
Created over 1 year ago · Last pushed 11 months ago
Metadata Files
Readme Changelog

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# theorytools


[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/cjvanlissa/theorytools/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cjvanlissa/theorytools/actions/workflows/R-CMD-check.yaml)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html)


The `theorytools` package offers
an integrated suite of tools for creating, maintaining, and reusing
FAIR (Findable, Accessible, Interoperable, Reusable) theories in R.
Designed to support transparent and collaborative theory development,
the package enables users to formalize theories,
track changes with version control,
assess pre-empirical coherence,
and derive testable hypotheses.
Aligning with open science principles and workflows,
`theorytools` facilitates the systematic improvement of theoretical frameworks
and enhances their discoverability and usability.

## Installation

You can install the development version of `theorytools` from ['GitHub'](https://github.com/) with:

``` r
# install.packages("pak")
pak::pak("cjvanlissa/theorytools")
```

## Documentation

[View the package website here.](https://cjvanlissa.github.io/theorytools/)

Every user-facing function in the package is documented, and the documentation can be accessed by running `?function_name` in the R console, e.g., `?create_fair_theory`.

Moreover, you can check the package vignettes by running `vignette(package = "theorytools")`, and read specific vignettes by running, e.g., `vignette("fairtheory", package = "theorytools")`.

## Citing `theorytools`

You can cite the R-package with the following citation:

> Van Lissa, C. J. (2024). FAIR Theory Construction Toolkit (0.1.0) [R package]. https://github.com/cjvanlissa/theorytools

## Contributing and Contact Information

If you have ideas, please get involved. You can contribute by opening an issue on 'GitHub', or sending a pull request with proposed features. Contributions in code must adhere to the [tidyverse style guide](https://style.tidyverse.org/).

* File a 'GitHub' issue [here](https://github.com/cjvanlissa/theorytools/issues)
* Make a pull request [here](https://github.com/cjvanlissa/theorytools/pulls)

By participating in this project, you agree to abide by the [Contributor Code of Conduct v2.0](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html).

Owner

  • Name: C. J. van Lissa
  • Login: cjvanlissa
  • Kind: user
  • Company: Utrecht University

Developmental datascientist, studying mothers' and fathers' unique roles in children's socio-emotional development.

GitHub Events

Total
  • Create event: 3
  • Release event: 1
  • Issues event: 4
  • Watch event: 3
  • Issue comment event: 11
  • Public event: 1
  • Push event: 49
  • Pull request event: 5
  • Fork event: 2
Last Year
  • Create event: 3
  • Release event: 1
  • Issues event: 4
  • Watch event: 3
  • Issue comment event: 11
  • Public event: 1
  • Push event: 49
  • Pull request event: 5
  • Fork event: 2

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 3
  • Total pull requests: 3
  • Average time to close issues: about 18 hours
  • Average time to close pull requests: 2 days
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 2.67
  • Average comments per pull request: 1.33
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 3
  • Average time to close issues: about 18 hours
  • Average time to close pull requests: 2 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 2.67
  • Average comments per pull request: 1.33
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • brandmaier (2)
  • aaronpeikert (1)
Pull Request Authors
  • cjvanlissa (2)
  • brandmaier (2)
  • Maximilian-Stefan-Ernst (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 518 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: theorytools

FAIR Theory Construction

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 518 Last month
Rankings
Dependent packages count: 27.4%
Dependent repos count: 33.8%
Average: 49.4%
Downloads: 87.0%
Last synced: 10 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v4 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/rhub.yaml actions
  • r-hub/actions/checkout v1 composite
  • r-hub/actions/platform-info v1 composite
  • r-hub/actions/run-check v1 composite
  • r-hub/actions/setup v1 composite
  • r-hub/actions/setup-deps v1 composite
  • r-hub/actions/setup-r v1 composite
DESCRIPTION cran
  • cli * imports
  • gert * imports
  • gh * imports
  • jsonlite * imports
  • worcs >= 0.1.16 imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests