Skip to content

Commit 5179dc3

Browse files
Update data and java (minor issues ACM arg multi)
1 parent 7c72818 commit 5179dc3

File tree

17 files changed

+10
-10
lines changed

17 files changed

+10
-10
lines changed

R/data.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#' \describe{
88
#' \item{rownames}{County ID.}
99
#' \item{Population}{Number of inhabitants.}
10-
#' \item{Out-commuters}{Number of out-commuters.}
11-
#' \item{In-commuters}{Number of in-commuters.}
10+
#' \item{Out_Commuters}{Number of out-commuters.}
11+
#' \item{In_Commuters}{Number of in-commuters.}
1212
#' }
1313
#' @source <https://www2.census.gov/programs-surveys/decennial/tables/2000/county-to-county-worker-flow-files/>
1414
"mass"
@@ -84,8 +84,8 @@
8484
#' \describe{
8585
#' \item{rownames}{Municipality ID.}
8686
#' \item{Population}{Number of inhabitants.}
87-
#' \item{Out-commuters}{Number of out-commuters.}
88-
#' \item{In-commuters}{Number of in-commuters.}
87+
#' \item{Out_Commuters}{Number of out-commuters.}
88+
#' \item{In_Commuters}{Number of in-commuters.}
8989
#' }
9090
#' @source <https://www.insee.fr/fr/statistiques/7630376/>
9191
#' @keywords internal

data/coords.rda

0 Bytes
Binary file not shown.

data/coords_xy.rda

0 Bytes
Binary file not shown.

data/county.rda

2.02 KB
Binary file not shown.

data/distance.rda

40 Bytes
Binary file not shown.

data/mass.rda

0 Bytes
Binary file not shown.

data/mass_mtp.rda

0 Bytes
Binary file not shown.

data/od.rda

-4 Bytes
Binary file not shown.

inst/java/Sij.jar

7 Bytes
Binary file not shown.

inst/java/TDLM.class

-5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)