Skip to content

Releases: mcanouil/insane

insane v1.0.3

14 Nov 23:42
v1.0.3
8b33b9f
Compare
Choose a tag to compare

Chores

  • In DESCRIPTION, inst/app/app.R, and R/go_insane.R,
    • chore: remove ggthemes to avoid archiving.

Full Changelog: v1.0.2...v1.0.3

insane 1.0.2

01 Apr 12:01
v1.0.2
0116a0a
Compare
Choose a tag to compare

Chores

  • In DESCRIPTION,
    • chore: update domain name.

Full Changelog: v1.0.1...v1.0.2

insane 1.0.1

05 Dec 19:05
v1.0.1
81d0175
Compare
Choose a tag to compare

Chores

  • In DESCRIPTION,
    • chore: update email address.
  • chore: remove ggbeeswarm.

Full Changelog: v1.0.0...v1.0.1

insane 1.0.0

24 Nov 22:58
v1.0.0
4ab8c2b
Compare
Choose a tag to compare

Chores

  • In DESCRIPTION,
    • chore: update email address.
  • In README.md,
    • chore: update URLs with issues.

Full Changelog: v0.1.0...v1.0.0

insane 0.1.0

06 Nov 10:20
Compare
Choose a tag to compare

New features

  • New Shiny app in inst/app/.
  • New deploy() (R/deploy.R) function to easily deploy (copy) the shiny app to a specified directory.
  • New go_insane() (R/go_insane.R) function to easily run (shiny::runApp()) the shiny app.
  • New vignette insane describing the Shiny app.
  • New vignette protocol, describing the experimental protocol on which the Shiny app is built on.