Skip to content

Commit

Permalink
last update before major changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarayon committed Dec 9, 2020
1 parent c30a83b commit 9596e54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions R/PolarComponent.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@
#' IDEAres <- PolarComponent(IDEAdata)
PolarComponent <- function(IDEAdata) {


# PDF temporaire
temp_pdf <- file.path(tempdir(),"plot.pdf")


Encoding(list_max_compo$composante) <- "UTF-8"

singleplots <- function(dataset) {


# PDF temporaire
temp_pdf <- file.path(tempdir(),"plot.pdf")

component_data <- dataset %>% distinct(composante,dimension,composante_value) %>%
inner_join(list_max_compo, by = "composante") %>%
mutate(score = round(composante_value/max_compo*100)) %>%
Expand Down
1 change: 0 additions & 1 deletion R/importIDEA.R
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,6 @@ importIDEA <- function(input, anonymous = FALSE) {




end_nodes <- list("Robustesse" = node_10, "Capacité" = node_20, "Autonomie" = node_26, "Responsabilité" = node_41, "Ancrage" = node_46, Global = node_final)

## On supprime les noeuds intermédiaires
Expand Down
Binary file modified www/ideatools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified www/logo_hex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9596e54

Please sign in to comment.