Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Dehli Vigeland authored and cran-robot committed Nov 5, 2023
1 parent 8441c81 commit cc4a385
Show file tree
Hide file tree
Showing 8 changed files with 117 additions and 68 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Type: Package
Package: pedFamilias
Title: Import and Export 'Familias' Files
Version: 0.1.1
Version: 0.2.0
Authors@R:
person("Magnus Dehli", "Vigeland", , "m.d.vigeland@medisin.uio.no", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9134-4962"))
Description: Tools for exchanging pedigree data between the 'pedsuite'
packages and the 'Familias' software for forensic kinship computations
(Egeland et al. (2000) <doi:10.1016/s0379-0738(00)00147-x>). These
functions were split out from the 'forrel' package to streamline
maintenance and provide a lightweight alternative for packages
otherwise independent of 'forrel'.
maintenance and provide a lightweight alternative for packages otherwise
independent of 'forrel'.
License: GPL (>= 3)
URL: https://github.com/magnusdv/pedFamilias
BugReports: https://github.com/magnusdv/pedFamilias/issues
Expand All @@ -21,9 +21,9 @@ Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-10-25 08:29:26 UTC; magnusdv
Packaged: 2023-11-05 13:35:26 UTC; magnusdv
Author: Magnus Dehli Vigeland [aut, cre]
(<https://orcid.org/0000-0002-9134-4962>)
Maintainer: Magnus Dehli Vigeland <m.d.vigeland@medisin.uio.no>
Repository: CRAN
Date/Publication: 2023-10-25 17:50:02 UTC
Date/Publication: 2023-11-05 14:30:02 UTC
14 changes: 7 additions & 7 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
01080570ad65dd281825fabb53193266 *DESCRIPTION
8123d87affe6246b1e921527e34752ba *NAMESPACE
52d0b1d23a024d5206b55968cd5600e0 *DESCRIPTION
bf78923af92e733186f5d205cb755a36 *NAMESPACE
e026e138429c4295ac0ff48adef3497b *NEWS.md
b32a5d908fbc54bfdef1db4266083ebe *R/familias2ped.R
24054853b84c1ab1877e3251912c6605 *R/pedFamilias-package.R
8afe9803c93a303ccf53116e097f9f2d *R/readFam.R
1875b99f3e020d85c2b83b4d8cbc00c6 *R/utils.R
4d0b56694e6e3f7a0550d4d7b3ee99b9 *R/writeFam.R
ef0e571a72632af5af15220ce2534b7b *R/readFam.R
924806497e1fc818ee4fba46866fca38 *R/utils.R
f4f342c4aa3cbd169236f187c4a5f092 *R/writeFam.R
56ba852c11ffee9073b917ac20ad1d7c *README.md
2836b2c5db38c9819380bd093383d89d *build/partial.rdb
2b66492d726bf6e3b995ba3538d36139 *inst/extdata/paternity.fam
1c2cdbc464d2a2683ee7c60bfebcca99 *man/Familias2ped.Rd
64afef7f17e12b61c32702ac07190b92 *man/figures/README-paternity-peds-1.png
e692f6de27386ca0f26b4035e25547dd *man/pedFamilias-package.Rd
b4dcc42372ce408ee1a57e8f95b77cca *man/readFam.Rd
1b8a0a83bd0c789be3d6b1d9fa166196 *man/writeFam.Rd
c0c72665d4d8957335daea39571955f5 *man/readFam.Rd
609b5c8d92647b270182d8a7d7060efd *man/writeFam.Rd
83b66afb311222ffcb3220de672f0dbe *tests/testthat.R
817412a0b6b37b3fd9af15bed1ce9fba *tests/testthat/test-familias2ped.R
04568e4082526cf8743af6f71454c728 *tests/testthat/test-write.R
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ import(pedtools)
importFrom(pedmut,mutationMatrix)
importFrom(pedmut,mutationModel)
importFrom(pedmut,validateMutationModel)
importFrom(stats,setNames)

0 comments on commit cc4a385

Please sign in to comment.