Skip to content

Commit

Permalink
Adding package dependencies in customTests.R files, mostly for legacy…
Browse files Browse the repository at this point in the history
… courses.
  • Loading branch information
WilCrofter committed Mar 21, 2014
1 parent 287a5c2 commit eb63087
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Data_Analysis/Central_Tendency/customTests.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependson <- c("plotrix", "openintro")
1 change: 1 addition & 0 deletions Data_Analysis/Data_Visualization/customTests.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependson <- c("openintro")
1 change: 1 addition & 0 deletions Data_Analysis/Dispersion/customTests.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependson <- c("openintro")
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependson <- c("pwr")
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependson <- c("pwr")
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependson <- c("pwr")
1 change: 1 addition & 0 deletions Open_Intro/Overview_of_Statistics/customTests.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependson <- c("openintro", "plotrix")
3 changes: 3 additions & 0 deletions Regression_Models/Introduction/customTests.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# So swirl does not repeat execution of plot commands
AUTO_DETECT_NEWVAR <- FALSE

# Package dependencies:
dependson <- c("UsingR")

# The following adds a feature which restores plots and
# other side effects of expressions entered by users.
# It does not preserve plots in their original order,
Expand Down
1 change: 1 addition & 0 deletions Test_Video_and_Figure/Test_lesson/customTests.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependson <- c("openintro")

0 comments on commit eb63087

Please sign in to comment.