Skip to content

Commit

Permalink
Preparation for CRAN v0.1.0 release
Browse files Browse the repository at this point in the history
* Fixed invalid URL and typos in package README.md
  • Loading branch information
Ian Buller, PhD, MA committed Aug 10, 2022
1 parent f72485a commit 35edd04
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ndi
Title: Neighborhood Deprivation Indices
Version: 0.0.1
Date: 2022-08-05
Version: 0.1.0
Date: 2022-08-10
Authors@R:
c(person(given = "Ian D.",
family = "Buller",
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# ndi (development version)

# ndi v0.1.0
* Fixed invalid URL and typos in package README.md

# ndi v0.0.1
* Initial CRAN submission
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ ndi: Neighborhood Deprivation Indices <img src="man/figures/ndi.png" width="120"
===================================================

<!-- badges: start -->
<!-- [![CRAN
version](https://www.r-pkg.org/badges/version-ago/ndi)](https://cran.r-project.org/package=ndi)
[![CRAN RStudio mirror
downloads](https://cranlogs.r-pkg.org/badges/grand-total/ndi?color=blue)](https://r-pkg.org/pkg/ndi) -->
<!-- [![CRAN status](http://www.r-pkg.org/badges/version/ndi)](https://cran.r-project.org/package=ndi)
[![CRAN version](https://www.r-pkg.org/badges/version-ago/ndi)](https://cran.r-project.org/package=ndi)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/ndi?color=blue)](https://r-pkg.org/pkg/ndi) -->
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![GitHub last commit](https://img.shields.io/github/last-commit/idblr/ndi)
<!-- badges: end -->

**Date repository last updated**: August 05, 2022
**Date repository last updated**: August 10, 2022

### Overview

Expand Down Expand Up @@ -43,7 +43,7 @@ To install the development version from GitHub:
<td>Compute NDI based on <a href="https://doi.org/10.1007/s11524-006-9094-x">Messer et al. (2006)</a>.</td>
</tr>
<td><code>powell_wiley</code></td>
<td>Compute NDI based on <a href="https://doi.org/10.1080/17445647.2020.1750066">Andrews et al. (2020)</a> and <a href="https://doi.org/10.1016/j.dib.2022.108002x">Slotman et al. (2022)</a> with variables chosen by <a href="https://doi.org/10.1111/j.1749-6632.2009.05333.x">Roux and Mair (2010)</a>.</td>
<td>Compute NDI based on <a href="https://doi.org/10.1080/17445647.2020.1750066">Andrews et al. (2020)</a> and <a href="https://doi.org/10.1016/j.dib.2022.108002">Slotman et al. (2022)</a> with variables chosen by <a href="https://doi.org/10.1111/j.1749-6632.2009.05333.x">Roux and Mair (2010)</a>.</td>
</tr>
</tbody>
<table>
Expand Down Expand Up @@ -165,7 +165,7 @@ powell_wiley2020DCi <- powell_wiley(state = "DC", year = 2020, imp = TRUE) # imp
powell_wiley2020DC$ndi

# The results from the principal component analysis used to compute the NDI (Powell-Wiley) values
powell_wiley2020DC$fa
powell_wiley2020DC$pca

# A tibble containing a breakdown of the missingingness of the census characteristics used to compute the NDI (Powell-Wiley) values
powell_wiley2020DC$missing
Expand Down Expand Up @@ -271,7 +271,7 @@ table(ndi2020DC$NDIQuart, ndi2020DC$NDIQuint)

### Funding

Package was developed while the author was a postdoctoral fellow supported by the [Cancer Prevention Fellowship Program](https://cpfp.cancer.gov/) at the [National Cancer Institute](https://www.cancer.gov/).
This package was developed while the author was a postdoctoral fellow supported by the [Cancer Prevention Fellowship Program](https://cpfp.cancer.gov/) at the [National Cancer Institute](https://www.cancer.gov/).

### Acknowledgments

Expand Down
5 changes: 4 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## This is a new release
## This is the first resubmission

* Actions taken since previous submission based on feedback from Beni Altmann:
* Fixed invalid URL and typos in package README.md

* Documentation for DESCRIPTION and README references the following DOI, which throws a NOTE but is a valid URL:
* <https://doi.org/10.1111/j.1749-6632.2009.05333.x>
Expand Down

0 comments on commit 35edd04

Please sign in to comment.