nprcgenekeepr 2.0.0 (20260708)
- Major changes
-
(breaking)
qcStudbook()andgeneDrop()now rejectid,sire, ordamvalues containing a period (offenders returned inerrorLst$invalidIdChars); auto-generated IDs remain period-free. -
(breaking) Removed the unused exports
getLogo(),shouldShowErrorTab(),modMinimalTestUI(), andmodMinimalTestServer(). The Shiny application was rewritten internally as a modular architecture;runGeneKeepR()remains the primary entry point (runModularApp()works as a deprecated alias). (#27, #110) - New Potential Parents tab listing candidate sires and dams for in-colony animals with at least one unknown parent, screened by estimated conception date (wiring in the exported
getPotentialParents()); dam selection uses a gestation-derived exclusion window rather than a fixed +/- 182.5-day window. (#48, #31) - Gestation length and minimum breeding ages are now species-aware: the bundled
speciesGestationtable covers 14 common colony NHP species (previously only rhesus macaque), with numeric rather than integer breeding ages so fractional minima are represented exactly.getPotentialParents()and the Potential Parents tab derive each animal’s gestation window from itsspeciesvia the newgetSpeciesGestation(); the Genetic Value Analysis missing-parent correction uses per-species minimum breeding ages; and an optional configuration-file entry (speciesOverridesPath, plusminBreedingAgeDefaultandgestationDefault) overrides these values via the newloadSpeciesOverrides(). Species absent from the table keep the previous defaults (a 210-day gestation and a 2-year minimum breeding age), so existing results are unchanged. Completes issue #73. (#73) - New sex-specific minimum breeding ages:
qcStudbook(),checkParentAge(),runQcStudbook(), andgetPotentialParents()now acceptminSireAgeandminDamAgein place of a singleminParentAge(kept as a deprecated alias that sets both). The Shiny app’s single “Minimum Parent Age” field is replaced by separate “Minimum Sire Age” and “Minimum Dam Age” fields. (#119) - New ORIP Reporting tab with ONPRC colony summaries for the NIH Office of Research Infrastructure Programs (site information, a colony table with founder counts, genetic-diversity metrics, and CSV exports); shown only at ONPRC. (#47, #49)
- The Pedigree Browser “trim based on focal animals” option now includes descendants as well as ancestors, via the new exported
getDescendantPedigree(). (#35) - Added the exported founder helpers
isFounder()andgetFounders(). - Added the exported
getAutoIdFormat()andsetAutoIdFormat(), making the auto-generated placeholder-ID format configurable (default"U%04d"). (#44, #38) - Genetic Value Analysis tab parity: the genome-uniqueness threshold is now a user control (default 4), a subset filter and “Export Subset” download were added, the default gene-drop iterations changed to 1000 (matched at the function level:
reportGV()andgeneDrop()now also default to 1000, down from 5000), and an inert “Minimum breeding age” slider was removed. - Improved visualizations: educational box-plot popovers (
getBoxWhiskerDescription()), plot export to PNG, PDF, and SVG (savePlotToFile()), and an enhanced age-sex pyramid (getPyramidPlot()). - The Genetic Value Analysis now reports three additional population-genetic summaries: gene diversity (
GD = 1 - 1 / (2 * FG)) and – over the current living breeders – a sex-ratio effective population size (4 * Nm * Nf / (Nm + Nf)) and a variance effective population size (the Crow & Kimura (1970) form), via the new exportedcalcGeneDiversity(),calcNeSexRatio(), andcalcNeVariance(); each is defined, with its idealizing assumptions, in the in-app Population Genetics Terms panel. (#118) - The Genetic Value Analysis now reports the sampling precision of each animal’s genome uniqueness: a new
guSEcolumn (the gene-drop Monte Carlo standard error, via the newcalcGUSE()) and a “Genome Uniqueness SE (max)” summary row. The newgvaConvergence()gives evidence-based advice on how many gene-drop iterations a pedigree needs for a stable ranking, by comparing rankings from split halves of one gene drop; it also accepts akinshipOverridesargument. - The Genetic Value Analysis now corrects the mean kinship of animals missing one parent, which previously understated their relatedness and let them rank as more genetically valuable than they should. A new
parentagecolumn labels each animal “known”, “one unknown parent”, or “both unknown”; animals with both parents unknown and no recorded origin (“Undetermined”) are now ranked last, with genome uniqueness reported as 0 rather than the inflated gene-drop-founder artifact value. Animals recorded as genuine imports (anorigin) are unaffected. (Changes reported rankings and genome-uniqueness numbers for affected animals.) -
reportGV()and the Genetic Value Analysis tab now accept an optionalkinshipOverridesargument (or file upload) of outside-information kinship coefficients (id1,id2,kinship) that replace the pedigree-derived kinship for the named pairs before ranking; applies across the Genetic Value Analysis, breeding-group formation, and summary-statistics tabs, and the summary-statistics relationship table gains anoverriddenflag column. New exportedapplyKinshipOverrides(),checkKinshipOverrides(), andreadKinshipOverrides();gvaConvergence()also accepts overrides. The unknown-parent mean-kinship correction is kept even when an override is supplied. Leaving no override reproduces previous results exactly. (#13, #95) -
getLkDirectRelatives()now returns the full connected pedigree component (ancestors, descendants, and collaterals such as siblings and mates) instead of only the strict ancestor/descendant lineage; the new file-sourcedgetFileDirectRelatives()provides the same for file pedigrees. The newgetFocalAnimalPedFromFile()andsetLabKeyDefaults()let the focal-animal workflow run fully offline from files, and the Shiny input module offers an optional pedigree-file input alongside the LabKey/EHR path.
-
(breaking)
- Minor changes
- Fixed a startup crash that occurred when a documented-format site configuration file was present, via the new tolerant
loadSiteConfig(). (#50) - The About panel now shows the installed package version dynamically (it previously displayed a hard-coded “Version 1.0.8”).
-
geneDrop()now reports duplicate animal IDs with a clear error instead of the base-Rduplicate 'row.names' are not allowedmessage. - Reading a file whose final line lacks a trailing newline no longer emits the spurious “incomplete final line” warning. (#4)
-
addGenotype()now coerces its allele columns to character, so the integer allele encoding is consistent whether they are supplied as character or factor. - Re-exported the bundled
rhesusPedigreeandrhesusGenotypesdata sets with canonical column types (characterid,sire, anddamandDatebirthandexitinrhesusPedigree; all-character columns inrhesusGenotypes), preserving every value. -
summarizeKinshipValues()now reports thesecondQuartilecolumn as the lower hinge (fivenum()[2]) instead of duplicatingmin. - New dependencies:
bslib,DT, andggplot2(Imports);shinytest2(Suggests). -
create_wkbk()now writes.xlsxfiles withopenxlsxinstead ofWriteXLS, removing the package’s Perl requirement (WriteXLSshelled out to a bundled Perl script). Output and behavior are otherwise unchanged. - Replaced the magrittr pipe (
%>%) with the base R native pipe (|>) in vignettes and examples;magrittris no longer used. -
getPedMaxAge()now returnsNAinstead of-Infwhen a pedigree has no non-missing ages, so the age-sex pyramid plot renders cleanly instead of deriving a spurious-Infaxis bound. (#121) -
makeSimPed()now preserves a known parent instead of overwriting it with a random candidate, correctingcreateSimKinships()andcumulateSimKinships()for animals with one known and one unknown parent. (Changes simulated-kinship values for affected pedigrees.) - The exported
makeGrpNum()has been renamed tomakeGroupNum()for naming consistency with the sibling exportmakeGroupMembers(); the old name is kept as a deprecated alias. - The Genetic Value Analysis report and both of its CSV exports (the full ranked report and the genetic-value subset) now include
sireanddamcolumns, showing which animals have an unknown parent. - File-based pedigree ingestion now treats
speciesas a first-class column: it is recognized and placed immediately aftersexin the canonical column order, and typed as character, rather than surviving as an untyped trailing column. - In the Pedigree Browser tab, “Clear Focal Animals” now also clears a focal-animals list uploaded via the file browser (and its displayed file name) and any focal Ids typed into the text box, so neither is silently re-read on the next “Update Focal Animals”.
-
getPedDirectRelatives(unrelatedParents = TRUE)now returns a placeholder ego record for a referenced parent with no record of its own, instead of erroring; previously dormant since no caller exercised theTRUEbranch. (#114) - The offline focal-animal path no longer prints a benign
cannot open file ...console warning when the focal-id list file is missing or unreadable; the classed error it already reported is unchanged. - Documentation: extensive help-page and dataset-documentation corrections, including the genetic-value
@returnand parameter descriptions, dataset titles and descriptions, and the@examplesforgetPedDirectRelatives(),cumulateSimKinships(), andgetIdsWithOneParent(). - Documentation: the example configuration file (
inst/extdata/example_nprcgenekeepr_config) now documents thatlkPedColumnsis center-specific: SNPRC uses the flatdam/sirecolumns (direct columns) while ONPRC uses theId/parents/damlookup-traversal form (curated parentage). - Fixed a CRAN Policy violation: the Shiny application no longer writes a debug log file to the user’s home directory unconditionally at startup. The log file is now created only after a user explicitly enables the Input tab’s “Debug on” checkbox, matching the documented behavior.
- Fixed a data-corruption bug: uploading a pedigree as an Excel workbook via the Input tab silently converted every alphanumeric sire/dam ID to a missing value, collapsing the pedigree to near-all-founders with no error or warning shown to the user. CSV and tab/comma-delimited text uploads were unaffected.
- Fixed the Breeding Groups tab’s “Custom” sex ratio option: selecting it previously had no numeric input to specify the ratio and silently behaved identically to “None”. A numeric “Custom ratio (F per M)” field now appears when “Custom” is selected, and its value is used when forming groups.
- Fixed the Breeding Groups tab’s “Number of top animals” field: it never appeared regardless of the selected animal source, including the default “Top ranked” selection where it is supposed to be visible on page load.
-
data(examplePedigree)now includes afromCenter(colony-origin) column, derived from its existingorigin/recordStatusfields, so the Potential Parents tab can show a populated result (1,587 candidates) against the package’s own example data instead of only its graceful-degradation message.
- Fixed a startup crash that occurred when a documented-format site configuration file was present, via the new tolerant
nprcgenekeepr 1.0.8 (20250723)
CRAN release: 2025-07-26
- Minor changes
- Added returned value descriptions for all functions within R directory where formerly missing.
- Changed unit test for
get_elapsed_time_str()to use a mocked version ofproc.time()
nprcgenekeepr 1.0.7 (20250506)
CRAN release: 2025-04-24
- Minor changes
- Added returned value descriptions for all functions where formerly missing.
- Removed extraneous spaces from DESCRIPTION file.
- Exposed all examples in roxygen2 comments by removing and and . The example with
runGeneKeepR()is protected withif (interactive()) {}.
nprcgenekeepr 1.0.6 (20241215)
- Minor changes
- Update version in preparation for CRAN submission
- Added article demonstrating Simulated Kinships with Partial Parentage
- Added use of CICD pipeline as GitHub Actions
- lintr pipeline
- R CMD check pipeline with multiple R environments and versions
- pkgdown pipeline
- Added several unit tests
- Cleaned up code based on lintr feedback
- Added example deidentified pedigree data 2022-05-02_Deidentified_Pedigree.xlsx, 2022-05-02_Deidentified_Pedigree_focal_animals.csv, deidentified_jmac_ped.csv (text, except for dates, are in double quotes), deidentified_jmac_ped_edited.csv (edited to remove double quotes).
- Made
getVersion()more robust. - Abstracted out removal of auto generated Ids in preparation of allowing the user to define how auto generated Ids will be formed.
- Added some quality assurance badges to README.
- Added CRAN status badge to README.
- Stopped using travis-ci and started using GitHub Actions with Rhub.yaml file for checking on Rhub.
nprcgenekeepr 1.0.5.9004 (20221213)
- Minor changes
- Changed method used to test class of object to use inherits().
- Corrected
getPedDirectRelative()so that all direct relatives are found. Supplemented unit tests for more direct relative types. - Added unit tests for
trimPedigree(). - Changed call
as.character(date_object)toformat(date_object)in getDatedFileName.R to prepare for newer code in development version of - Technical edits of R code based on
lintr::lint_dir("R")
nprcgenekeepr 1.0.5.9003 (20220625)
- Minor changes
- Removed dependency on gdata.
- Removed
getMinParentAge()as it was never used. - Starting to replace
rbind()withrbindlist()fromdata.tablewere possible.
nprcgenekeepr 1.0.5.9002 (20220425)
- Minor changes
- Added use of data.table in an effort to reduce memory use and CPU use for estimation of kinship values.
- Functions were refactored and the ability to handle larger simulations resulted.
nprcgenekeepr 1.0.5.9001 (20210830)
- Major changes
- Added ability to use simulation to estimate the kinship values of animals with incomplete parental information that are known to have been born within the colony. These animals may have 0 or 1 known parents but have a value in the pedigree file or database for the fromcenter or fromCenter field of “Y”, “YES”, “T”, or “TRUE”.
- Minor changes
- Increase unit test coverage primarily to include more rare events and events that should not happen and are trapped and result in errors.
- Changed to travis-ci.com
nprcgenekeepr 1.0.5 (20210328)
CRAN release: 2021-03-31
- Major changes – none
- Minor changes
- CRAN submission primarily in response to a change in
shiny 1.6that removed an internalshinyfunction (shiny:::%OR%) and replaced it withrlang::%||% - Stale URL in historical documentation that were causing notes to be generated in automated tests have been removed.
- A URL referring to Terry Therneau’s page was updated from “http” to “https”.
- I have incremented the version from 1.0.4 (github.com only version) to 1.0.5, updated NEWS to reflect the changes, and updated all documentation to reflect the version change.
- CRAN submission primarily in response to a change in
nprcgenekeepr 1.0.4.9003 (20210318)
- Major changes – none
- Minor changes
- Testing .travis.yml code change to get textshaping to build on all systems..
- Cleaned up .travis.yml in response to syntax checking on travis.org.
- Added
markdownto suggest due to new changes inknitr.
nprcgenekeepr 1.0.4 (20210318)
- Major changes – none
- Minor changes
- Added suppression of warnings from DT at beginning of server.R since it is unlikely for anyone to call affected functions in the controlled environment.
- Changed call to shiny:::
%OR%to rlang::%||%in server.R since the update to 1.6 of shiny broke the code. Thanks to Dan Metzger of Wisconsin National Primate Research Center.
nprcgenekeepr 1.0.3 (20200526)
CRAN release: 2020-06-02
- Major changes – none
- Minor changes
- CRAN re-submission: responded to the two requests provided by reviewer
- I have removed the capitalization from “Genetic Tools for Colony Management” and “Genetic Value Analysis Reports” within DESCRIPTION.
- I have removed the conditional installation of DT from the ui.R file.
- I have incremented the version from 1.0.2 to 1.0.3, updated NEWS to reflect the changes, and updated all documentation to reflect the version change.
- CRAN re-submission: responded to the two requests provided by reviewer
nprcgenekeepr 1.0.2 (20200517)
- Major changes – none
- Minor changes
- CRAN re-submission: responded to all requests provided by reviewer
- I have not changed the capitalization of
Shinyin the description section of the DESCRIPTION file as it is the name of the type of application and is not being used as the name of the package. The use of the capitalization is consistent with the capitalization used within the documentation for theshinypackage (?shiny, See the Details section, first sentence where it is used as the type of tutorial.) and all documentation and tutorials provided by the author and RStudio where it is capitalized everywhere except when referring to the package. - I have continued to use dontrun for the following examples:
-
runGeneKeepr(), which starts the Shiny application -
getFocalAnimalPed(), which is dependent on a valid LabKey instance, a proper configuration file, and a .netrc or _netrc authentication file.
-
- I have exchanged dontrun for donttest for the following examples:
create_wkbk()createPedTree()findLoops()countLoops()- All 11 examples in data.R
makeExamplePedigreeFile()
- I have not changed the capitalization of
- CRAN re-submission: responded to all requests provided by reviewer
nprcgenekeepr 1.0.1 (20200510)
- Major changes – none
- Minor changes
- CRAN re-submission: responded to all requests provided by reviewer
- Reduced the time required for unit test from over 12 minutes to 21.6 seconds by skipping those test dependent on stochastic creation of simulated pedigrees and breeding groups when not running on my system.
- Reduced the time to run examples and create vignettes by reducing the number of stochastic modeling iterations by orders of magnitude without reducing the examples provided for user-facing functions.
- Checking (–as-cran –run-donttest) Duration: 2m 21.8s on my system.
- The files with the Rd-tag of
\argumentsmissing do not take arguments. - Corrected private referencing (
:::) for exported functions. - Exported all functions used in examples to remove private referencing (
:::). - Removed all single quotes on names, abbreviations, initialisms, and, acronyms.
- The phrase Electronic Health Records (EHR) is the name of a module within LabKey, which this software can use as a source of pedigree information so the capitalization is appropriate.
- Two exported functions used by server.R to call
tabpanel()do not have examples.
- CRAN re-submission: responded to all requests provided by reviewer
nprcgenekeepr 0.5.43 (20200414)
- Major changes – none
- Minor changes
- Final preparation for CRAN submission
nprcgenekeepr 0.5.42.9012 (20200412)
- Major changes – none
- Minor changes
- Updated unit test for dataframe2string to account for change in age of a sire from 8.67 to 8.66 years.
- Renamed tutorials.
nprcgenekeepr 0.5.42.9011 (20200409)
- Major changes – none
- Minor changes
- Build failed on Travis-ci due to unit test failure but the test has never failed and does not fail on other builds. Removed set_seed() to see if that helps.
- Fixed GitHub issue 3
- Added additional explanatory text from Matt Schultz edits for the Colony Manager version of the Shiny tutorial.
nprcgenekeepr 0.5.42.9010 (20200405)
- Major changes – none
- Minor changes
- Added code to address issue 1 (GitHub). See comment 1 for details, but more should be done.
- Refreshed Shiny_app_use.Rmd to reflect changes since November 2019.
nprcgenekeepr 0.5.42.9009 (20200402)
- Major changes – none
- Minor changes
- Wrapped example for
makeExamplePedigreeFilewith\dontrun{}because R 4.0.0 alpha was leaving the side effect of the dataframe stored in a CSV file named as the text of the next line.
- Wrapped example for
nprcgenekeepr 0.5.42.9008 (20200321)
- Major changes – none
- Minor changes
- Changed dependency to R >= 3.6 since caTools is not available for R < 3.6.
nprcgenekeepr 0.5.42.9007 (20200319)
- Major changes – none
- Minor changes
- Changed warnings unit test for getLkDirectAncestors to work with Windows.
nprcgenekeepr 0.5.42.9006 (20200319)
- Major changes – none
- Minor changes
- Completed examples in function documentation
- Corrected spelling of several word throughout found with
spelling::spell_check_package(".").
nprcgenekeepr 0.5.42.9005 (20200201)
- Major changes – none
- Minor changes
- Added examples to function documentation
- Added ColonyManagerTutorial.Rmd initial draft, which is copy of shiny_app_use.Rmd. It is to be converted for use by colony managers.
nprcgenekeepr 0.5.42.9004 (20200201)
- Major changes – none
- Minor changes
- Added examples to function documentation
- Added obfuscated rhesus pedigree and rhesus haplotypes to use in examples
nprcgenekeepr 0.5.42.9003
- Major changes – none
- Minor changes
- Renamed local and remote repositories from nprcmanager to nprcgenekeepr.
nprcgenekeepr 0.5.42.9002
- Major changes
- Changed name of package to nprcgenekeepr. This required changing of many of the supporting files and functions. Having good unit test coverage of the functions (739 test with > 90 percent coverage) made this possible.
- This is the last version under the nprcmanager repository name.
- Conversion worked
- Running the build check had OK: 739; Failed: 0; Warnings: 0; Skipped: 0
- Minor changes – none
