#file.edit(normalizePath("~/.Renviron")) LOCAL <- identical(Sys.getenv("LOCAL"), "TRUE") #, eval = LOCAL for skip on CRAN test #LOCAL=FALSE #knitr::opts_chunk$set(purl = LOCAL, eval=LOCAL) knitr::opts_chunk$set(purl = LOCAL) NOT_CRAN <- identical(tolower(Sys.getenv("NOT_CRAN")), "TRUE") knitr::opts_chunk$set(purl = NOT_CRAN) knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) SAVE_GRAPHS=FALSE
![]() |
![]() |
L'objectif du package sageR
est de fournir le code des illustrations et des exemples, ainsi que celui de fonctions addtionnelles, pour le livre Statistiques pour l’économie et la gestion, Théorie et applications en entreprise, écrit par Frédéric Bertrand, Christian Derquenne, Gilles Dufrénot, Fredj Jawadi, Myriam Maumy-Bertrand, dirigés par Claire Borsenberger, De Boeck Supérieur, Louvain-la-Neuve, 2021.
Pour installer la dernière version du package qui a été publiée sur le CRAN, il suffit d'exécuter la commande suivante :
install.packages("sageR")
Pour installer la version de développement du package depuis GitHub, il suffit d'exécuter la commande suivante :
# install.packages("devtools") devtools::install_github("fbertran/sageR")
The goal of the sageR
package is to provide code and additionnal material for the book Statistiques pour l’économie et la gestion, written by Frédéric Bertrand, Christian Derquenne, Gilles Dufrénot, Fredj Jawadi, Myriam Maumy-Bertrand, edited by Claire Borsenberger and published by De Boeck Supérieur, Louvain-la-Neuve, 2021.
You can install the released version of sageR from CRAN with:
install.packages("sageR")
You can install the development version of SelectBoost from github with:
devtools::install_github("fbertran/sageR")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.