Skip to content

Commit

Permalink
Documentation updates for CRAN submission (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbond authored Oct 7, 2024
1 parent 50afb90 commit 08737c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Suggests:
Config/testthat/edition: 3
RoxygenNote: 7.3.1
VignetteBuilder: knitr
BugReports: https://github.com/COMPASS-DOE/fluxfinder/issues
2 changes: 1 addition & 1 deletion R/qaqc.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @param output_dir Name of the output directory; default is current working directory
#' @param open_output Automatically open the output HTML file?
#' @importFrom utils browseURL
#' @return The path of the output file
#' @return The path of the output file.
#' @export
#'
#' @examples
Expand Down
1 change: 1 addition & 0 deletions R/read_data_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' and \code{\link{ffi_read_LI7820}}, and not normally called by users.
#' @importFrom utils read.table
#' @importFrom lubridate ymd_hms
#' @keywords internal
#' @return A \code{\link{data.frame}} with the parsed data.
ffi_read_LI78x0 <- function(file, model) {

Expand Down
2 changes: 1 addition & 1 deletion man/ffi_qaqc.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/ffi_read_LI78x0.Rd

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

0 comments on commit 08737c6

Please sign in to comment.