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 (11.3%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
Repository
R package to download data from Atlas do Estado Brasileiro
Basic Info
- Host: GitHub
- Owner: ipea
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://ipea.github.io/aebdata/
- Size: 1.97 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 0
Created over 1 year 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%"
)
```
# aebdata
[](https://github.com/ipea/aebdata/actions/workflows/R-CMD-check.yaml)
The package aebdata is part of an effort by the [Atlas do Estado Brasileiro](https://www.ipea.gov.br/atlasestado/) to facilitate people's access to Brazilian data so that anyone can conduct their analysis. The data, available in .csv format within the series, can now be downloaded directly from R.
## Installation
There are three methods to install the aebdata package: one from CRAN and two from [GitHub](https://github.com/):
``` r
# CRAN
install.packages("aebdata")
# GitHub
# The first is a more verbose and human-readable way, using pak:
# install.packages("pak")
pak::pkg_install("ipea/aebdata")
# The second is a lighter and more programmatic version:
# install.packages("remotes")
remotes::install_github("ipea/aebdata")
```
Owner
- Name: Instituto de Pesquisa Econômica Aplicada (IPEA)
- Login: ipea
- Kind: organization
- Website: www.ipea.gov.br
- Repositories: 5
- Profile: https://github.com/ipea
GitHub Events
Total
- Push event: 7
Last Year
- Push event: 7
Packages
- Total packages: 1
-
Total downloads:
- cran 610 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
cran.r-project.org: aebdata
Access Data from the Atlas do Estado Brasileiro
- Homepage: https://github.com/ipea/aebdata
- Documentation: http://cran.r-project.org/web/packages/aebdata/aebdata.pdf
- License: GPL (≥ 3)
-
Latest release: 0.1.4
published about 1 year ago
Rankings
Dependent packages count: 28.4%
Dependent repos count: 35.0%
Average: 50.1%
Downloads: 86.8%
Maintainers (1)
Last synced:
7 months ago
Dependencies
.github/workflows/R-CMD-check.yaml
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/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 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 >= 4.2.0 depends
- httr2 * imports
- readr * imports
- rvest * imports
- knitr * suggests
- rmarkdown * suggests
- stringi * suggests
- testthat >= 3.0.0 suggests