Skip to contents
    
    
  
    
scanstatistics 1.1.0
Minor changes
- Switched maintainer and associated urls.
 
- Fixes to compiler warnings; needed to restore package to CRAN.
 
- Removed dependence on reliaR (package was no longer on CRAN)
 
- Fixed bug in 
scan_eb_negbin
 
 
 
    
scanstatistics 1.0.2
Minor changes
- Removed unneeded internal functions that caused package to not be loaded.
 
- Added 
CITATION file with updated citation for the package. 
- Fixes to multiple bugs found by Kelly Reeve.
 
- Added functionality to function 
top_clusters. 
 
 
    
scanstatistics 1.0.1
CRAN release: 2018-01-24
- Fixes to compiler warnings; needed to keep package on CRAN.
 
 
    
scanstatistics 1.0
Major changes
- New interface for main functions: accept data frames or matrices instead of data tables.
 
- All scan statistics reimplemented in C++.
 
- Several new scan statistics available.
 
Minor changes
- The functions 
knn_zones and flexible_zones now run faster due to change in algorithms.