rproject
A collection of functions to setup R projects. This package is intended for personal use only.
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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
·
Repository
A collection of functions to setup R projects. This package is intended for personal use only.
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 3 years ago
· Last pushed 9 months ago
Metadata Files
Readme
Changelog
License
Citation
README.md
rProject
Ivan Jacob Agaloos Pesigan 2025-08-30
Description
A collection of functions to setup R (R Core Team, 2023) projects. This package is intended for personal use only.
Installation
You can install the released version of rProject from
GitHub with:
r
if (!require("remotes")) install.packages("remotes")
remotes::install_github("ijapesigan/rProject")
More Information
See GitHub Pages for package documentation.
See Quarto Pub for package wiki and other resources.
References
R Core Team. (2023). *R: A language and environment for statistical
computing*. R Foundation for Statistical Computing.
Owner
- Login: ijapesigan
- Kind: user
- Repositories: 1
- Profile: https://github.com/ijapesigan
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 "rProject" in publications use:'
type: software
license: MIT
title: 'rProject: Setup R Project'
version: 0.0.21
identifiers:
- type: url
value: https://ijapesigan.github.io/rProject/
abstract: A collection of functions to setup R projects.
authors:
- family-names: Pesigan
given-names: Ivan Jacob Agaloos
email: ijapesigan@gmail.com
orcid: https://orcid.org/0000-0003-4818-8420
preferred-citation:
type: manual
title: 'rProject: Setup R Project'
authors:
- family-names: Pesigan
given-names: Ivan Jacob Agaloos
email: r.ijapesigan@gmail.com
orcid: https://orcid.org/0000-0003-4818-8420
year: '2024'
notes: R package version 0.0.21
repository-code: https://github.com/ijapesigan/rProject
url: https://github.com/ijapesigan/rProject/
contact:
- family-names: Pesigan
given-names: Ivan Jacob Agaloos
email: ijapesigan@gmail.com
orcid: https://orcid.org/0000-0003-4818-8420
GitHub Events
Total
- Push event: 685
- Pull request event: 2
- Create event: 1
Last Year
- Push event: 685
- Pull request event: 2
- Create event: 1
Dependencies
DESCRIPTION
cran
- R >= 3.0.0 depends
- covr * imports
- devtools * imports
- distro * imports
- knitr * imports
- lintr * imports
- pkgdown * imports
- remotes * imports
- rprojroot * imports
- stats * imports
- styler * imports
- tinytex * imports
- utils * imports
- rmarkdown * suggests
- testthat * suggests
.github/workflows/check-full.yml
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/latex.yml
actions
- actions/checkout v3 composite
- s0/git-publish-subdir-action develop composite
.github/workflows/lint.yml
actions
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/make-all.yml
actions
- actions/checkout v3 composite
.github/workflows/make.yml
actions
- actions/checkout v3 composite
- devops-infra/action-commit-push master composite
.github/workflows/pkgdown-gh-pages.yml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
.github/workflows/quarto-gh-pages.yml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
.github/workflows/quarto-quarto-pub.yml
actions
- actions/checkout v3 composite
.github/workflows/rhub.yml
actions
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
.github/workflows/shellcheck.yml
actions
- actions/checkout v3 composite
- ludeeus/action-shellcheck master composite
.github/workflows/source.yml
actions
- actions/checkout v3 composite
- s0/git-publish-subdir-action develop composite
.github/workflows/test-coverage.yml
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
.devcontainer/Dockerfile
docker
- ijapesigan/r2u-r-project latest build