-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [DOCUMENATION] Streamlined Examples 📚 * All examples are named according to their S3-method file. This should make it easier to navigate through the repository. * All examples are wrapped in `cat()` and looks more user-friendly. * All examples are streamlined and looks uniform across functions. * [DOCUMENATION] Package-level documentation 📚 * Added package-level documentation that describes handling of misssing values and the general idea of the package. * [DOCUMENTATION] Added @family-tag 📚 * All functions now has a @family tag based on wether its supervised, or unsupervised. NOTE: This has the unintended consequence of adding regression metrics to classification metrics... * [DOCUMENTATION] Detailed `na.rm` beahviour 📚 * The `na.rm` is now properly documented 📚 * The package documenatation needed escaped brackets; these have been added to retian {pkg}-format. * [DOCUMENTATION] Updated function documentations 📚 * All functions now have a (short) description of their weighted versions where applicable. * Functions that were missing a calculation section have had it added. * Refactored documentation on default values. Its now on the form (default: value). * [DOCUMENATION] Updated performance tests 📚 * The performance tests have been updated and now uses mean instead of median. * The number of samples have been reduced, but has a higher sample size. * Rendered README.
- Loading branch information
Showing
133 changed files
with
3,513 additions
and
2,474 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 |
---|---|---|
|
@@ -34,5 +34,5 @@ Imports: | |
Rcpp | ||
VignetteBuilder: knitr | ||
Depends: | ||
R (>= 2.10) | ||
R (>= 3.5) | ||
URL: https://serkor1.github.io/SLmetrics/ |
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
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
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
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
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
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.