Skip to content
Snippets Groups Projects
Commit 3b144596 authored by Gael  MILLOT's avatar Gael MILLOT
Browse files

release v11.6: bug fixed in fun_comp_2d, since identical(data1, data2) returns...

release v11.6: bug fixed in fun_comp_2d, since identical(data1, data2) returns FALSE if both are identical but data1 is typeof double and data2 is typeof integer
parent c31d2dbb
No related branches found
No related tags found
No related merge requests found
...@@ -170,6 +170,11 @@ Gitlab developers ...@@ -170,6 +170,11 @@ Gitlab developers
## WHAT'S NEW IN ## WHAT'S NEW IN
### v11.6.0
1) bug fixed in fun_comp_2d, since identical(data1, data2) returns FALSE if both are identical but data1 is typeof double and data2 is typeof integer
### v11.5.0 ### v11.5.0
1) modification of ggplot2::guides() in fun_gg_boxplot() and fun_gg_scatter() to do not have the warning message about FALSE replaced by "none" 1) modification of ggplot2::guides() in fun_gg_boxplot() and fun_gg_scatter() to do not have the warning message about FALSE replaced by "none"
......
...@@ -84,7 +84,8 @@ Argument and return : leave it to me ...@@ -84,7 +84,8 @@ Argument and return : leave it to me
For packages : For packages :
See mails with cuteathon See mails with cuteathon
For speed, use rbenchmark :
https://towardsdatascience.com/r-is-slow-and-its-your-fault-2fcedacc7abb
Source diff could not be displayed: it is too large. Options to address this: view the blob.
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment