Skip to content

Commit

Permalink
rm message, add dplyr
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jul 19, 2024
1 parent f2b379a commit 74f6c40
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 16 deletions.
1 change: 1 addition & 0 deletions src/harpy/conda_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def generate_conda_deps():
],
"r" : [
"conda-forge::r-dt",
"conda-forge::r-dplyr",
"conda-forge::r-flexdashboard",
"conda-forge::r-ggplot2",
"conda-forge::r-highcharter",
Expand Down
1 change: 0 additions & 1 deletion src/harpy/reports/AlignBxStats.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ using<-function(...) {
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down
1 change: 0 additions & 1 deletion src/harpy/reports/AlignStats.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ using<-function(...) {
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down
1 change: 0 additions & 1 deletion src/harpy/reports/BcftoolsStats.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ using<-function(...) {
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down
1 change: 0 additions & 1 deletion src/harpy/reports/BxCount.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ using<-function(...) {
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down
1 change: 0 additions & 1 deletion src/harpy/reports/HapCut2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ using<-function(...) {
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down
1 change: 0 additions & 1 deletion src/harpy/reports/Impute.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ using<-function(...) {
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down
1 change: 0 additions & 1 deletion src/harpy/reports/Leviathan.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ using<-function(...) {
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down
1 change: 0 additions & 1 deletion src/harpy/reports/LeviathanPop.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ using<-function(...) {
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down
1 change: 0 additions & 1 deletion src/harpy/reports/Naibr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ using<-function(...) {
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down
1 change: 0 additions & 1 deletion src/harpy/reports/NaibrPop.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ using<-function(...) {
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down
1 change: 0 additions & 1 deletion src/harpy/reports/PreflightBam.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ using<-function(...) {
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down
5 changes: 1 addition & 4 deletions src/harpy/reports/PreflightFastq.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ output:
- { title : "Source", icon: "fa-github", href: "https://www.github.com/pdimens/harpy/", align: right }
---

```{r load environment, echo=FALSE, message=TRUE, warning=FALSE}
```{r load environment, echo=FALSE, message=FALSE, warning=FALSE}
using<-function(...) {
libs<-unlist(list(...))
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
cat(paste("Installing:", need))
message(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down
1 change: 0 additions & 1 deletion src/harpy/reports/StitchCollate.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ using<-function(...) {
req<-unlist(lapply(libs,require,character.only=TRUE))
need<-libs[req==FALSE]
if(length(need)>0){
print(paste("Installing:", need))
install.packages(need, repos = "https://cloud.r-project.org/")
lapply(need,require,character.only=TRUE)
}
Expand Down

0 comments on commit 74f6c40

Please sign in to comment.