issues
search
Kimitsuna-Goblin
/
GGD
Gradational Gaussian Distribution
Other
0
stars
0
forks
source link
v1.0.3
#6
Closed
Kimitsuna-Goblin
closed
9 months ago
Kimitsuna-Goblin
commented
9 months ago
Fixed issues
4
5.
Fixed a minor bug
If
mix.type
contains an illegal value, two or more errors could occur 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 t
o
ggd.1.R
.
Code improvement
base::on.exit()
is now used to clear the object on error.
4
5.