Skip to content

Commit

Permalink
Fix links, remove unneded package.
Browse files Browse the repository at this point in the history
  • Loading branch information
henningte committed Apr 26, 2022
1 parent ef7ae5f commit fc56606
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ Imports:
stats,
lifecycle,
baseline,
quantities,
errors
quantities
Suggests:
kableExtra,
fda,
Expand Down
5 changes: 3 additions & 2 deletions R/ir_export_prepare.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
#' @param what A character value defining what to prepare for export.
#' If `"metadata"`, the metadata will be prepared for export and column
#' `spectra` will be dropped. If `"spectra"`, `x` is converted to an object of
#' class [`ir_flat`](ir::ir_flatten).
#' class [`ir_flat`][ir::ir_new_ir_flat].
#'
#' @note This function superseded [irpeat::irp_export_prepare()].
#' @note This function superseded `irp_export_prepare()` from the
#' ['irpeat'](https://github.com/henningte/irpeat/) package.
#'
#' @return A data frame.
#'
Expand Down
5 changes: 3 additions & 2 deletions man/ir_export_prepare.Rd

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

0 comments on commit fc56606

Please sign in to comment.