Skip to content

Commit c472acc

Browse files
author
MANSOURI Assil Ext
committed
minor doc fix CRAN
1 parent 9012cd8 commit c472acc

File tree

6 files changed

+121
-3
lines changed

6 files changed

+121
-3
lines changed

R/h5_antaresReadH5.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#'
2323
#' @import parallel plyr
2424
#'
25-
#' @noRd
25+
#' @keywords internal
2626
#' @export
2727
# Need to be export for antaresViz
2828
.h5ReadAntares <- function(path, areas = NULL, links = NULL, clusters = NULL,

R/h5_setSimulationPathH5.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ setSimulationPathH5 <- function(path, simulation = NULL){
5858
#'
5959
#' @param path \code{character} path of h5 file
6060
#'
61-
#' @noRd
61+
#' @keywords internal
6262
#' @export
6363
# Need to be export for antaresViz
6464
.getOptionsH5 <- function(path){

R/h5_writeH5ByYear.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ writeAntaresH5 <- function(path = NULL, timeSteps = c("hourly", "daily", "weekly
282282

283283
#' Convert antares output to h5 file
284284
#'
285+
#' @keywords internal
285286
#' @export
286-
#' @noRd
287287
.writeAntaresH5Fun <- function(path,
288288
timeSteps,
289289
opts,

man/dot-getOptionsH5.Rd

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dot-h5ReadAntares.Rd

Lines changed: 71 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dot-writeAntaresH5Fun.Rd

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)