Skip to content

Commit d1e2e36

Browse files
committed
cran: v1.1.2 submission
1 parent 4455181 commit d1e2e36

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fipio
22
Title: Lightweight Federal Information Processing System (FIPS) Code Information Retrieval
3-
Version: 1.1.1.9000
3+
Version: 1.1.2
44
Authors@R:
55
c(person(given = "Justin",
66
family = "Singh-Mohudpur",
@@ -17,8 +17,8 @@ Authors@R:
1717
Description: Provides a lightweight suite
1818
of functions for retrieving information
1919
about 5-digit or 2-digit US FIPS codes.
20-
URL: https://fipio.justinsingh.me, https://github.com/UFOKN/fipio
21-
BugReports: https://github.com/UFOKN/fipio/issues
20+
URL: https://fipio.justinsingh.me, https://github.com/program--/fipio
21+
BugReports: https://github.com/program--/fipio/issues
2222
License: MIT + file LICENSE
2323
Encoding: UTF-8
2424
Roxygen: list(markdown = TRUE)

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fipio 1.1.1.9000
1+
# fipio 1.1.2
22

33
- Fixed `coords_to_fips()` throwing `order` error due to `ret_index` being a list ([#15](https://github.com/program--/fipio/issues/15))
44
- Return documentation back to linking to https://github.com/program-- instead of UFOKN's GitHub org.

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ knitr::opts_chunk$set(
1818
<!-- badges: start -->
1919
[![CRAN status](https://www.r-pkg.org/badges/version/fipio)](https://CRAN.R-project.org/package=fipio)
2020
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/fipio)](https://CRAN.R-project.org/package=fipio)
21-
[![codecov](https://codecov.io/gh/program--/fipio/graph/badge.svg?token=1ODDHARQM1)](https://codecov.io/gh/program--/fipio)
21+
[![codecov](https://codecov.io/gh/program--/fipio/graph/badge.svg?token=1ODDHARQM1)](https://app.codecov.io/gh/program--/fipio)
2222
[![R-CMD-check](https://github.com/program--/fipio/workflows/R-CMD-check/badge.svg)](https://github.com/program--/fipio/actions)
23-
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
23+
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/license/mit/)
2424
<!-- badges: end -->
2525

2626
`fipio` is a **lightweight** package that makes it easy to get information about a US FIPS code.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
status](https://www.r-pkg.org/badges/version/fipio)](https://CRAN.R-project.org/package=fipio)
1010
[![CRAN
1111
downloads](https://cranlogs.r-pkg.org/badges/fipio)](https://CRAN.R-project.org/package=fipio)
12-
[![codecov](https://codecov.io/gh/program--/fipio/graph/badge.svg?token=1ODDHARQM1)](https://codecov.io/gh/program--/fipio)
12+
[![codecov](https://codecov.io/gh/program--/fipio/graph/badge.svg?token=1ODDHARQM1)](https://app.codecov.io/gh/program--/fipio)
1313
[![R-CMD-check](https://github.com/program--/fipio/workflows/R-CMD-check/badge.svg)](https://github.com/program--/fipio/actions)
1414
[![MIT
15-
License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
15+
License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/license/mit/)
1616
<!-- badges: end -->
1717

1818
`fipio` is a **lightweight** package that makes it easy to get

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This is a resubmission. This version addresses bugfixes. See the NEWS.md file fo
44

55
## Test environments
66

7-
* GitHub Actions (ubuntu-18.04): devel, release, oldrel, 3.6, 3.5
7+
* GitHub Actions (ubuntu-latest): devel, release, oldrel, 3.6, 3.5
88
* GitHub Actions (windows): release, 3.6
99
* GitHub Actions (macOS): release
1010
* win-builder: devel
1111

1212
## R CMD check results
1313

14-
0 errors | 0 warnings | 0 note
14+
0 errors | 0 warnings | 0 note

0 commit comments

Comments
 (0)