Skip to content

Commit

Permalink
resolve error
Browse files Browse the repository at this point in the history
  • Loading branch information
christinehou11 committed Sep 4, 2024
1 parent 18cdc46 commit b698f91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.RData
.Ruserdata
.DS_Store
docs/
docs/
*.Rproj
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: HuBMAPR
Title: Interface to 'HuBMAP'
Version: 0.99.2
Version: 0.99.3
Authors@R:
c(person(
given = "Christine",
Expand Down Expand Up @@ -52,8 +52,7 @@ Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
BiocStyle,
ggplot2
BiocStyle
VignetteBuilder: knitr
biocViews: Software, SingleCell
URL: https://christinehou11.github.io/HuBMAPR/, https://github.com/christinehou11/HuBMAPR
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ Additionally, you can install development version from
BiocManager::install("christinehou11/HuBMAPR")
```

Install additional required packages before running package codes in
vignettes.

``` r
pkgs <- c("dplyr", "tidyr", "ggplot2")
required_pkgs <- pkgs[!pkgs %in% rownames(installed.packages())]
BiocManager::install(required_pkgs)
```

#### Use

View the article [Explore Human BioMelecular Atlas Program Data
Expand Down
8 changes: 0 additions & 8 deletions vignettes/hubmapr_vignettes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ remotes::install("christinehou11/HuBMAPR")

## Load Necessary Packages

Install additional required packages before running package codes.

```{r 'pkg install', eval=FALSE}
pkgs <- c("dplyr", "tidyr")
required_pkgs <- pkgs[!pkgs %in% rownames(installed.packages())]
BiocManager::install(required_pkgs)
```

Load additional packages. `dplyr` package is widely used in this vignettes to
conduct data wrangling and specific information extraction.

Expand Down

0 comments on commit b698f91

Please sign in to comment.