dynutils

Utility functions for data preparation when fitting dynamic models.

https://github.com/jeksterslab/dynutils

Science Score: 44.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Utility functions for data preparation when fitting dynamic models.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Citation

README.md

dynUtils

Ivan Jacob Agaloos Pesigan 2024-10-01

R-CMD-check test-coverage lint pkgdown codecov <!-- badges: end -->

Description

Utility functions for data preparation when fitting dynamic models.

Installation

You can install the released version of dynUtils from GitHub with:

r if (!require("remotes")) install.packages("remotes") remotes::install_github("jeksterslab/dynUtils")

More Information

See GitHub Pages for package documentation.

References

R Core Team. (2023). *R: A language and environment for statistical computing*. R Foundation for Statistical Computing.

Owner

  • Name: Ivan Jacob Agaloos Pesigan
  • Login: jeksterslab
  • Kind: user
  • Company: University of Macau

Citation (CITATION.cff)

# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
 
cff-version: 1.2.0
message: 'To cite package "dynUtils" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'dynUtils: Dynamic Modeling Utilities'
version: 0.9.1
abstract: Utility functions for data preparation when fitting dynamic models.
authors:
- family-names: Pesigan
  given-names: Ivan Jacob Agaloos
  email: r.jeksterslab@gmail.com
  orcid: https://orcid.org/0000-0003-4818-8420
preferred-citation:
  type: manual
  title: 'dynUtils: Dynamic Modeling Utilities'
  authors:
  - family-names: Pesigan
    given-names: Ivan Jacob Agaloos
    email: r.jeksterslab@gmail.com
    orcid: https://orcid.org/0000-0003-4818-8420
  year: '2024'
  notes: R package version 0.9.1
repository-code: https://github.com/jeksterslab/dynUtils
url: https://jeksterslab.github.io/dynUtils/
contact:
- family-names: Pesigan
  given-names: Ivan Jacob Agaloos
  email: r.jeksterslab@gmail.com
  orcid: https://orcid.org/0000-0003-4818-8420

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 25
  • Total Committers: 1
  • Avg Commits per committer: 25.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
jeksterslab j****b 25

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/check-full.yml 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/latex.yml actions
  • actions/checkout v4 composite
  • s0/git-publish-subdir-action develop composite
.github/workflows/lint.yml actions
  • actions/checkout v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/make-all.yml actions
  • actions/checkout v4 composite
.github/workflows/make.yml actions
  • actions/checkout v4 composite
  • devops-infra/action-commit-push master composite
.github/workflows/pkgdown-gh-pages.yml actions
  • JamesIves/github-pages-deploy-action v4 composite
  • actions/checkout v4 composite
.github/workflows/rhub.yml actions
  • actions/checkout v4 composite
  • r-lib/actions/check-r-package v2 composite
.github/workflows/shellcheck.yml actions
  • actions/checkout v4 composite
  • ludeeus/action-shellcheck master composite
.github/workflows/source.yml actions
  • actions/checkout v4 composite
  • s0/git-publish-subdir-action develop composite
.github/workflows/test-coverage.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • R >= 3.5.0 depends
  • knitr * suggests
  • rmarkdown * suggests
  • simStateSpace * suggests
  • testthat * suggests
.devcontainer/Dockerfile docker
  • ijapesigan/r2u-r-project latest build