Skip to content

Commit

Permalink
cran: v1.1.2 submission
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Jan 22, 2024
1 parent 4455181 commit d1e2e36
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fipio
Title: Lightweight Federal Information Processing System (FIPS) Code Information Retrieval
Version: 1.1.1.9000
Version: 1.1.2
Authors@R:
c(person(given = "Justin",
family = "Singh-Mohudpur",
Expand All @@ -17,8 +17,8 @@ Authors@R:
Description: Provides a lightweight suite
of functions for retrieving information
about 5-digit or 2-digit US FIPS codes.
URL: https://fipio.justinsingh.me, https://github.com/UFOKN/fipio
BugReports: https://github.com/UFOKN/fipio/issues
URL: https://fipio.justinsingh.me, https://github.com/program--/fipio
BugReports: https://github.com/program--/fipio/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fipio 1.1.1.9000
# fipio 1.1.2

- Fixed `coords_to_fips()` throwing `order` error due to `ret_index` being a list ([#15](https://github.com/program--/fipio/issues/15))
- Return documentation back to linking to https://github.com/program-- instead of UFOKN's GitHub org.
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/fipio)](https://CRAN.R-project.org/package=fipio)
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/fipio)](https://CRAN.R-project.org/package=fipio)
[![codecov](https://codecov.io/gh/program--/fipio/graph/badge.svg?token=1ODDHARQM1)](https://codecov.io/gh/program--/fipio)
[![codecov](https://codecov.io/gh/program--/fipio/graph/badge.svg?token=1ODDHARQM1)](https://app.codecov.io/gh/program--/fipio)
[![R-CMD-check](https://github.com/program--/fipio/workflows/R-CMD-check/badge.svg)](https://github.com/program--/fipio/actions)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/license/mit/)
<!-- badges: end -->

`fipio` is a **lightweight** package that makes it easy to get information about a US FIPS code.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
status](https://www.r-pkg.org/badges/version/fipio)](https://CRAN.R-project.org/package=fipio)
[![CRAN
downloads](https://cranlogs.r-pkg.org/badges/fipio)](https://CRAN.R-project.org/package=fipio)
[![codecov](https://codecov.io/gh/program--/fipio/graph/badge.svg?token=1ODDHARQM1)](https://codecov.io/gh/program--/fipio)
[![codecov](https://codecov.io/gh/program--/fipio/graph/badge.svg?token=1ODDHARQM1)](https://app.codecov.io/gh/program--/fipio)
[![R-CMD-check](https://github.com/program--/fipio/workflows/R-CMD-check/badge.svg)](https://github.com/program--/fipio/actions)
[![MIT
License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/license/mit/)
<!-- badges: end -->

`fipio` is a **lightweight** package that makes it easy to get
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This is a resubmission. This version addresses bugfixes. See the NEWS.md file fo

## Test environments

* GitHub Actions (ubuntu-18.04): devel, release, oldrel, 3.6, 3.5
* GitHub Actions (ubuntu-latest): devel, release, oldrel, 3.6, 3.5
* GitHub Actions (windows): release, 3.6
* GitHub Actions (macOS): release
* win-builder: devel

## R CMD check results

0 errors | 0 warnings | 0 note
0 errors | 0 warnings | 0 note

0 comments on commit d1e2e36

Please sign in to comment.