brpop

R data package with Brazilian population estimates from different sources, aggregated by state, municipality, sex, and age groups.

https://github.com/rfsaldanha/brpop

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 (8.1%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

R data package with Brazilian population estimates from different sources, aggregated by state, municipality, sex, and age groups.

Basic Info
Statistics
  • Stars: 16
  • Watchers: 2
  • Forks: 4
  • Open Issues: 4
  • Releases: 0
Created about 4 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.md

brpop: Brazilian population estimates

CRAN status R-CMD-check

brpop is an R package that provides yearly Brazilian population estimates, aggregated by state, municipality, sex, and age groups. Those estimates are especially useful for calculating age and sex standardized disease rates.

Installation

Stable release at CRAN.

r install.packages("brpop") library(brpop)

Development version at GitHub.

r remotes::install_github("rfsaldanha/brpop") library(brpop)

Usage

The package provides population estimates by sex, age groups, municipalities and year from two sources: the DataSUS estimates, covering 2000 to 2021 and the UFRN-PPGDEM-LEPP estimates, covering from 2010 to 2030.

The package also provide total population estimates by municipality and year from IBGE from 2000 to 2024.

Along with the datasets, the package provide several functions to aggregate the estimates by state (UF) and health regions. Look at the Reference section for more details.

Owner

  • Name: Raphael Saldanha
  • Login: rfsaldanha
  • Kind: user
  • Location: Montpellier
  • Company: Inria

Geographer, Master's at Public Health (UFJF), PhD at Health Information and Communication. Postdoc at @INRIA.

GitHub Events

Total
  • Watch event: 2
  • Delete event: 6
  • Push event: 34
  • Pull request event: 3
  • Fork event: 1
  • Create event: 4
Last Year
  • Watch event: 2
  • Delete event: 6
  • Push event: 34
  • Pull request event: 3
  • Fork event: 1
  • Create event: 4

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 60
  • Total Committers: 1
  • Avg Commits per committer: 60.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Raphael Saldanha r****a@g****m 60

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 4
  • Total pull requests: 9
  • Average time to close issues: 3 months
  • Average time to close pull requests: 28 days
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 1.25
  • Average comments per pull request: 0.44
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • HenrikBengtsson (2)
  • filipemsc (1)
  • fulvionedel (1)
Pull Request Authors
  • rfsaldanha (6)
  • caio-peixoto (2)
  • fulvionedel (1)
  • filipemsc (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 274 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 7
  • Total maintainers: 1
cran.r-project.org: brpop

Brazilian Population Estimatives

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 274 Last month
Rankings
Forks count: 17.8%
Stargazers count: 19.8%
Dependent packages count: 29.8%
Average: 31.7%
Dependent repos count: 35.5%
Downloads: 55.6%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • dplyr * imports
  • future * imports
  • magrittr * imports
  • multidplyr * imports
  • rlang * imports
  • testthat >= 3.0.0 suggests
.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