Skip to content

Commit 58fbb9c

Browse files
committed
Reorganize files
1 parent 2bb548a commit 58fbb9c

File tree

6 files changed

+8
-14
lines changed

6 files changed

+8
-14
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ License: GPL (>= 3)
1010
URL: https://archaeostat.github.io/archaeocal/
1111
BugReports: https://github.com/ArchaeoStat/ArchaeoCal/issues
1212
Imports:
13-
arkhe (>= 1.1.0),
13+
arkhe (>= 1.4.0),
1414
graphics,
1515
grDevices,
1616
methods,
@@ -28,7 +28,8 @@ RoxygenNote: 7.2.3
2828
Collate:
2929
'AllClasses.R'
3030
'AllGenerics.R'
31-
'aion-package.R'
31+
'ArchaeoCal-internal.R'
32+
'ArchaeoCal-package.R'
3233
'coerce.R'
3334
'mutators.R'
3435
'oxcal_calibrate.R'
@@ -38,6 +39,5 @@ Collate:
3839
'oxcal_parse.R'
3940
'plot.R'
4041
'show.R'
41-
'utilities.R'
4242
'validate.R'
4343
'zzz.R'

NAMESPACE

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ export(oxcal_execute)
88
export(oxcal_install)
99
exportMethods(oxcal_parse)
1010
exportMethods(plot)
11-
importFrom(arkhe,assert_length)
12-
importFrom(arkhe,check_class)
13-
importFrom(arkhe,validate)
11+
import(arkhe)
1412
importFrom(methods,.valueClassTest)
1513
importFrom(methods,new)
1614
importFrom(methods,setGeneric)

R/ArchaeoCal-internal.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# HELPERS

R/aion-package.R renamed to R/ArchaeoCal-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
#' @keywords internal
3030
"_PACKAGE"
3131

32-
#' @importFrom arkhe assert_length check_class validate
32+
#' @import arkhe
3333
#' @importFrom methods new setGeneric setMethod setValidity .valueClassTest
3434
NULL

R/utilities.R

Lines changed: 0 additions & 5 deletions
This file was deleted.

man/ArchaeoCal-package.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)