Skip to content
Snippets Groups Projects
Commit a9718f1c authored by Bruna Wundervald's avatar Bruna Wundervald
Browse files

Modifica arquivos para incluir pacotes a ser utilizados

parent dec67a8e
No related branches found
No related tags found
1 merge request!17Tabelas de experimentos em DQL
Pipeline #
......@@ -11,10 +11,6 @@ library(roxygen2)
# - Instalando as dependencias (descritas no DESCRIPTION)
lib <- path.expand("~/R-test/")
dir.create(lib)
.libPaths(new = lib)
.libPaths()
install_deps(dependencies = TRUE,
quiet = TRUE,
......@@ -70,6 +66,11 @@ build(manual = TRUE, vignettes = TRUE)
#--------------------------------------------
# Instalar o pacote.
lib <- path.expand("~/R-test/")
dir.create(lib)
.libPaths(new = lib)
.libPaths()
install()
unlink(lib, recursive = TRUE)
......
......@@ -32,6 +32,8 @@ Depends:
R (>= 3.2.3)
Suggests:
lattice,
latticeExtra,
reshape,
ggplot2,
car,
knitr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment