Skip to content

Commit

Permalink
Keep calendar subclasses internal
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Nov 12, 2024
1 parent 5287dea commit e344027
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export(fixed_to_CE)
export(fixed_to_b2k)
export(fixed_to_julian)
export(year_axis)
exportClasses(GregorianCalendar)
exportClasses(JulianCalendar)
exportClasses(RataDie)
exportClasses(TimeIntervals)
exportClasses(TimeScale)
Expand Down
4 changes: 2 additions & 2 deletions R/AllClasses.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ NULL
#' @family calendar classes
#' @docType class
#' @aliases GregorianCalendar-class
#' @exportClass GregorianCalendar
#' @keywords internal
.GregorianCalendar <- setClass(
Class = "GregorianCalendar",
prototype = list(
Expand All @@ -66,7 +66,7 @@ NULL
#' @family calendar classes
#' @docType class
#' @aliases JulianCalendar-class
#' @exportClass JulianCalendar
#' @keywords internal
.JulianCalendar <- setClass(
Class = "JulianCalendar",
prototype = list(
Expand Down
1 change: 1 addition & 0 deletions man/GregorianCalendar-class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/JulianCalendar-class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e344027

Please sign in to comment.