-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
15 lines (15 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: IntegerSort
Type: Package
Title: Sorting Methods for Integer Vector
Version: 0.0.2
Date: 2019-03-19 15:30:03 UTC
Authors@R: person( "Med Ezzeddine","MACHERKI", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-9568-4745"))
Author: Med Ezzeddine MACHERKI [aut, cre]
Maintainer: Med Ezzeddine MACHERKI <[email protected]>
Description:
This package uses RAM based algorithm such as radix sort and counting sort and is designed to manipulate large data. Median arithmetic and pth element finding are also share the same concept.For opposite target, insertion sort algorithm is added to operate small data set. Such algorithms give more performance when it used with uniform data and are considered as low level tools (C/C++ resources ) which leads more vigilance and good practice of user. This package adapt that NA values are the lowest values of integer.
License: GPL (>= 2)
URL: https://github.com/EMacherki/IntegerSort
Imports: Rcpp (>= 1.0.0)
LinkingTo: Rcpp
Repository: CRAN