Skip to content

Commit

Permalink
Replace dependency path's in all files
Browse files Browse the repository at this point in the history
source ('~/GitHub/CodeAndRoll/CodeAndRoll.R')
try(source("~/GitHub/Seurat.utils/Seurat.Utils.Load.R"));
try(source("~/GitHub/Seurat.multicore/Seurat3.Multicore.Load.R"));

And trim trailing spaces
  • Loading branch information
vertesy committed Mar 23, 2020
1 parent d9a0386 commit e87ee76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ try.dev.off()
# install.packages("devtools")
# Functions ------------------------
# devtools::install_github(repo = "vertesy/MarkdownReports/MarkdownReports")
try (source ('~/GitHub/TheCorvinas/R/CodeAndRoll.R'),silent= F)
try (source ('~/GitHub/CodeAndRoll/CodeAndRoll.R'),silent= F)

irequire(devtools)
irequire(roxygen2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ try.dev.off()
# install.packages("devtools")
# Functions ------------------------
# devtools::install_github(repo = "vertesy/MarkdownReports/MarkdownReports")
try (source ('~/GitHub/TheCorvinas/R/CodeAndRoll.R'),silent= F)
try (source ('~/GitHub/CodeAndRoll/CodeAndRoll.R'),silent= F)

irequire(devtools)
irequire(roxygen2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ try.dev.off()
# install.packages("devtools")
# Functions ------------------------
# devtools::install_github(repo = "vertesy/MarkdownReports/MarkdownReports")
try (source ('~/GitHub/TheCorvinas/R/CodeAndRoll.R'),silent= FALSE)
try (source ('~/GitHub/CodeAndRoll/CodeAndRoll.R'),silent= FALSE)

irequire(devtools)
irequire(roxygen2)
Expand Down
2 changes: 1 addition & 1 deletion Examples/MarkdownReports_in_Action.manual.r
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ try.dev.off()

# Functions ------------------------
# source("~/GitHub/MarkdownReports/MarkdownReports/R/MarkdownReports.R")
# source("https://raw.githubusercontent.com/vertesy/TheCorvinas/master/R/CodeAndRoll.R")
# source("https://raw.githubusercontent.com/vertesy/CodeAndRoll/master/CodeAndRoll.R")
# library(stringr)

sem <- function (x, na.rm=T) sd(unlist(x), na.rm = na.rm)/sqrt(length(na.omit(as.numeric(x)))) # Calculates the standard error of the mean (SEM) for a numeric vector (it excludes NA-s by default)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ try.dev.off()
# install.packages("devtools")
# Functions ------------------------
# devtools::install_github(repo = "vertesy/MarkdownReports/MarkdownReports")
try (source ('~/GitHub/TheCorvinas/R/CodeAndRoll.R'),silent= F)
try (source ('~/GitHub/CodeAndRoll/CodeAndRoll.R'),silent= F)

irequire(devtools)
irequire(roxygen2)
Expand Down

0 comments on commit e87ee76

Please sign in to comment.