-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: QA3D | ||
Title: Quality Assurance 3D | ||
Version: 0.0.5 | ||
Version: 0.0.6 | ||
Authors@R: person("Jeff", "Lynch", email = "[email protected]", role = c("aut","cre")) | ||
Description: QA3D (Quality Assurance 3D) is an R package that allows the error analysis of repeated scans from three-dimensional equipment. While not requiring the use of skeletal elements, this app was designed and intended to be used with repeated skeletal element scans. Given the rise in popularity of three-dimensional technology in forensic anthropology, there is a need for an FA specific tool to verify the quality of scanners for research and laboratory accreditation purposes. http://osteocoder.com/QA3D.html | ||
Depends: | ||
|
@@ -28,4 +28,4 @@ Imports: | |
JuliaCall, | ||
rmarkdown, | ||
knitr, | ||
Rvcg | ||
Rvcg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
output$changes <- renderUI({ | ||
HTML("<p><h3>Version Changes</h3> | ||
This version includes a comparison count. | ||
This version includes a bug fix for the custom dimensional comparison | ||
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | ||
</p> | ||
") | ||
}) | ||
}) |