v1.0.3
- Fixed issues
- Fixed a minor bug
- If mix.type contains an illegal value, two or more errors could occur at once in p() method depending on the environment.
- Brushed up all manuals and comments
- Simplified and corrected a lot of sentences.
- Fixed spells and sentences.
- Quotes were maintained.
- Descriptions of samples are improved.
- Samples of nls.freq() and trace.q() were made faster to run.
- All source files are now 96 characters or less per line.
- Renamed arguments
- At ggd.start.template(), target was renamed to kind.
- At calc.v() (non-exported), k was renamed to i.
- At v2.qt4.cmp() (non-exported), retriable was renamed to retryable.
- Renamed a function
- separate.data.quarter() (non-exported) was renamed to divide.data.quarter().
- Changed a function location
- dp.t3() (non-exported) has moved from ggd.trace.R to ggd.1.R.
- Code improvement
- base::on.exit() is now used to clear the object on error.
Author has not yet written a paper on this package. Therefore, the following problems still exist.
- It may be difficult to prove publicly that the calculations in this package are correct using other sources (even there are computational assurances with tests/testthat/test.integ.R).
- Most people will not know what this package is useful for.
For this reason, although cran-comments.md has been added (with some notes by devtools::check_rhub()), this package has not been posted to CRAN yet.