Skip to content

Commit

Permalink
Edits to file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicenJoyHenning committed Aug 13, 2024
1 parent 6a06ef3 commit 5ae45dc
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 464 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
^Thumbs\.db$
^README\.md$
^LICENSE\.md$
^vignettes$
^\.github$
7 changes: 5 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install CRAN and GitHub dependencies
- name: Install CRAN dependencies
run: |
R -e "install.packages('devtools', repos='https://cloud.r-project.org')"
- name: Install GitHub dependencies
run: |
R -e "install.packages('devtools')"
R -e "devtools::install_github('powellgenomicslab/DropletQC')"
R -e "devtools::install_deps(dependencies = TRUE)"
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Depends:
LazyData: true
Imports:
cowplot,
devtools,
dplyr,
DropletQC,
ggplot2,
Expand All @@ -27,5 +26,6 @@ Remotes:
powellgenomicslab/DropletQC@main
Suggests:
knitr,
devtools,
rmarkdown
VignetteBuilder: knitr
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

export(limiric)
export(limiricCore)
import(devtools)
import(DropletQC)
import(Matrix)
import(Seurat)
Expand Down
15 changes: 0 additions & 15 deletions doc/Intro_to_limiric.R

This file was deleted.

41 changes: 0 additions & 41 deletions doc/Intro_to_limiric.Rmd

This file was deleted.

Loading

0 comments on commit 5ae45dc

Please sign in to comment.