Skip to content

Commit

Permalink
purging biocmask from existance
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlandis committed Oct 18, 2024
1 parent 35ac8a3 commit 499d871
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2024
COPYRIGHT HOLDER: biocmask authors
COPYRIGHT HOLDER: plyxp authors
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2024 biocmask authors
Copyright (c) 2024 plyxp authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@

* Package renamed to `plyxp` to be more specific about its functionality

## biocmask 0.99.18
## plyxp 0.99.18

* messages checking for conflicts use `cli::` methods for pretty printing
* Vignette typo correction

## biocmask 0.99.13
## plyxp 0.99.13

* `print.SummarizedExperiment` has been renamed to
`show_tidy.SummarizedExperiment` and `show_tidy` is exported as an S3 generic.
* Adjust show function display original show method by default. using
`show_tidy()` is now opt-in via options or `use_show_tidy()`.
* Verbose messages checking if `tidySummarizedExperiment` is already attached or
ever becomes loaded with `biocmask`.
ever becomes loaded with `plyxp`.
* change README and Vignette explaining this package provides an alternative
approach to `tidySummarizedExperiment` to manipulating `SummarizedExperiment`
objects. For now they are exclusive in their functionality, but there may be
plans to reconsile conflicts in the future!

## biocmask 0.99.12
## plyxp 0.99.12

* developer subscribed to bioc-devel mailing list
* used `<-` assignment instead of `=` in top-level functions

## biocmask 0.99.11
## plyxp 0.99.11

Biocondcutor Submission version!
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @title Biocmask Simple Example Summarized Experiment
#' @title Plyxp Simple Example Summarized Experiment
#'
#' @description
#' A small data SummarizedExperiment Object of 20 observations, 5 rows and 4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion R/biocmask.R → R/plyxp.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @seealso [plyxp::PlyxpMaskManager]

#' @title New Biocmask
#' @title New Plyxp mask
#' @name new_plyxp_manager
#' @description
#' Create a plyxp for an object
Expand Down
2 changes: 1 addition & 1 deletion man/se_simple.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.

0 comments on commit 499d871

Please sign in to comment.