Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Star03 #6

Merged
merged 3 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ Type: Package
Package: geogenr
Title: Generator from American Community Survey Geodatabases
Version: 2.0.0.9000
Authors@R:
person("Jose", "Samos", , "jsamos@ugr.es", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-4457-3439"))
Authors@R: c(
person("Jose", "Samos", , "jsamos@ugr.es", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4457-3439")),
person("Universidad de Granada", role = "cph")
)
Description: The American Community Survey (ACS)
<https://www.census.gov/programs-surveys/acs> offers geodatabases with
geographic information and associated data of interest to researchers
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# geogenr (development version)
* Modify the cph field of the description.
* Include logo on website.

# geogenr 2.0.0
* New data model.
Expand Down
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ knitr::opts_chunk$set(
[![R-CMD-check](https://github.com/josesamos/geogenr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/josesamos/geogenr/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/josesamos/geogenr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/josesamos/geogenr?branch=master)
[![Downloads](http://cranlogs.r-pkg.org/badges/geogenr?color=brightgreen)](https://www.r-pkg.org:443/pkg/geogenr)
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/geogenr?color=brightgreen)](https://www.r-pkg.org:443/pkg/geogenr)
<!-- badges: end -->


Expand Down Expand Up @@ -112,7 +113,7 @@ act |>
get_report_names()
```

We can export the reports of the selected topic to various formats such as `GeoPackage`, also `flat_table` or `star_schema` of the [`rolap`](https://cran.r-project.org/package=rolap) package. In this case we are going to obtain a `GeoPackage`.
We can export the reports of the selected topic to various formats such as `GeoPackage`, also `flat_table` or `star_database` of the [`rolap`](https://cran.r-project.org/package=rolap) package. In this case we are going to obtain a `GeoPackage`.

```{r}
geo <- act |>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ status](https://www.r-pkg.org/badges/version/geogenr)](https://CRAN.R-project.or
[![Codecov test
coverage](https://codecov.io/gh/josesamos/geogenr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/josesamos/geogenr?branch=master)
[![Downloads](http://cranlogs.r-pkg.org/badges/geogenr?color=brightgreen)](https://www.r-pkg.org:443/pkg/geogenr)
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/geogenr?color=brightgreen)](https://www.r-pkg.org:443/pkg/geogenr)
<!-- badges: end -->

The [American Community Survey
Expand Down Expand Up @@ -149,7 +150,7 @@ act |>
```

We can export the reports of the selected topic to various formats such
as `GeoPackage`, also `flat_table` or `star_schema` of the
as `GeoPackage`, also `flat_table` or `star_database` of the
[`rolap`](https://cran.r-project.org/package=rolap) package. In this
case we are going to obtain a `GeoPackage`.

Expand Down
Binary file modified inst/figures/geogenr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.