idblr / ndi

Computes various geospatial indices of socioeconomic deprivation and disparity in the United States
Apache License 2.0
21 stars 1 forks source link

Krieger function not found #1

Closed munshimdrasel closed 2 years ago

munshimdrasel commented 2 years ago

Hy, While checking the codes, I am seeing the krieger function is not working. How can I resolve this issue?

Error in krieger(state = "TX", year = 2020) : could not find function "krieger"

Thanks Rasel

idblr commented 2 years ago

Hi Rasel,

The krieger() function is currently available in the development version (v0.1.2.9000) available from GitHub. You can download this version using the following code:

devtools::install_github("idblr/ndi")

After some bug fixes in the next few weeks, I will submit an updated release to CRAN

idblr commented 2 years ago

The krieger() function is now available in the release version (v0.1.2) available on CRAN