Skip to content

Releases: briandconnelly/ami

ami 0.2.1

15 Nov 18:30
ce643b7
Compare
Choose a tag to compare
  • Added using_positron() and helpers using_positron_desktop() and using_positron_server() to detect the Positron IDE (#29)
  • Added using_python_venv() to detect Python virtual environments (#30)

ami 0.2.0

25 Oct 16:03
Compare
Choose a tag to compare
  • Added using_quarto() for detecting whether code is running as part of a Quarto document (#25)
  • using_rstudio() gains a mode argument, which can specify a particular RStudio environment (desktop, server, or workbench). These can also be checked via new helper functions using_rstudio_desktop(), using_rstudio_server(), and using_rstudio_workbench(). (#24)

ami 0.1.1

17 Jun 00:13
7a32543
Compare
Choose a tag to compare
Misc fixes for CRAN re-submission

- Fix broken hyperlink
- Update spelling wordlist

ami 0.1.0

06 Jun 15:50
Compare
Choose a tag to compare
  • Initial public release
  • Added a NEWS.md file to track changes to the package.