Browse Source

Stray accent ;)

master
Maxime Wack 10 years ago
parent
commit
ef20fbbd87
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      R/desc_groupe.R
  2. +1
    -1
      R/erreur.R

+ 6
- 0
R/desc_groupe.R View File

@@ -27,6 +27,12 @@ desc_groupe <- function(groupe=NULL, html=NULL, titre=NULL, table=NULL, variable
modulo <- table[[groupe]]
if (nlevels(modulo)<2)
{
warning("La variable ", groupe, " n'a qu'un niveau !")
return
}
etiq <- label(modulo)
if (etiq == "modulo") etiq <- var


+ 1
- 1
R/erreur.R View File

@@ -1,5 +1,5 @@
erreur <- function(err, var, ..., ret="ERR")
{
warning("La variable ", var, " a causé l'erreur :\n", err, ..., call.=F)
warning("La variable ", var, " a cause l'erreur :\n", err, ..., call.=F)
return (ret)
}

Loading…
Cancel
Save