Skip to content

Commit

Permalink
Correção na leitura de pacotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tailine committed Apr 2, 2021
1 parent a1db1a6 commit 386d79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Atividade3-2.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Carregando pacotes ----
if (!require(pacman)) {
install.packIdades("pacman")
install.packages("pacman")
library(pacman)}

pacman::p_load(tidyverse,dplyr,infer,nortest)
Expand Down

0 comments on commit 386d79f

Please sign in to comment.