You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ Package: datplot
2
2
Type: Package
3
3
Title: Preparation of object dating ranges for density plots
4
4
Version: 0.2.4
5
-
Author: Lisa Steinmann
6
-
Maintainer: Lisa Steinmann <lisa.steinmann@rub.de>
5
+
Author: anon
6
+
Maintainer: anon <anon@anon.de>
7
7
Description: Converting date ranges into dating 'steps' eases the visualization of changes in e.g. pottery consumption, style and other variables over time. This package provides tools to process and prepare data for visualization.
Copy file name to clipboardExpand all lines: R/data.R
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,15 @@ NULL
53
53
#' @format A data frame with 2878 rows and 9 variables:
54
54
#' \describe{
55
55
#' \item{\code{ID}}{character COLUMN_DESCRIPTION}
56
-
#' \item{\code{ikey}}{character ID at \url{https://inscriptions.packhum.org/}, if available}
56
+
#' \item{\code{ikey}}{character ID at \url{https://inscriptions.packhum.org/} / \url{https://edh-www.adw.uni-heidelberg.de/home}, if available}
57
57
#' \item{\code{Location}}{factor Findspot of the Inscription (City)}
58
58
#' \item{\code{Source}}{character Corpus/Citation of the Inscription}
59
59
#' \item{\code{Dating}}{character Original Chronological Assesment, may contain inconsistencies}
60
60
#' \item{\code{Language}}{factor Language of the Inscription, can either be Latin, Greek, or both}
61
61
#' \item{\code{uncertain_dating}}{logical TRUE if Dating is not certain, FALSE if dating is certain}
62
62
#' \item{\code{DAT_min}}{integer lower border of the dating timespan, negative values for BCE, positive values for CE}
63
63
#' \item{\code{DAT_max}}{integer uppper border of the dating timespan, negative values for BCE, positive values for CE}
64
+
#' \item{\code{URL}}{Link to the inscription (if available) at \url{https://inscriptions.packhum.org/} or \url{https://edh-www.adw.uni-heidelberg.de/home}}
64
65
#'}
65
66
#' @source Weissová, Barbora. 2019. “Regional Economy, Settlement Patterns and the Road System in Bithynia (4th Century BC - 6th Century AD). Spatial and Quantitative Analysis.” Dissertation, Berlin: Freie Universität Berlin. \url{https://refubium.fu-berlin.de/handle/fub188/23730}, partially after \url{https://inscriptions.packhum.org/}
[](https://codecov.io/gh/lsteinmann/datplot?branch=master)
[](https://codecov.io/gh/anonymousgit/datplot?branch=main)
5
5
<!-- badges: end -->
6
6
7
7
datplot
@@ -32,11 +32,11 @@ Installation
32
32
-------
33
33
'datplot' is not currently on CRAN. It can be installed from GitHub with devtools:
34
34
35
-
devtools::install_github("lsteinmann/datplot")
35
+
devtools::install_github("anonymousgit/datplot")
36
36
37
37
Or via downloading the latest release and installing from the file:
title = {Regional Economy, Settlement Patterns and the Road System in {{Bithynia}} (4th century {{BC}} - 6th century {{AD}}). {{Spatial}} and {{Quantitative Analysis}}},
23
-
author = {Weissov\'a, Barbora},
23
+
author = {Weissova, Barbora},
24
24
date = {2019},
25
25
institution = {{Freie Universit\"at Berlin}},
26
26
location = {{Berlin}},
@@ -33,7 +33,7 @@ @thesis{weissova2019
33
33
@article{weissova_HinterlandNikaiaNicaea_2019,
34
34
title = {The {{Hinterland}} of {{Nikaia}}/{{Nicaea}}/{{Iznik}}: {{Analyzing}} the {{Hellenistic Roman}} and {{Late Antique Bithynian Landscape}} through {{Remote Sensing}} and {{GIS Techniques}}},
35
35
shorttitle = {The {{Hinterland}} of {{Nikaia}}/{{Nicaea}}/{{Iznik}}},
36
-
author = {Weissov\'a, Barbora and Brigand, Robin and Polla, Silvia},
36
+
author = {Weissova, Barbora and Brigand, Robin and Polla, Silvia},
37
37
date = {2019},
38
38
journaltitle = {eTopoi Journal for Ancient Studies},
title = {Aoristic Analysis: Seeds of a New Approach to Mapping Archaeological Distributions through Time},
73
72
booktitle = {2003 - Enter the Past. The E-way into the four Dimensions of Cultural Heritage. CAA 2003. Computer Applications and Quantitative Methods in Archaeology},
0 commit comments