Science Score: 13.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
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.7%) to scientific vocabulary
Keywords from Contributors
Repository
Post-hoc Interaction Analysis in R
Basic Info
- Host: GitHub
- Owner: heliosdrm
- License: other
- Language: R
- Default Branch: master
- Size: 168 KB
Statistics
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 2
- Releases: 1
Metadata Files
README.md
R package “phia”
Post-hoc Interaction Analysis in R
Getting started
The official release of the package is on CRAN: http://cran.r-project.org/web/packages/phia/
To get it installed, just write in an R session:
R
install.packages("phia", repos="http://cran.r-project.org")
To work with the newest development version, check the build status icon at the top of this page. If it says “passing”, you should be able to install it from the source. Clone this Git repository in your machine, and if you have the tools to build R packages, do it and install it as appropriate for your OS.
If you cannot build it, you may still install it from an R session. Set the working directory to the parent folder where phia is copied, and then do:
R
install.packages("phia", repos=NULL, type="source")
In this case, the package dependencies and the PDF docs will not be installed. You should at least install package car (from CRAN) separately to have a fully operative package.
After installing, you have to load to use the package, with:
R
library(phia)
For further details about how to use the package, read the vignette that comes with it.
And feel free to comment on any issues, file bugs or suggest improvements. All contributions are welcome! If you don't have a GitHub account, try submitting your issues through Git Reports.
Owner
- Name: Helios De Rosario
- Login: heliosdrm
- Kind: user
- Location: Valencia, Spain
- Company: Instituto de Biomecánica de Valencia
- Repositories: 6
- Profile: https://github.com/heliosdrm
GitHub Events
Total
- Create event: 3
- Release event: 2
- Issues event: 2
- Delete event: 1
- Issue comment event: 5
- Push event: 5
- Pull request event: 2
Last Year
- Create event: 3
- Release event: 2
- Issues event: 2
- Delete event: 1
- Issue comment event: 5
- Push event: 5
- Pull request event: 2
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Helios De Rosario | h****o@g****m | 41 |
| Helios De Rosario | h****m | 8 |
| unknown | H****O@U****s | 2 |
| Phil Chalmers | r****s@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 4
- Total pull requests: 7
- Average time to close issues: about 4 years
- Average time to close pull requests: 4 months
- Total issue authors: 4
- Total pull request authors: 2
- Average comments per issue: 1.75
- Average comments per pull request: 0.29
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 2
- Average time to close issues: 2 days
- Average time to close pull requests: about 3 hours
- Issue authors: 2
- Pull request authors: 1
- Average comments per issue: 3.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Lee-Wurm (1)
- heliosdrm (1)
- MissTinger (1)
- marceloavalostejeda (1)
Pull Request Authors
- heliosdrm (9)
- philchalmers (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 3,076 last-month
- Total docker downloads: 37,332
- Total dependent packages: 6
- Total dependent repositories: 6
- Total versions: 11
- Total maintainers: 1
cran.r-project.org: phia
Post-Hoc Interaction Analysis
- Homepage: https://github.com/heliosdrm/phia
- Documentation: http://cran.r-project.org/web/packages/phia/phia.pdf
- License: GPL (≥ 3)
-
Latest release: 0.3-2
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- car * depends
- graphics * depends
- stats * depends
- Matrix * imports
- grDevices * imports
- methods * imports
- utils * imports
- lme4 * suggests
- nlme * suggests
- 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
- r-lib/actions/setup-tinytex v2 composite