Skip to content

Commit

Permalink
tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreutzmann committed Mar 20, 2018
1 parent 559584a commit e864fdf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Expand Up @@ -5,5 +5,8 @@
^.*\.xlsx$
cran-comments.md
Spielplatz
packrat
revdep
^revdep$
^packrat/
^\.Rprofile$
3 changes: 3 additions & 0 deletions .Rprofile
@@ -0,0 +1,3 @@
#### -- Packrat Autoloader (version 0.4.9-1) -- ####
source("packrat/init.R")
#### -- End Packrat Autoloader -- ####
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -19,4 +19,5 @@ ods_output_all_sumDom.ods
ods_output_all_sumNorm.ods
ods_output_all_sumObs.ods
ods_output_all_sumTrafo.ods
Spielplatz/RepLib
Spielplatz/RepLib
packrat/lib*/
4 changes: 1 addition & 3 deletions Spielplatz/update_packages.R
Expand Up @@ -10,11 +10,9 @@ old.packages()
# Update all packages
update.packages()


# Add a new libPath that only contains dependencies of emdi and their
# dependencies
.libPaths("./Spielplatz/RepLib")
.libPaths()

install.packages("emdi", lib = .libPaths()[1])
install.packages("readODS", lib = .libPaths()[1])
devtools::install_github("soerenpannier/emdi")
Expand Down

0 comments on commit e864fdf

Please sign in to comment.