Skip to content

Commit

Permalink
Release/cran261 (#244) (#245)
Browse files Browse the repository at this point in the history
update with developments made during the CRAN release phase
  • Loading branch information
berthetclement authored Apr 25, 2024
1 parent 06fdf64 commit d796d68
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 75 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> Copyright © 2016 RTE Réseau de transport d’électricité
# antaresRead 2.6.1 (devlopment)
# antaresRead 2.6.1

BUGFIXES :

Expand Down
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 d796d68

Please sign in to comment.