Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed deprecated files and Updated docs #78

Merged
merged 103 commits into from
Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
103d297
removed adaptive.bin.2 files
zargham-ahmad Jul 19, 2022
155fab6
removed cdf.to.ftr files
zargham-ahmad Jul 19, 2022
62175b1
removed draw.cfd.2d files
zargham-ahmad Jul 19, 2022
5f638c5
removed draw.txt.2d files
zargham-ahmad Jul 19, 2022
d5c7fb2
removed eic.disect files
zargham-ahmad Jul 19, 2022
df8b2ee
removed EIC.plot.learn files
zargham-ahmad Jul 19, 2022
7b893ab
removed EIC.plot files
zargham-ahmad Jul 19, 2022
d620647
removed eic.pred files
zargham-ahmad Jul 19, 2022
2d0ac86
removed eic.qual files
zargham-ahmad Jul 19, 2022
8655684
removed learn.cdf files
zargham-ahmad Jul 19, 2022
3080c8a
removed present.cdf.3d files and prof.Rd file
zargham-ahmad Jul 19, 2022
42be818
removed proc.txt files
zargham-ahmad Jul 19, 2022
6c68fea
removed semi.sup.learn files
zargham-ahmad Jul 19, 2022
cdb367b
removed target.search files
zargham-ahmad Jul 19, 2022
06af3b5
again added prof.Rd file
zargham-ahmad Jul 19, 2022
e423177
added export stmt to currently exported func
zargham-ahmad Jul 20, 2022
d4d8622
updated func calls with explicit calls
zargham-ahmad Jul 21, 2022
93d1a42
added export for augment_with_known_features
zargham-ahmad Jul 22, 2022
50a6101
Merge branch 'RECETOX:master' into update-doc-depre-files
zargham-ahmad Jul 22, 2022
5037967
added example for adjust.time
zargham-ahmad Jul 22, 2022
5f93b85
added example for adaptive.bin
zargham-ahmad Jul 22, 2022
6ff835a
added example for combine.seq.3
zargham-ahmad Jul 22, 2022
3543946
added example for cont.index
zargham-ahmad Jul 22, 2022
2d8b63c
upated example for feature.align and adjust.time
zargham-ahmad Jul 22, 2022
5f13d33
added example for find.match
zargham-ahmad Jul 22, 2022
7d611a1
added example for find.tol
zargham-ahmad Jul 22, 2022
d98dca2
added example for find.tol.time
zargham-ahmad Jul 22, 2022
a156c13
added example for find.turn.point
zargham-ahmad Jul 22, 2022
29f99fd
added example for hybrid
zargham-ahmad Jul 22, 2022
c3dbe39
added example for interpol.area
zargham-ahmad Jul 22, 2022
20d922c
added example for load.lcms
zargham-ahmad Jul 22, 2022
7ca6e62
added example for mass.match
zargham-ahmad Jul 22, 2022
9c55800
added example for peak.characterize
zargham-ahmad Jul 22, 2022
5e60752
added example for proc.cdf
zargham-ahmad Jul 22, 2022
d586f17
added example for prof.to.features
zargham-ahmad Jul 22, 2022
3162aa6
added example for recover.weaker
zargham-ahmad Jul 22, 2022
f7e32d9
added example for rm.ridge
zargham-ahmad Jul 22, 2022
fea9712
added example for semi.sup
zargham-ahmad Jul 22, 2022
df18d49
added example for two.step.hybrid
zargham-ahmad Jul 22, 2022
fe7a6a1
added example for unsupervised
zargham-ahmad Jul 22, 2022
f612244
added param stmt for adjust.time
zargham-ahmad Jul 24, 2022
7c8b994
added title and description for adjust.time
zargham-ahmad Jul 24, 2022
436ee68
added param and return stmt for feature.align
zargham-ahmad Jul 24, 2022
da12d86
added title and description for feature.align
zargham-ahmad Jul 24, 2022
24cdd33
added param and return stmt for prof.to.features
zargham-ahmad Jul 24, 2022
0a2e5e4
added title and description for prof.to.features
zargham-ahmad Jul 24, 2022
dab1fb0
added return for adjust.time
zargham-ahmad Jul 24, 2022
764c64b
added title and description for recover.weaker
zargham-ahmad Jul 24, 2022
d46f51a
added param and return stmt for recover.weaker
zargham-ahmad Jul 24, 2022
0588ec9
added param and return stmt for two.step.hybrid
zargham-ahmad Jul 25, 2022
7a8f50d
added title and description for two.step.hybrid
zargham-ahmad Jul 25, 2022
ad89766
added param stmt for unsupervised
zargham-ahmad Jul 25, 2022
c82841d
added title for unsupervised
zargham-ahmad Jul 25, 2022
61252b2
added title and description for semi.sup
zargham-ahmad Jul 25, 2022
52cb11f
added param and return stmt for semi.sup
zargham-ahmad Jul 25, 2022
955e158
added title and description for adaptive.bin
zargham-ahmad Jul 25, 2022
3a4e744
added param and return stmt for adaptive.bin
zargham-ahmad Jul 25, 2022
463a43f
added param stmt for combine.seq.3
zargham-ahmad Jul 25, 2022
c547564
added param and return stmt for cont.index
zargham-ahmad Jul 25, 2022
dd4783f
added title and description for find.match
zargham-ahmad Jul 25, 2022
2f98564
added param and return stmt for find.match
zargham-ahmad Jul 25, 2022
24cc16a
added title and description for find.tol
zargham-ahmad Jul 25, 2022
16ead02
added param and return stmt for find.tol
zargham-ahmad Jul 25, 2022
6b66ce3
added title and description for find.tol.time
zargham-ahmad Jul 25, 2022
455d4a3
added param stmt for find.tol.time
zargham-ahmad Jul 25, 2022
27f3da7
added title and description for find.turn.point
zargham-ahmad Jul 25, 2022
7e1d803
added param and return stmt for find.turn.point
zargham-ahmad Jul 25, 2022
654c8ac
added param and title stmt for hybrid
zargham-ahmad Jul 25, 2022
e3b31e5
added title and description for interpol.area
zargham-ahmad Jul 25, 2022
99ef289
added param and return stmt for interpol.area
zargham-ahmad Jul 25, 2022
a61ced7
added title and description for load.lcms
zargham-ahmad Jul 25, 2022
6ca297e
added param and return stmt for load.lcms
zargham-ahmad Jul 25, 2022
6e2752a
added title and description for peak.characterize
zargham-ahmad Jul 25, 2022
a45e544
added param and return stmt for peak.characterize
zargham-ahmad Jul 25, 2022
8459c8f
added title and description for proc.cdf
zargham-ahmad Jul 25, 2022
68f3765
added param and return stmt for proc.cdf
zargham-ahmad Jul 25, 2022
df15fbf
added title and description for rm.ridge
zargham-ahmad Jul 25, 2022
2490178
added param and return stmt for rm.ridge
zargham-ahmad Jul 25, 2022
addc87d
updated param stmt for prof.to.features
zargham-ahmad Jul 26, 2022
a9f7308
added param and title stmt for extract_features
zargham-ahmad Jul 26, 2022
b1a674a
added example for extract_features
zargham-ahmad Jul 26, 2022
c2590fa
updated adaptive.bin.Rd
zargham-ahmad Jul 27, 2022
e90d714
updated combine.seq.3 with return
zargham-ahmad Jul 27, 2022
b7e5f44
updated adjust.time and Rd file
zargham-ahmad Jul 27, 2022
4c69515
updated cont.index.Rd file
zargham-ahmad Jul 27, 2022
4217a6b
updated param for feature.align
zargham-ahmad Jul 27, 2022
84ee075
updated return for feature.align and Rd file
zargham-ahmad Jul 27, 2022
b44bb3b
added return for find.tol.time and Rd file
zargham-ahmad Jul 27, 2022
b38e025
updated param and some typos for hybrid and Rd file
zargham-ahmad Jul 27, 2022
a9d9931
updated param for proc.cdf.Rd
zargham-ahmad Jul 27, 2022
6a14070
updated param for prof.to.features and Rd file
zargham-ahmad Jul 27, 2022
ce4577f
fixed typos for semi.sup and two.step.hybrid
zargham-ahmad Jul 27, 2022
ca757ec
updated recover.weaker.Rd
zargham-ahmad Jul 27, 2022
493c3e5
fixed typos in rm.ridge.Rd
zargham-ahmad Jul 27, 2022
4bd7607
updated param in semi.sup.Rd
zargham-ahmad Jul 27, 2022
eac0883
updated param and fixed typos in two.step.hybrid
zargham-ahmad Jul 27, 2022
b9fc3c8
added description for extract_features
zargham-ahmad Jul 27, 2022
b83dbcc
updated param and fixed typos in unsupervised
zargham-ahmad Jul 27, 2022
917547d
Update R/feature.align.R
hechth Jul 28, 2022
937df6c
Update R/find.tol.time.R
hechth Jul 28, 2022
4da789a
removed call to present.cdf.3d in prof.Rd
zargham-ahmad Jul 28, 2022
dd33d70
Update mass.match.R
hechth Jul 28, 2022
3248cd4
Merge branch 'update-doc-depre-files' of https://github.com/zargham-a…
zargham-ahmad Jul 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,18 @@ import(splines)

export(adjust.time)
export(adaptive.bin)
export(cdf.to.ftr)
export(cont.index)
export(EIC.plot)
export(EIC.plot.learn)
export(feature.align)
export(load.lcms)
export(interpol.area)
export(draw.cfd.2d)
export(draw.txt.2d)
export(present.cdf.3d)
export(proc.cdf)
export(proc.txt)
export(prof.to.features)
export(recover.weaker)
export(semi.sup)
export(semi.sup.learn)
export(find.tol)
export(find.turn.point)
export(make.known.table)
export(combine.seq.3)
export(target.search)
export(two.step.hybrid)
export(unsupervised)
export(hybrid)
Expand Down
129 changes: 0 additions & 129 deletions R/EIC.plot.R

This file was deleted.

125 changes: 0 additions & 125 deletions R/EIC.plot.learn.R

This file was deleted.

Loading