diff --git a/.gitignore b/.gitignore index b799f8a..89685a3 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ inst/doc/* src/*.o src/*.so src/*.dll + +# revdep testing +revdep/ \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 79c7ee8..84f60f5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,7 @@ Authors@R: c( person("Guillem", "Rigaill", role = "aut", email = "guillem.rigaill@inrae.fr"), person("Martina", "Sundqvist", role = "aut", email = "martina.sundqvist@agroparistech.fr"), person("Valentin", "Dervieux", role = "ctb", email = "valentin.dervieux@gmail.com"), - person("Florent", "Bersani", role = "ctb", email = "florent.bersani@m4x.org") + person("Florent", "Bersani", role = "ctb", email = "florent@bersani.org") ) Maintainer: Julien Chiquet Description: Implements an efficient O(n) algorithm based on bucket-sorting for diff --git a/NEWS.md b/NEWS.md index 63e5069..5dcfe9f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +## aricode 1.0-2 (2022-12-14) + +- fix a serious bug in the AMI function pointed by Florent Bersani + ## aricode 1.0-1 (2022-09-04) - fix warnings in C++