forked from cynkra/munch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Type: Package
Package: SwissCommunes
Title: Functions for working with the historicized list of
communes of Switzerland
Version: 0.0.7.9000
Date: 2019-01-01
Author: Kirill Müller
Maintainer: Kirill Müller <[email protected]>
Description: The mutations of Swiss communes are tracked in a
machine-readable mutation list. This allows guessing the reference
time for any given list of municipality IDs, and to construct mappings
between two lists of municipality IDs. The package provides functions
to import and work with this mutation list.
License: GPL-3
URL: https://github.com/krlmlr/SwissCommunes
BugReports: https://github.com/krlmlr/SwissCommunes/issues
Depends:
R (>= 2.10)
Imports:
kimisc (>= 0.4),
logging (>= 0.8-104),
Matrix,
plyr (>= 1.8.4),
reshape2 (>= 1.4.3),
SwissHistMunData
Suggests:
testthat (>= 2.0.1)
Remotes:
krlmlr/SwissHistMunData
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Collate:
'SwissCommunes-package.R'
'commune-hist-decl.R'
'swcGetMapping.R'
'swcGetMutations.R'