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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.7%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Pokemon Data
Basic Info
Statistics
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 3
Created over 3 years ago
· Last pushed over 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%"
)
```
# pokemon
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://CRAN.R-project.org/package=pokemon)
[](https://github.com/williamorim/pokemon/actions/workflows/R-CMD-check.yaml)
This package provides a dataset of Pokemon information in both English and Brazilian Portuguese. The dataset contains 949 rows and 22 columns, including information such as the Pokemon's name, ID, height, weight, stats, type, and more.
## Installation
You can install the pokemon package with:
``` r
install.packages("pokemon")
```
You can install the development version of pokemon from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
remotes::install_github("williamorim/pokemon")
```
## Example
This is a basic example of pokemon data
```{r example}
library(pokemon)
dplyr::glimpse(pokemon)
dplyr::glimpse(pokemon_ptbr)
```
A basic plot:
```{r}
library(ggplot2)
# Create scatter plot
ggplot(pokemon, aes(x = height, y = weight)) +
geom_point() +
labs(
title = "Height vs. Weight of Pokemon",
x = "Height",
y = "Weight"
)
```
## License
MIT
Owner
- Name: William
- Login: williamorim
- Kind: user
- Location: São Paulo
- Company: @curso-r
- Website: https://wamorim.com
- Twitter: wamorim_
- Repositories: 50
- Profile: https://github.com/williamorim
Partner in @curso-r and data scientist. PhD in Statistics. Shiny developer.
GitHub Events
Total
- Watch event: 4
- Issue comment event: 1
- Push event: 3
- Pull request event: 1
- Fork event: 1
Last Year
- Watch event: 4
- Issue comment event: 1
- Push event: 3
- Pull request event: 1
- Fork event: 1
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| williamorim | t****9@g****m | 11 |
| William Amorim | w****m@M****l | 7 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: about 6 hours
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: about 6 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- marcusmunch (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 391 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: pokemon
Pokemon Data in English and Brazilian Portuguese
- Homepage: https://github.com/williamorim/pokemon
- Documentation: http://cran.r-project.org/web/packages/pokemon/pokemon.pdf
- License: MIT + file LICENSE
-
Latest release: 0.1.3
published over 3 years ago
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Average: 43.8%
Downloads: 89.6%
Maintainers (1)
Last synced:
11 months ago