Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
27 changes: 15 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
.Rproj.user
*.ASOIAF.ged
*.Rproj
*.knit.md
.DS_Store
data-raw/ASOIAF.ged
R/.Rhistory
.Rdata
.Rhistory
paper/paper.html
.Rproj.user
.httr-oauth
.quarto
.vscode/launch.json
/Meta/
*.knit.md
vignettes/articles/paper.html
BGmisc.code-workspace
tests/testthat/Rplots.pdf
*.ASOIAF.ged
ASOIAF.ged
*.Rproj
R/.Rhistory
benchmark_results.csv
.vscode/launch.json
dataRelatedPairs_new2.csv
data-raw/ASOIAF.ged
data-raw/ASOIAF_040725.ged
dataRelatedPairs.csv
dataRelatedPairs_new2.csv
paper/paper.html
tests/testthat/Rplots.pdf
vignettes/articles/paper.html
.vscode/settings.json
9 changes: 4 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generated by roxygen2: do not edit by hand

export(SimPed)
export(allGens)
export(assignCoupleIDs)
export(buildTreeGrid)
export(calcAllGens)
export(calcFamilySize)
export(calculateRelatedness)
Expand All @@ -12,18 +12,17 @@ export(checkPedigreeNetwork)
export(checkSex)
export(com2links)
export(comp2vech)
export(computeParentAdjacency)
export(createGenDataFrame)
export(dropLink)
export(evenInsert)
export(extractSummaryText)
export(famSizeCal)
export(fitComponentModel)
export(getWikiTreeSummary)
export(identifyComponentModel)
export(inferRelatedness)
export(insertEven)
export(makeInbreeding)
export(makeTwins)
export(parseTree)
export(ped2add)
export(ped2ce)
export(ped2cn)
Expand All @@ -44,7 +43,6 @@ export(relatedness)
export(repairSex)
export(resample)
export(simulatePedigree)
export(sizeAllGens)
export(summariseFamilies)
export(summariseMatrilines)
export(summarisePatrilines)
Expand All @@ -53,6 +51,7 @@ export(summarizeFamilies)
export(summarizeMatrilines)
export(summarizePatrilines)
export(summarizePedigrees)
export(traceTreePaths)
export(vech)
import(data.table)
import(kinship2)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* list SimPed and related_coef as aliases for functions
* harmonizing function names like calcFamilySize from famSizeCal
* implemented adjBeta function to evaluation alternative build method
* reorganize file names to be more consistent

# BGmisc 1.3.5.1
* Setting the default for the `sparse` argument in `ped2com()` to TRUE
Expand Down
Loading
Loading