- Plot was sometimes missing information. ( #16 )
-
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 tomax_depth_time
-
desaturation with table has been rewritten from
palier
anddtcurve
functions toìnit_dtcurve
,add_desat
anddesat_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.
-
dtime work now on curve dives ( #1 )
-
Consecutive dives was adding interval time to total time, it has been corrected. ( #10 )
-
Correction of additional time when using successive dives. Was adding between 4 and 1 minute more than expected when using tables. ( #11 )
-
Consumption functions work on single tank dive, multiple tanks dive.
-
Gas consumption vignette.
-
testthat is set for consumption functions.
-
R.utils dependance was not used and removed
-
viridis has been remplaced by viridisLite
- Usage of
pkgdown
package for documentation
-
Added a
NEWS.md
file to track changes to the package. -
Vignette about gas consumption in work
-
Consumption functions (
bloc
,press_time
,conso
,plot.conso
) have been trough total refactorisation. -
dtime.conso
andpress_time
have been removed. -
simpl
,depth_at_time
andtime_at_depth
have been slightly modified to fit theconso
function.