Skip to content

Commit

Permalink
bumping to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatKhan committed Jun 9, 2023
1 parent 28fb0dd commit 901e662
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: BSA
Title: Conduct c.neoformans BSA analysis
Version: 1.0.0
Version: 1.1.0
Authors@R:
c(person("Daniel", "Agustihno", , "daniel.paivaagustinho@bcm.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2242-4798")),
Expand Down
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# BSA 1.1.0

BSA3 runs from data on my scratch -- this is intended to show how to modify
BSA6 to run on a different experiment design. However, BSA3 does not run from
package data (and isn't intended to).

BSA6 is confimed to work from package data

## significant changes

the analyzer function and all that it wraps has been updated to `na.rm` -- the
ramifications of this haven't been well thought through, but they should be.

## minor changes

`picker2` was updated so that input is an already sample-filtered dataframe

## new deps

futile.logger was added

# BSA 1.0.0

The documentation at this point should be minimally helpful, and much of the
Expand Down

0 comments on commit 901e662

Please sign in to comment.