#' MoI: A package for computing the moment of inertia for various 3D objects
#'
#' The `MoI` package provides several functions for calculating moment of inertia of 3D objects.
#'
#' @section `MoI` functions:
#' The `Hoop()` function computes the moment of inertia of a hoop.
#' The `RectPlate()` function computes the moment of inertia of a rectangular plate.
#' The `Rod()` function computes the moment of inertia of a rod.
#' The `SolidCylinder()` function computes the moment of inertia of a solid cylinder.
#' The `Sphere()` function computes the moment of inertia of a sphere.
#'
#'
#' @docType package
#' @name MoI
#' @import qpdf
#' @import rlang
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.