-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from william-hutchison/clean-code
Clean code
- Loading branch information
Showing
24 changed files
with
1,714 additions
and
1,154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
^\.github$ | ||
^LICENSE\.md$ | ||
^NEWS\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: tidySpatialExperiment | ||
Title: Brings SpatialExperiment to the tidyverse | ||
Version: 0.99.20 | ||
Title: SpatialExperiment with tidy principles | ||
Version: 0.99.21 | ||
Authors@R: c( | ||
person("William", "Hutchison", email = "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0009-0001-6242-4269")), | ||
|
@@ -11,7 +11,7 @@ Description: tidySpatialExperiment provides a bridge between the SpatialExperime | |
tidyverse ecosystem. It creates an invisible layer that allows you to interact with a | ||
SpatialExperiment object as if it were a tibble; enabling the use of functions from dplyr, | ||
tidyr, ggplot2 and plotly. But, underneath, your data remains a SpatialExperiment object. | ||
License: GPL-3 | ||
License: GPL (>= 3) | ||
Depends: | ||
R (>= 4.3.0), | ||
SpatialExperiment, | ||
|
@@ -30,7 +30,6 @@ Imports: | |
dplyr, | ||
tidyr, | ||
ggplot2, | ||
magrittr, | ||
rlang, | ||
purrr, | ||
stringr, | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.