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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.6%) to scientific vocabulary
Keywords
r-package
rstats
software
Last synced: 6 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: stefanocoretta
- License: other
- Language: R
- Default Branch: main
- Homepage: https://stefanocoretta.github.io/tidygam/
- Size: 10 MB
Statistics
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 8
- Releases: 2
Topics
r-package
rstats
software
Created almost 4 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tidygam: Tidy Prediction and Plotting of Generalised Additive Models
`r badger::badge_cran_release("tidygam", "blue")`
`r badger::badge_cran_checks("tidygam")`
`r badger::badge_devel(color = "orange")`
With tidygam, users can more easily obtain predictions from Generalised Additive Models (GAMs) and plot them, using tidyverse tools.
## Installation
You can install the latest release of tidygam from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("stefanocoretta/tidygam@v1.0.0")
```
Alternatively, you can install the development version:
``` r
# install.packages("remotes")
remotes::install_github("stefanocoretta/tidygam@devel")
```
## Examples
For examples, see the `Get started` vignette and the documentation of `predict_gam()` and `plot.tidygam()`.
Owner
- Name: Stefano Coretta
- Login: stefanocoretta
- Kind: user
- Location: Edinburgh
- Company: University of Edinburgh
- Website: https://stefanocoretta.github.io
- Twitter: StefanoCoretta
- Repositories: 126
- Profile: https://github.com/stefanocoretta
I am a Lecturer (Assistant Professor) in the Linguistics and English Language department of the University of Edinburgh
GitHub Events
Total
- Release event: 2
- Watch event: 1
- Issue comment event: 1
- Push event: 19
- Create event: 2
Last Year
- Release event: 2
- Watch event: 1
- Issue comment event: 1
- Push event: 19
- Create event: 2
Issues and Pull Requests
Last synced: over 2 years ago
All Time
- Total issues: 13
- Total pull requests: 0
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Total issue authors: 3
- Total pull request authors: 0
- Average comments per issue: 0.69
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 9
- Pull requests: 0
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.44
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- stefanocoretta (10)
- rebootcat (2)
Pull Request Authors
Top Labels
Issue Labels
bug (4)
documentation (2)
enhancement (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 311 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: tidygam
Tidy Prediction and Plotting of Generalised Additive Models
- Homepage: https://github.com/stefanocoretta/tidygam
- Documentation: http://cran.r-project.org/web/packages/tidygam/tidygam.pdf
- License: MIT + file LICENSE
-
Latest release: 1.0.0
published about 1 year ago
Rankings
Forks count: 17.4%
Stargazers count: 18.5%
Average: 27.4%
Dependent packages count: 28.3%
Downloads: 35.9%
Dependent repos count: 36.9%
Maintainers (1)
Last synced:
6 months ago
Dependencies
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action 4.1.4 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- R >= 2.10 depends
- cli * imports
- dplyr * imports
- ggplot2 * imports
- glue * imports
- insight * imports
- magrittr * imports
- mgcv * imports
- rlang * imports
- stringr * imports
- tibble * imports
- tidyr * imports
- tidyselect * imports
- knitr * suggests
- rmarkdown * suggests