Skip to content

Commit

Permalink
Merge pull request #26 from adamlilith/winterIsComing
Browse files Browse the repository at this point in the history
Winter is coming
  • Loading branch information
adamlilith authored Dec 18, 2022
2 parents d4ab62b + 6fe5c67 commit 4589182
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
^statisfactory.png
22 changes: 11 additions & 11 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
statisfactory 1.0.3 2022-07-13
Added fuzzyJaccard()
Added psum()
Removed dependency on rlist
statisfactory 1.0.3
===========
o Added fuzzyJaccard()
o Added psum()
o Removed dependency on rlist

statisfactory 1.0.2 2022-05-26
Added backTransPCA()
statisfactory 1.0.2
===========
o Added backTransPCA()

statisfactory 1.0.1 2022-02-09
Released on CRAN!

statisfactory 0.3.5
Added nagelR2() for calculation of Nagelkerge's / Craig & Uhler's R2
statisfactory 1.0.1
===========
o First release on CRAN
2 changes: 2 additions & 0 deletions R/mmode.r
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ mmode <- compiler::cmpfun(function(
x,
na.rm=FALSE
) {

### NOTE TO SELF: ALSO APPEARS IN omnibus

if (na.rm) x <- x[!is.na(x)]
ux <- unique(x)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# statisfactory

<img align="right" src="statisfactory.png" height="223"/>

This package contains various statistical tools and helper functions. You can install this package the usual way from `CRAN` or the development version (plus dependency `omnibus`) using:

`remotes::install_github('adamlilith/omnibus', dependencies=TRUE)`
Expand Down
Binary file added statisfactory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4589182

Please sign in to comment.