Skip to content

Commit

Permalink
docs: remove accidental docs comments and white lines
Browse files Browse the repository at this point in the history
  • Loading branch information
japhir committed Jan 26, 2024
1 parent 2f1bafc commit f7a5264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions R/snvec.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@
#' @param ed Dynamical ellipticity \eqn{E_{d}}{Ed}, normalized to modern.
#' Defaults to `1.0`.
#' @param td Tidal dissipation \eqn{T_{d}}{Td}, normalized to modern. Defaults
#' to `0.0`. # astronomical_solution comes from get_solution

#' to `0.0`.
# inherit astronomical_solution and quiet from get_solution
#' @inheritParams get_solution

#' @param os_ref_frame Character vector with the reference frame of the astronomical
#' solution. Either `"HCI"` for heliocentric inertial reference frame or
#' `"J2000"` for ecliptic J2000 reference frame. Defaults to `"HCI"` for
#' `HNBody` output.
#' @param os_omt Longitude of ascending node of the solar equator relative to ECLIPJ2000.
#' @param os_inct Inclination of the solar equator relative to ECLIPJ2000.

# ODE solver parameters
#' @param tres Output timestep resolution in thousands of years (kyr). Defaults
#' to `-0.4`. To determine the sign, think of from `0` to `tend` by timestep
Expand All @@ -33,7 +30,6 @@
#' @param solver Character vector specifying the method passed to
#' [deSolve::ode()]'s `method`. Defaults to `"vode"` for stiff problems with
#' a variable timestep.

#' @param output Character vector with name of desired output. One of:
#'
#' * `"nice"` (the default) A [tibble][tibble::tibble-package] with the
Expand Down
2 changes: 1 addition & 1 deletion man/snvec.Rd

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

0 comments on commit f7a5264

Please sign in to comment.