#' multiple-package
#'
#' Multiples of numbers
#'
#' This package allows simple computation of multiples
#' of numbers, including fast algorithms for integers \insertCite{Marcon2014c}{multiple}.
#'
#' @name multiple
#' @docType package
#' @references
#' \insertAllCited{}
#' @importFrom Rdpack reprompt
#' @importFrom Rcpp sourceCpp
#' @useDynLib multiple, .registration = TRUE
NULL
#' seq1_10
#'
#' A sequence of numbers from 1 to 10
#'
#' @format A numeric vector.
#' @source Values computed by the R software,
#' \url{https://www.r-project.org/}
"seq1_10"
#' seq1_100
#'
#' A sequence of numbers from 1 to 100
#'
#' @format A numeric vector.
#' @source Values computed by the R software,
#' \url{https://www.r-project.org/}
"seq1_100"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.