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

Fix to na.rm in decostand methods alr/clr #667

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a28cd54
Added rCLR matrix completion
antagomir Feb 3, 2024
2fa6867
matrix completion documentation
antagomir Feb 12, 2024
a04ca36
Remove testthat as dep
antagomir Feb 20, 2024
f7e44bc
sync
antagomir Jun 30, 2024
17dbf8f
Added na.rm option in clr
antagomir Jun 30, 2024
eed5811
Add unit tests for na.rm option in clr
antagomir Jun 30, 2024
a728925
Add na.rm option in alr and update unit tests
antagomir Jun 30, 2024
55852fa
rclr tunin
antagomir Jun 30, 2024
ba5c70f
Fixed the tests
antagomir Jun 30, 2024
0f635da
removed pkg reference in tests
antagomir Jun 30, 2024
5a4f4f6
Load vegan library in tests
antagomir Jun 30, 2024
a175b3a
Fixed TB comments
antagomir Jul 1, 2024
f55babe
Merge remote-tracking branch 'upstream/master' into nafix
antagomir Nov 16, 2024
dcebf00
Syncing the implementation with Python Gemelli
antagomir Nov 17, 2024
f3f52a2
Exporting OptSpac
antagomir Nov 17, 2024
449955b
unit tests added
antagomir Nov 17, 2024
4a2b84d
Exporting OptSpace in NAMESPACE
antagomir Nov 17, 2024
78daefe
Passing tests and examples
antagomir Nov 17, 2024
f73e773
Adding remarks from PR 619
antagomir Nov 17, 2024
676d71c
adding imputation in rclr
antagomir Nov 21, 2024
dda74fe
no need for na.rm in rclr
antagomir Nov 21, 2024
a4afb55
syncing the parts
antagomir Nov 21, 2024
438f6de
Merge remote-tracking branch 'upstream/master' into nafix
antagomir Nov 21, 2024
10255e3
updates for the documentation
antagomir Nov 21, 2024
d96c92a
Added matrix completion to the OptSpace output
antagomir Nov 22, 2024
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
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ metaMDSdist, metaMDSiter, metaMDSredist, MDSaddpoints, MDSrotate, metaMDS,
monoMDS, mrpp, msoplot, mso, multipart, make.commsim, nestedbetajac,
nestedbetasor, nestedchecker,
nesteddisc, nestedn0, nestednodf, nestedtemp, nullmodel, oecosimu, smbind,
OptSpace,
ordiareatest, ordiR2step,
ordiarrows, ordiArrowMul, ordiArrowTextXY, ordibar, ordicloud,
ordicluster, ordiellipse, ordigrid,
Expand Down
Loading
Loading