diff --git a/DESCRIPTION b/DESCRIPTION index 779b1b1..3c7476b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: QA3D Title: Quality Assurance 3D -Version: 0.0.5 +Version: 0.0.6 Authors@R: person("Jeff", "Lynch", email = "jjlynch@osteocoder.com", 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 \ No newline at end of file + Rvcg diff --git a/README.md b/README.md index 9aa5195..a2ca336 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -## QA3D 0.0.5 +## QA3D 0.0.6 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. ## Installation ```javascript install.packages("devtools") library(devtools) -install_github("jjlynch2/QA3D", ref="v0.0.5") +install_github("jjlynch2/QA3D", ref="v0.0.6") library(QA3D) QA3D() ``` @@ -43,4 +43,4 @@ The following needs to be installed manually: ## Known Issues * A bug exists in the StatsModels package version 0.6.0 in Julia, which prevents RCall from precompiling. This bug breaks JuliaCall in R. Downgrading the package to version 0.5.0 will allow QA3D to run properly. * Some versions of JuliaCall require RCall to be manually rebuilt in Julia. -* Some versions of MiKTeX and/or TinyTex require rmarkdown version 1.8 for the pdf report to compile. \ No newline at end of file +* Some versions of MiKTeX and/or TinyTex require rmarkdown version 1.8 for the pdf report to compile. diff --git a/inst/QA3D/server/changes.r b/inst/QA3D/server/changes.r index a9f99b5..2981cf8 100644 --- a/inst/QA3D/server/changes.r +++ b/inst/QA3D/server/changes.r @@ -1,7 +1,7 @@ output$changes <- renderUI({ HTML("

Version Changes

- This version includes a comparison count. + This version includes a bug fix for the custom dimensional comparison















") -}) \ No newline at end of file +})