DistanceDevelopment / dsm

Density surface modelling for distance sampling.
http://distancesampling.org/R/
GNU General Public License v3.0
8 stars 9 forks source link

Coding conventions #42

Closed dill closed 2 years ago

dill commented 2 years ago

See DistanceDevelopment/distance-dev#49.

dill commented 2 years ago

Per this advice in "Writing R Extensions", I've opted to make all functions separated with _, when they are not generics and all function arguments are .s.

Changes are in this pull request.