Releases: statgarten/door
Releases · statgarten/door
v.0.4.4
v0.4.0
What's Changed
- report 템플릿 파일 파일명 수정 by @ChangwooLim in #79
- Now bookmark feature to save dataset available #81
- Error fixed #80 #84 #85
New Contributors
- @ChangwooLim made their first contribution in #79
Full Changelog: v0.3.10...v0.4.0
v0.3.10
v0.3.9
What's Changed
- Fixed report encoding error: refered shinykorea/corona-sickbed
output:
pdf_document:
latex_engine: default
header-includes: \usepackage{kotex} \usepackage[doublespacing]{setspace} \usepackage{multirow}
- Modified some UI: Arxiv requires
Name
parameter, logic to confirm that added in server. (Arxiv only)
observeEvent(input$format, {
if(input$format == 'Paper'){
if(nzchar(input$report.name) && !grepl("^\\s*$", input$report.name)){
shinyjs::enable(id = 'downloadReport')
}
else{
shinyjs::disable(id = 'downloadReport')
}
} else{
shinyjs::enable(id = 'downloadReport')
}
})
observeEvent(input$report.name,{
if(input$format == 'Paper'){
if(nzchar(input$report.name) && !grepl("^\\s*$", input$report.name)){
shinyjs::enable(id = 'downloadReport')
} else{
shinyjs::disable(id = 'downloadReport')
}
}
})
Full Changelog: v0.3.8...v0.3.9
0.3.8
What's Changed
- Add external app link (right top)
- Synched report parameter and added note
Full Changelog: 0.3.7...0.3.8
First release
in 0.3.7
Now supports more datatoys data. (57 dataset. 23.08.14)
What's Changed
- Create app.R by @jhk0530 in #1
- [220521] Dev by @jhk0530 in #3
- [220524] �split, export 추가 + UI 일부 작업 by @jhk0530 in #5
- [220530] module, file UI 일부 작업, 추가 feature 일부 구현 by @jhk0530 in #8
- [220602] 일부 추가 기능 구현 by @jhk0530 in #9
- Dev by @jhk0530 in #10
- add logo by @YoungjunNa in #11
- add scatterplot, copy codebookr by @Bae-chaegyeom in #23
- feat: implement glide and change module order (EDA -> VIS) by @jhk0530 in #48
- implement EDA's dataset description. by @jhk0530 in #56
- Updating ML (stove) by @jhk0530 in #59
- refactor(ML): change hyperparameter UI by @jhk0530 in #60
- Dev by @jhk0530 in #61
New Contributors
- @jhk0530 made their first contribution in #1
- @YoungjunNa made their first contribution in #11
- @Bae-chaegyeom made their first contribution in #23
Full Changelog: https://github.com/statgarten/door/commits/0.3.7