ISAAKiel / oxcAAR
Showing 1 of 13 files from the diff.
Newly tracked file
R/parsing_functions.R changed.
Other files ignored by Codecov
basic-usage.md has changed.
DESCRIPTION has changed.
NEWS.txt has changed.
cran-comments.md has changed.
man/Sequence.Rd has changed.
codemeta.json has changed.
README.Rmd has changed.
man/Phase.Rd has changed.
README.md has changed.

@@ -85,7 +85,7 @@
Loading
85 85
#'
86 86
#' Phase takes a set of R_Dates as vectors, and returns
87 87
#' a bit of oxcal code that can be used to feed it into oxcal.
88 -
#' In this code the R_Dates are encapsuled in an OxCal Phases, one Phase for each string.
88 +
#' In this code the R_Dates are encapsulated in an OxCal Phases, one Phase for each string.
89 89
#' For details concerning the Oxcal simulation please consult the help page of Oxcal.
90 90
#'
91 91
#' @param r_dates_strings a vector containing strings of OxCal code, usually consisting of R_Date commands, but any other code strings might be used that can be interpreted by OxCal within a Phase
@@ -116,7 +116,7 @@
Loading
116 116
#'
117 117
#' Sequence takes a set of Phases or R_Dates as vectors, and returns
118 118
#' a bit of oxcal code that can be used to feed it into OxCal.
119 -
#' In this code the Phases and/or R_Dates are encapsuled in an OxCal Phases, one Phase for each string.
119 +
#' In this code the Phases and/or R_Dates are encapsulated in an OxCal Phases, one Phase for each string.
120 120
#' For details concerning the Oxcal simulation please consult the help page of Oxcal.
121 121
#'
122 122
#' @param sequence_elements a vector containing strings of OxCal code, usually consisting of Phase or R_Date commands, but any other code strings might be used that can be interpreted by OxCal within a Sequence
@@ -133,7 +133,7 @@
Loading
133 133
#'
134 134
#' wrap_in_boundaries takes a set of Phases or R_Dates as vectors, and returns
135 135
#' a bit of oxcal code that can be used to feed it into OxCal.
136 -
#' In this code the Phases and/or R_Dates are interleaved and wraped in OxCal Boundaries, the number of Boundaries is equal to the number of strings + 1.
136 +
#' In this code the Phases and/or R_Dates are interleaved and wrapped in OxCal Boundaries, the number of Boundaries is equal to the number of strings + 1.
137 137
#' The resulting string starts with a boundary, than the OxCal strings from the vector are interleaved with Boundary commands.
138 138
#' For details concerning the Oxcal simulation please consult the help page of Oxcal.
139 139
#'
Files Coverage
R 66.23%
Project Totals (13 files) 66.23%
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading