Skip to content

Commit

Permalink
Change from Imports to Suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
alecw committed Mar 14, 2024
1 parent 506e7f5 commit 259ad91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/R/packages/DropSeq.dropulation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ It is not recommended to install the latest version of DropSeq.dropulation from
# install.packages("devtools")
devtools::install_github("broadinstitute/Drop-seq", subdir="src/R/packages/DropSeq.dropulation")
```

Note that dependent package DropSeq.utilities is Suggests: rather than Imports: in order
to make it less likely that a user will install a possibly-unstable version of that package
rather than a released version.

0 comments on commit 259ad91

Please sign in to comment.