Skip to content

Commit

Permalink
minor doc fix CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
MANSOURI Assil Ext committed Mar 13, 2023
1 parent 9012cd8 commit c472acc
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/h5_antaresReadH5.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#'
#' @import parallel plyr
#'
#' @noRd
#' @keywords internal
#' @export
# Need to be export for antaresViz
.h5ReadAntares <- function(path, areas = NULL, links = NULL, clusters = NULL,
Expand Down
2 changes: 1 addition & 1 deletion R/h5_setSimulationPathH5.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ setSimulationPathH5 <- function(path, simulation = NULL){
#'
#' @param path \code{character} path of h5 file
#'
#' @noRd
#' @keywords internal
#' @export
# Need to be export for antaresViz
.getOptionsH5 <- function(path){
Expand Down
2 changes: 1 addition & 1 deletion R/h5_writeH5ByYear.R
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ writeAntaresH5 <- function(path = NULL, timeSteps = c("hourly", "daily", "weekly

#' Convert antares output to h5 file
#'
#' @keywords internal
#' @export
#' @noRd
.writeAntaresH5Fun <- function(path,
timeSteps,
opts,
Expand Down
15 changes: 15 additions & 0 deletions man/dot-getOptionsH5.Rd

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

71 changes: 71 additions & 0 deletions man/dot-h5ReadAntares.Rd

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

32 changes: 32 additions & 0 deletions man/dot-writeAntaresH5Fun.Rd

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

0 comments on commit c472acc

Please sign in to comment.