Changelog
Source:NEWS.md
insane 1.0.2
CRAN release: 2023-04-01
Chores
- In
DESCRIPTION
,- chore: update domain name.
Full Changelog: https://github.com/mcanouil/insane/compare/v1.0.1...v1.0.2
insane 1.0.1
CRAN release: 2022-12-05
Chores
- In
DESCRIPTION
,- chore: update email address.
- chore: remove
ggbeeswarm
.
Full Changelog: https://github.com/mcanouil/insane/compare/v1.0.0...v1.0.1
insane 1.0.0
CRAN release: 2022-11-24
Chores
- In
DESCRIPTION
,- chore: update email address.
- In
README.md
,- chore: update URLs with issues.
Full Changelog: https://github.com/mcanouil/insane/compare/v0.1.0...v1.0.0
insane 0.1.0
CRAN release: 2020-11-04
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.