-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b6b8c1f
Showing
120 changed files
with
9,269 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
Package: aion | ||
Title: Archaeological Time Series | ||
Version: 1.0.0 | ||
Authors@R: c( | ||
person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")), | ||
person("Joe", "Roe", , "joseph.roe@iaw.unibe.ch", role = "aut", | ||
comment = c(ORCID = "0000-0002-1011-1244", affiliation = "Universität Bern")), | ||
person("Brice", "Lebrun", , "brice.lebrun@u-bordeaux-montaigne.fr", role = "ctb", | ||
comment = c(ORCID = "0000-0001-7503-8685")) | ||
) | ||
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr> | ||
Description: A toolkit for archaeological time series. This package | ||
provides a system of classes and methods to represent and work with | ||
archaeological time series. Dates are represented as "rata die" and | ||
can be converted to (virtually) any calendar defined by Reingold and | ||
Dershowitz (2018) <doi:10.1017/9781107415058>. This packages offers a | ||
simple API that can be used by other specialized packages. | ||
License: GPL (>= 3) | ||
URL: https://packages.tesselle.org/aion/, | ||
https://github.com/tesselle/aion | ||
BugReports: https://github.com/tesselle/aion/issues | ||
Depends: R (>= 3.3) | ||
Imports: arkhe, graphics, grDevices, methods | ||
Suggests: knitr, rmarkdown, rsvg, svglite, tinysnapshot, tinytest | ||
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.3 | ||
Collate: 'AllClasses.R' 'AllGenerics.R' 'aion-internal.R' | ||
'aion-package.R' 'calendar-gregorian.R' 'calendar-julian.R' | ||
'calendar.R' 'coerce.R' 'convert.R' 'data.R' 'mutators.R' | ||
'operators.R' 'plot.R' 'series.R' 'show.R' 'subset.R' 'time.R' | ||
'validate.R' 'years.R' 'zzz.R' | ||
NeedsCompilation: no | ||
Packaged: 2023-06-12 15:49:02 UTC; nicolas | ||
Author: Nicolas Frerebeau [aut, cre] (<https://orcid.org/0000-0001-5759-4944>, | ||
Université Bordeaux Montaigne), | ||
Joe Roe [aut] (<https://orcid.org/0000-0002-1011-1244>, Universität | ||
Bern), | ||
Brice Lebrun [ctb] (<https://orcid.org/0000-0001-7503-8685>) | ||
Repository: CRAN | ||
Date/Publication: 2023-06-13 08:10:07 UTC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
5d2b53c1b1d86c73136d92a804adc304 *DESCRIPTION | ||
c86f326ba18234f6525c1105935f3d19 *NAMESPACE | ||
e5a0f835e720e71940f3d1db2d3765b0 *NEWS.md | ||
67960379b200bfe9aa8551629b7438aa *R/AllClasses.R | ||
d6ed79219a7b26be5c4ef90c775b952a *R/AllGenerics.R | ||
d38656be290fc75e1397c02d17dad773 *R/aion-internal.R | ||
c0ad5ccb3b679a12cc238855525334e1 *R/aion-package.R | ||
867ae0303a7ba79337c671554188f8eb *R/calendar-gregorian.R | ||
e57e25362b28aa0a30a778b47861295f *R/calendar-julian.R | ||
a1892ab0eeda755a2e7271606e127858 *R/calendar.R | ||
16257f37d9efc166be97040277ee8442 *R/coerce.R | ||
67c121bfa8e98d50a243e92444d4ce57 *R/convert.R | ||
04ffc4a2693131e7a2082e059b961f5d *R/data.R | ||
3885bdf16134fb80d9f885a2c93a6aa0 *R/mutators.R | ||
1b96b10ba44344b4742dd0122221b7d6 *R/operators.R | ||
fbe9b5120a01326e649d78d7052a5ada *R/plot.R | ||
20835ca69fc0e29f18693358d15d147c *R/series.R | ||
ccddcf756920a2721d9254965dfab749 *R/show.R | ||
120c05ad32491be24ee55207641add03 *R/subset.R | ||
6c67ffbfd786aac914cfdb29be035e57 *R/time.R | ||
5fddcd20cb47f4bfbb50afb8834befc2 *R/validate.R | ||
b27459412d6cfda6e7d74255c4366007 *R/years.R | ||
958b1e7880269969e082958ea8dffddf *R/zzz.R | ||
2702a67de81aa73965c6cac3b982ecd0 *README.md | ||
439bf689fa27cf9affd0335332142165 *build/partial.rdb | ||
61682881e88fca95f84ba15e696321d5 *build/vignette.rds | ||
7821d926987c8529109c3aa2f74a50c0 *data/dates.rda | ||
7a6c2fb7732b82f449b41a04f14ed49a *inst/CITATION | ||
a84f50702f9ad242da4df77d2b4dd2f1 *inst/doc/aion.R | ||
63aee94a51d8aaab9139b45315816ce0 *inst/doc/aion.Rmd | ||
d430dba07ab2cea126d68a6a9cce8bd6 *inst/doc/aion.html | ||
46750e778a5cdb4d65c347f8e43df623 *inst/doc/bibliography.R | ||
1ce99d6139b36c341c6a9f8c293c7b24 *inst/doc/bibliography.Rmd | ||
d811ce583f3427e89330b77598e6bfe9 *inst/doc/bibliography.html | ||
437b98c8ab52986e88ef007d96ed1186 *inst/doc/extending.R | ||
fb7cbe03ee29ac49bdeb5bf8a075dfd0 *inst/doc/extending.Rmd | ||
62a6dd420b5f1a8a41c361173a2cd367 *inst/doc/extending.html | ||
b6df944a691946342c9c4cf20469b97f *inst/examples/ex-arith.R | ||
4b8b1a6a41d5b8208582b493cef2c30e *inst/examples/ex-axis.R | ||
ff525a5ae8022028c01805334c548649 *inst/examples/ex-calendar.R | ||
293bd6094340e4e2cc2b2257f6c5fea5 *inst/examples/ex-convert.R | ||
d22499c27205e8defb3db77fa6243914 *inst/examples/ex-fixed.R | ||
19c6a8a5513a577b94b3e56771818369 *inst/examples/ex-format.R | ||
fb813e4f260450cf3ea49ffbad25bcdb *inst/examples/ex-image.R | ||
64d79a24a91246ebeace955f784c6de4 *inst/examples/ex-plot.R | ||
e45bbb7241676aa76717eb2b79abc75b *inst/examples/ex-series.R | ||
e2174e0f92e78d115254e6235a718e64 *inst/examples/ex-window.R | ||
5e87d0e7c4e866e775be9628543eb623 *inst/tinytest/_tinysnapshot/axis_Ma.svg | ||
27638b9f2021a995dc7ebf4c92af8da3 *inst/tinytest/_tinysnapshot/axis_default.svg | ||
90a314723f6c0cac0384d10388838702 *inst/tinytest/_tinysnapshot/axis_ka.svg | ||
c018d24b1707108e7eb267c2c5765841 *inst/tinytest/_tinysnapshot/plot_facet_BP.svg | ||
2d8c434aad6d9603420d56bbeb5ccbff *inst/tinytest/_tinysnapshot/plot_facet_CE.svg | ||
7f652256a4cf259b281fc58f41a1b538 *inst/tinytest/_tinysnapshot/plot_facet_b2k.svg | ||
c62e6e6ebfb80720028233613827be03 *inst/tinytest/_tinysnapshot/plot_facet_rd.svg | ||
e0b530d2327df0fc90501ec100638661 *inst/tinytest/_tinysnapshot/plot_image.svg | ||
9142c45c4567776211abab1a558b4db5 *inst/tinytest/_tinysnapshot/plot_single.svg | ||
c0c549e6e75d4bde8b1487dc9dbfa81c *inst/tinytest/_tinysnapshot/show_calendar_CE.txt | ||
1e9f4462ae03ba0b3e06809832485ae2 *inst/tinytest/_tinysnapshot/show_calendar_julian.txt | ||
ee9a282f8838f0be3a0b91b2f44c9449 *inst/tinytest/_tinysnapshot/show_rata_die.txt | ||
754fd3a0c11a71fa08385a3870aee60b *inst/tinytest/_tinysnapshot/show_time_series.txt | ||
efa53f1a412974b79706d1dde72c4cde *inst/tinytest/test_arith.R | ||
ce3e0c9110f4a34cdd94bbdd479745ab *inst/tinytest/test_calendar.R | ||
5c04d789654b2115408d63021becc4dd *inst/tinytest/test_convert.R | ||
c19fa1ab8fb65d5fa5aed9cd83c40bbf *inst/tinytest/test_fixed.R | ||
fa13429688f0a9837efd2eebce77e278 *inst/tinytest/test_gregorian.R | ||
fec8df2247388bf536826b3097306d47 *inst/tinytest/test_julian.R | ||
1a786b7c78f3f052edad39ab07a72599 *inst/tinytest/test_plot.R | ||
64e39d6f37b130c0b9e0427e713ab75d *inst/tinytest/test_series.R | ||
b7807b0f09122c932645b0d396450e42 *inst/tinytest/test_show.R | ||
7c373f69f9c505f38dadd29e6273b115 *inst/tinytest/test_subset.R | ||
56267b16e781f887d8dfc653af003e62 *inst/tinytest/test_time.R | ||
391a5c037da8167e1bc8a0324430beb4 *inst/tinytest/test_window.R | ||
066e0b0ae26bbc28d8d12e9663ee715c *man/AD-class.Rd | ||
5061730f78eb50fb4aec0f60cb466281 *man/BC-class.Rd | ||
46cb60a44cad000710ccd83bef8dd6fb *man/BCE-class.Rd | ||
d03ffb3c4be8c5957ace6bb965bd2aaf *man/BP-class.Rd | ||
0a158e187da59e611f049c00c9d634ff *man/CE-class.Rd | ||
87cc25a45f56a565ba56cc13c5e1f323 *man/GregorianCalendar-class.Rd | ||
27efdd7a06cad827ebb3d9d0119fadc8 *man/JulianCalendar-class.Rd | ||
526f4aca74cafd221b40801e8f31bc9c *man/RataDie-class.Rd | ||
32c76b530fee710bc27276f6a238dd58 *man/TimeScale-class.Rd | ||
0f5940509c0fe99ab1e531aca1a43d79 *man/TimeSeries-class.Rd | ||
1242c31c176e2fbe56e67d89960001ac *man/aion-package.Rd | ||
28f8e7cee50e1a369a6df23d0554df6e *man/arithmetic.Rd | ||
aa97a7c0249003d54ff4c7f783c389e3 *man/as_date.Rd | ||
3f987dadfc8033b43d59c81282463c26 *man/as_decimal.Rd | ||
26727384b4e1bda38de5290a3ecb8224 *man/as_fixed.Rd | ||
b419d343340ab520460107f3812ff05d *man/as_year.Rd | ||
f23479fe22ec5e9bd0955bdb04ddbbad *man/b2k-class.Rd | ||
ec1b18a7ffc48988c296a526c2266f58 *man/calendar.Rd | ||
2bc2b9816a0a4c31d0e50049d0a17815 *man/calendar_get.Rd | ||
4dcece519d11e38c2f37a95ee4476f78 *man/convert.Rd | ||
72ddf445d18c7b5ae1a8dacc5d5709e5 *man/data.frame.Rd | ||
2bf2388252d3135f8d4a1a245d72b1bb *man/dates.Rd | ||
7426d3f52c5a19ae9d98c3174fe8a5ad *man/figures/README-calibration-1.png | ||
3551de573e6f940920f9a4bcc40b6b00 *man/figures/README-time-series-1.png | ||
c4f4dd7d116288abf5cca863b88023d5 *man/figures/logo.png | ||
7365e89a790313c7eafce39747bca216 *man/fixed.Rd | ||
b23a2142f06649530af3a43a8b4be24a *man/fixed_gregorian.Rd | ||
9d8e339491b85074fe76e4abc923adb3 *man/fixed_julian.Rd | ||
05d5540b19d684754e2f6823962a5255 *man/format.Rd | ||
dfc91cf91a638a4ea5cce1ae5bc98022 *man/gregorian.Rd | ||
77a0cc8b4b3f464c7e0f442ab64d2eb2 *man/image.Rd | ||
61331f5f075cf76795643b96dabe0af8 *man/is.Rd | ||
60499796e6c4aca1bf1418a4646b9dd7 *man/julian.Rd | ||
33af9a3b552f75b45d0e96ada33fbba4 *man/plot.Rd | ||
cd920650b0333b7e33787d5aca4d7055 *man/pretty.Rd | ||
1b3563f69eb2d03549b85deb4503ee44 *man/series.Rd | ||
790d3d636f529aa4faf42add2293324b *man/span.Rd | ||
780f3cf5452614a6797b9caf5e2711b6 *man/start.Rd | ||
02a43b46e3ab8b66893689c34322624d *man/subset.Rd | ||
68ce8e2460f7ba2b1d37238b167ccebd *man/time.Rd | ||
e73392b876d9bf3fc705573fec4bc03b *man/window.Rd | ||
10d5e75fc1cf0b6da90d1523c01b7e7f *man/year_axis.Rd | ||
caad379b203ce177a9f705595c7fabcb *tests/tinytest.R | ||
63aee94a51d8aaab9139b45315816ce0 *vignettes/aion.Rmd | ||
1ce99d6139b36c341c6a9f8c293c7b24 *vignettes/bibliography.Rmd | ||
daa1f8f90f29668c72a33d8657029a6f *vignettes/bibliography.bib | ||
fb7cbe03ee29ac49bdeb5bf8a075dfd0 *vignettes/extending.Rmd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(as.data.frame,TimeSeries) | ||
S3method(image,TimeSeries) | ||
S3method(plot,TimeSeries) | ||
export(AD) | ||
export(BC) | ||
export(BCE) | ||
export(BP) | ||
export(CE) | ||
export(J) | ||
export(b2k) | ||
export(fixed_from_AD) | ||
export(fixed_from_BC) | ||
export(fixed_from_BCE) | ||
export(fixed_from_BP) | ||
export(fixed_from_CE) | ||
export(fixed_from_b2k) | ||
export(fixed_from_julian) | ||
export(fixed_to_AD) | ||
export(fixed_to_BC) | ||
export(fixed_to_BCE) | ||
export(fixed_to_BP) | ||
export(fixed_to_CE) | ||
export(fixed_to_b2k) | ||
export(fixed_to_julian) | ||
export(year_axis) | ||
exportClasses(RataDie) | ||
exportClasses(TimeScale) | ||
exportClasses(TimeSeries) | ||
exportMethods("[") | ||
exportMethods(Arith) | ||
exportMethods(as.data.frame) | ||
exportMethods(as_date) | ||
exportMethods(as_decimal) | ||
exportMethods(as_fixed) | ||
exportMethods(as_year) | ||
exportMethods(calendar) | ||
exportMethods(calendar_direction) | ||
exportMethods(calendar_epoch) | ||
exportMethods(calendar_fixed) | ||
exportMethods(calendar_label) | ||
exportMethods(calendar_name) | ||
exportMethods(calendar_unit) | ||
exportMethods(convert) | ||
exportMethods(end) | ||
exportMethods(fixed) | ||
exportMethods(format) | ||
exportMethods(frequency) | ||
exportMethods(image) | ||
exportMethods(is_gregorian) | ||
exportMethods(is_julian) | ||
exportMethods(plot) | ||
exportMethods(pretty) | ||
exportMethods(series) | ||
exportMethods(span) | ||
exportMethods(start) | ||
exportMethods(time) | ||
exportMethods(window) | ||
import(arkhe) | ||
importFrom(methods,.valueClassTest) | ||
importFrom(methods,Arith) | ||
importFrom(methods,as) | ||
importFrom(methods,callGeneric) | ||
importFrom(methods,callNextMethod) | ||
importFrom(methods,is) | ||
importFrom(methods,new) | ||
importFrom(methods,setGeneric) | ||
importFrom(methods,setMethod) | ||
importFrom(methods,setValidity) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# aion 1.0.0 | ||
|
||
* First release. |
Oops, something went wrong.