merge with remote
[aggexp.git] / pkg / man / aggexp-package.Rd
index e531d7c..bee26bf 100644 (file)
 \details{
        The package devtools should be useful in development stage, since we rely on testthat for
        unit tests, and roxygen2 for documentation. knitr is used to generate the package vignette.
-       Concerning the other suggested packages:
-       \itemize{
-               \item{TODO...;}
-               \item{TODO...;}
-       }
 
-       The three main functions are located in R/main.R:
+       The main entry point is located in R/z_runAlgorithm.R, and take threee parameters:
        \itemize{
-               \item{TODO...;}
-               \item{TODO...;}
+               \item{the algorithm (short) name,}
+               \item{the list of stations dataframes,}
+               \item{the vector of experts names.}
        }
 }