Waldir Leoncio
880f12c819
Updated NEWS.md
2025-01-15 11:11:27 +01:00
Waldir Leoncio
f998b3a20f
Increment version number to 0.0.0.9032
2025-01-15 11:07:56 +01:00
Waldir Leoncio
57dcff2209
Replaced randga() with rgamma() ( closes #9 )
2025-01-15 11:07:44 +01:00
Waldir Leoncio
371ec35a06
Added alt link to original BAPS page ( #26 )
2024-12-12 09:37:37 +01:00
Waldir Leoncio
7cbee479de
Merge branch 'no-changelog' into develop
...
* no-changelog:
Increment version number to 0.0.0.9031
Removed CHANGELOG.md
2024-09-27 14:27:40 +02:00
Waldir Leoncio
a887f9a850
Increment version number to 0.0.0.9031
2024-09-27 14:24:56 +02:00
Waldir Leoncio
2df425793c
Removed CHANGELOG.md
...
superseded by NEWS.md
2024-09-27 14:24:49 +02:00
Waldir Leoncio
8e51878f50
Merge branch 'issue-24' into develop
...
* issue-24:
Updated NEWS.md (#24 )
Increment version number to 0.0.0.9030
Added logml tests for #24
Fixed calculation of distances
Fixed calculation of logml
Adjusted unit tests
Fixed output
Syntax fixes
2024-09-27 13:26:49 +02:00
Waldir Leoncio
a3b65da34c
Updated NEWS.md ( #24 )
2024-09-27 13:25:54 +02:00
Waldir Leoncio
d4260b92b1
Increment version number to 0.0.0.9030
2024-09-27 13:25:15 +02:00
Waldir Leoncio
b57bc3f299
Added logml tests for #24
2024-09-27 13:22:40 +02:00
Waldir Leoncio
99ec89fd85
Fixed calculation of distances
2024-09-27 13:18:10 +02:00
Waldir Leoncio
4b0448d05e
Fixed calculation of logml
2024-09-27 13:01:32 +02:00
Waldir Leoncio
f70bc93630
Adjusted unit tests
2024-09-27 13:01:32 +02:00
Waldir Leoncio
5449bef162
Fixed output
2024-09-27 13:01:32 +02:00
Waldir Leoncio
dd6ee912bd
Syntax fixes
2024-09-27 13:01:30 +02:00
Waldir Leoncio
1d87be9b83
Merge branch 'issue-24' into develop
...
* issue-24:
Updated docs
Temp-wrapping disfunctional code
Aligned processing of Genepop with MATLAB code
Dropped support for GenePop on `importFile()`
Added `process_GenePop_data()`
Fixed `addAlleles()`
handleData defaults to BAPS format
Added unit tests for `greedyMix()` on GenePop (#24 )
Added GenePop data, txt and gen (#24 )
2024-09-13 14:24:18 +02:00
Waldir Leoncio
aa675d1804
Updated docs
2024-09-13 14:23:11 +02:00
Waldir Leoncio
b4fe834822
Temp-wrapping disfunctional code
2024-09-13 14:19:25 +02:00
Waldir Leoncio
822521af9b
Merge branch 'process-genepop' into issue-24
2024-09-13 13:53:12 +02:00
Waldir Leoncio
9e554d5d4b
Aligned processing of Genepop with MATLAB code
2024-09-13 13:53:01 +02:00
Waldir Leoncio
31575a5b9e
Dropped support for GenePop on importFile()
...
File should be handled by `process_GenePop_data()`, as per original BAPS.
2024-09-13 13:52:39 +02:00
Waldir Leoncio
00605016d6
Added process_GenePop_data()
2024-09-13 13:51:25 +02:00
Waldir Leoncio
036ec00bbd
Fixed addAlleles()
2024-09-13 13:39:24 +02:00
Waldir Leoncio
9e3ea49398
handleData defaults to BAPS format
2024-09-13 12:42:46 +02:00
Waldir Leoncio
54b0b081ea
Added unit tests for greedyMix() on GenePop ( #24 )
2024-08-26 13:26:52 +02:00
Waldir Leoncio
12884cfcb6
Added GenePop data, txt and gen ( #24 )
2024-08-26 13:26:07 +02:00
Waldir Leoncio
fa7e750c69
Merge branch 'fix-ci' into develop
2024-08-26 10:15:36 +02:00
Waldir Leoncio
9ab4dfb29f
Updated actions/checkout to v4
2024-08-26 06:53:55 +02:00
Waldir Leoncio
010f18dd19
Merge branch 'issue-24' into develop
...
* issue-24:
Increment version number to 0.0.0.9029
Disabled FASTA tests on greedyMix() (#24 )
Added synthetic FASTA file (#24 )
Ensure diffInCounts returns as.matrix (#24 )
Adapted tests to FASTA on greedyMix() (#24 )
Removed baps file pointing to fasta
Improved conversion from FASTA to BAPS (#24 )
Improved handling of FASTA data (#24 )
`process_BAPS_data()` can handle file being an R object
Added function to convert from FASTA to BAPS (#24 )
Unwrapped `greedyMix() example (#24 )
2024-08-26 06:32:51 +02:00
Waldir Leoncio
d925545e70
Increment version number to 0.0.0.9029
2024-08-26 06:30:56 +02:00
Waldir Leoncio
9ff5f39c39
Disabled FASTA tests on greedyMix() ( #24 )
2024-08-26 06:30:49 +02:00
Waldir Leoncio
6f70f6f752
Added synthetic FASTA file ( #24 )
2024-08-26 06:10:07 +02:00
Waldir Leoncio
99e272a80f
Ensure diffInCounts returns as.matrix ( #24 )
2024-08-26 06:09:27 +02:00
Waldir Leoncio
b7282d67df
Adapted tests to FASTA on greedyMix() ( #24 )
2024-08-19 13:32:05 +02:00
Waldir Leoncio
43886d649f
Removed baps file pointing to fasta
2024-08-19 13:29:18 +02:00
Waldir Leoncio
471c380ce3
Improved conversion from FASTA to BAPS ( #24 )
2024-08-09 15:33:03 +02:00
Waldir Leoncio
ca358ff0fb
Improved handling of FASTA data ( #24 )
2024-08-09 14:57:07 +02:00
Waldir Leoncio
73b0a70138
process_BAPS_data() can handle file being an R object
2024-08-09 13:55:55 +02:00
Waldir Leoncio
7b7968f00b
Added function to convert from FASTA to BAPS ( #24 )
2024-08-09 13:55:04 +02:00
Waldir Leoncio
6e08c35f13
Unwrapped `greedyMix() example ( #24 )
2024-08-07 11:42:29 +02:00
Waldir Leoncio
5cc111f0c1
Merge branch 'issue-24' into develop
...
* issue-24:
Increment version number to 0.0.0.9028
Updated docs
Added unit tests (#24 )
Fixed `greedyMix()` for BAPS files (#24 ) 🍾
Fixed `indMix()` and subfunctions (#24 )
Fixed tests (#24 )
2024-07-02 16:54:33 +02:00
Waldir Leoncio
d861ffb551
Increment version number to 0.0.0.9028
2024-07-02 16:53:10 +02:00
Waldir Leoncio
3ce6659120
Updated docs
2024-07-02 16:53:04 +02:00
Waldir Leoncio
95ff2378b1
Added unit tests ( #24 )
2024-07-02 16:39:48 +02:00
Waldir Leoncio
e873075ebf
Fixed greedyMix() for BAPS files ( #24 ) 🍾
2024-07-02 16:39:38 +02:00
Waldir Leoncio
6aecf38231
Fixed indMix() and subfunctions ( #24 )
2024-07-02 16:31:17 +02:00
Waldir Leoncio
e4af251307
Fixed tests ( #24 )
2024-07-02 11:23:22 +02:00
Waldir Leoncio
dd025e48c9
Merge branch 'issue-24' into develop
...
* issue-24:
Increment version number to 0.0.0.9027
Fixed docs
2024-06-26 14:29:35 +02:00
Waldir Leoncio
00ecfa4fd8
Increment version number to 0.0.0.9027
2024-06-26 14:29:25 +02:00