Skip to content

Commit

Permalink
Files given from pull
Browse files Browse the repository at this point in the history
Merge branch 'develop' of https://github.com/rte-antares-rpackage/antaresRead into ant1583

# Conflicts:
#	NEWS.md
  • Loading branch information
kemihak committed Apr 26, 2024
2 parents 9487038 + d796d68 commit b79cc66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 74 deletions.
18 changes: 5 additions & 13 deletions R/aggregateResult.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
#'
#' @param opts \code{list} of simulation parameters returned by the function \link{setSimulationPath}
#' @param nbcl \code{numeric} Number of parralel process
#' @param verbose \code{numeric} show log in console. Defaut to 1
#' \itemize{
#' \item{0}{ : No log}
#' \item{1}{ : Short log}
#' \item{2}{ : Long log}
#'}
#' @param verbose \code{numeric} show log in console. Defaut to 1
#' - 0 : No log
#' - 1 : Short log
#' - 2 : Long log
#' @param timestep \code{character} antares timestep
#' @param writeOutput \code{boolean} write result or not.
#' @param mcWeights \code{numeric} vector of weigth for mcYears.
Expand Down Expand Up @@ -689,12 +687,6 @@ parAggregateMCall <- function(opts,
}

#' @param opts \code{list} of simulation parameters returned by the function \link{setSimulationPath}
#' @param verbose \code{numeric} show log in console. Defaut to 1
#' \itemize{
#' \item{0}{ : No log}
#' \item{1}{ : Short log}
#' \item{2}{ : Long log}
#'}
#' @param timestep \code{character} antares timestep
#' @param writeOutput \code{boolean} write result or not.
#' @param mcWeights \code{numeric} vector of weigth for mcYears.
Expand Down Expand Up @@ -1533,7 +1525,7 @@ pmax.fast <- function(k,x) (x+k + abs(x-k))/2
#'
#' @import data.table
#'
#' @rdname aggregatate_mc_all_old
#' @noRd
#'
#' @examples
#' \dontrun{
Expand Down
6 changes: 3 additions & 3 deletions man/aggregatate_mc_all.Rd

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

57 changes: 0 additions & 57 deletions man/aggregatate_mc_all_old.Rd

This file was deleted.

1 change: 0 additions & 1 deletion vignettes/antaresH5.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ BiocManager::install("rhdf5")
An other solution is to install manually these two packages from zip file. They are available here :
https://bioconductor.org/packages/release/bioc/html/zlibbioc.html
http://bioconductor.org/packages/release/bioc/html/rhdf5.html
## Avantages of h5 transformation
Expand Down

0 comments on commit b79cc66

Please sign in to comment.