Refactorisation of the dive class and all functions to cope with curve dive (input with multiples depth and time values.)
Test all of the dive class functions (except for graphic ones…)
Dive Planification Vignette.
max_depth_t
has been renamed to max_depth_time
desaturation with table has been rewritten from palier
and dtcurve
functions to ìnit_dtcurve
, add_desat
and desat_table
functions.
replacing all azote text with nitrogen…thinking about non french divers after all.
Idiot proof is made with correct functions and check_val
function has been removed
Most summary are pretty now.
ndive
will now call function depending on the second dive desaturation model.
Consumption functions work on single tank dive, multiple tanks dive.
Gas consumption vignette.
testthat is set for consumption functions.