diff --git a/README.Rmd b/README.Rmd index 0e3d231..bcd051d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -32,8 +32,8 @@ Find more information in the [documentation](https://elbersb.de/segregation). - calculate total, between, within, and local segregation - decompose differences in total segregation over time - estimate standard errors via bootstrapping -- every method returns a [tidy](http://vita.had.co.nz/papers/tidy-data.html) [data.table](http://r-datatable.com) for easy post-processing and plotting -- it's fast, because it uses the [`data.table`](https://github.com/Rdatatable/data.table/wiki) package internally +- every method returns a [tidy](https://vita.had.co.nz/papers/tidy-data.html) [data.table](https://rdatatable.gitlab.io/data.table/) for easy post-processing and plotting +- it's fast, because it uses the [`data.table`](https://rdatatable.gitlab.io/data.table/) package internally Most of the procedures implemented in this package are described in more detail [in this working paper](https://osf.io/preprints/socarxiv/ya7zs/). diff --git a/README.md b/README.md index 5b7695b..1ac399e 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Find more information in the - decompose differences in total segregation over time - estimate standard errors via bootstrapping - every method returns a - [tidy](http://vita.had.co.nz/papers/tidy-data.html) - [data.table](http://r-datatable.com) for easy post-processing and - plotting + [tidy](https://vita.had.co.nz/papers/tidy-data.html) + [data.table](https://rdatatable.gitlab.io/data.table/) for easy + post-processing and plotting - it’s fast, because it uses the - [`data.table`](https://github.com/Rdatatable/data.table/wiki) - package internally + [`data.table`](https://rdatatable.gitlab.io/data.table/) package + internally Most of the procedures implemented in this package are described in more detail [in this working diff --git a/cran-comments.md b/cran-comments.md index 46babf4..d7c523b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,5 @@ +Resubmit, fix URL + ## Test environments * local macOS 11.1, R 4.0.2 diff --git a/docs/404.html b/docs/404.html index ae8e589..b9db92a 100644 --- a/docs/404.html +++ b/docs/404.html @@ -71,7 +71,7 @@ segregation - 0.3.0.9000 + 0.4.0 @@ -92,7 +92,7 @@

Most of the procedures implemented in this package are described in more detail in this working paper.

@@ -96,7 +96,7 @@

Usage

The package provides an easy way to calculate segregation measures, based on the Mutual Information Index (M) and Theil’s Entropy Index (H).

-library(segregation)
+library(segregation)
 
 # example dataset with fake data provided by the package
 mutual_total(schools00, "race", "school", weight = "n")
@@ -192,9 +192,9 @@ 

Links

diff --git a/docs/news/index.html b/docs/news/index.html index 6d79f3f..915041a 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -71,7 +71,7 @@ segregation - 0.3.0.9000 + 0.4.0
@@ -92,7 +92,7 @@