Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlynch2 committed Sep 10, 2019
1 parent 216bb82 commit e2fb0cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
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:
Expand Down Expand Up @@ -28,4 +28,4 @@ Imports:
JuliaCall,
rmarkdown,
knitr,
Rvcg
Rvcg
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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()
```
Expand Down Expand Up @@ -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.
* Some versions of MiKTeX and/or TinyTex require rmarkdown version 1.8 for the pdf report to compile.
4 changes: 2 additions & 2 deletions inst/QA3D/server/changes.r
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>
")
})
})

0 comments on commit e2fb0cf

Please sign in to comment.