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 @@
@@ -92,7 +92,7 @@Most of the procedures implemented in this package are described in more detail in this working paper.
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
- Download from CRAN at
https://cloud.r-project.org/package=segregation
-- Browse source code at
http://github.com/elbersb/segregation/
+ - Browse source code at
https://github.com/elbersb/segregation/
-- Report a bug at
http://github.com/elbersb/segregation/issues
+ - Report a bug at
https://github.com/elbersb/segregation/issues