Skip to content

Releases: statgarten/door

v.0.4.4

15 Nov 07:09
Compare
Choose a tag to compare

What's Changed

  • pdf report table 수정 #93
  • 데이터 export 수정 #96
  • UI 수정 #85
  • 번역 추가 #88
  • 데이터 import 로직 수정 #87 #90
  • 예시 데이터 추가 #86 #17
  • datatoys 작업 방식 변경 #91

Full Changelog: v0.4.0...v.0.4.4

v0.4.0

25 Oct 01:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.10...v0.4.0

v0.3.10

11 Oct 02:45
Compare
Choose a tag to compare

What's Changed

  • Fixed issue related ML Module and stove (#78 #77 #68)

Full Changelog: v0.3.9...v0.3.10

v0.3.9

14 Aug 14:13
Compare
Choose a tag to compare

What's Changed

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

14 Aug 08:54
Compare
Choose a tag to compare

What's Changed

  • Add external app link (right top)
img
  • Synched report parameter and added note
img2

Full Changelog: 0.3.7...0.3.8

First release

14 Aug 02:11
Compare
Choose a tag to compare

in 0.3.7

Now supports more datatoys data. (57 dataset. 23.08.14)

What's Changed

New Contributors

Full Changelog: https://github.com/statgarten/door/commits/0.3.7