Releases: atusy/felp
Releases · atusy/felp
v0.6.0
What's Changed
- fix(fuzzyhelp): not working on RStudio Server by @atusy in #23
- chore(DESCRIPTION): no longer suggest covr and rmarkdow by @atusy in #24
- feat(fuzzyhelp): improve Shiny UI by @atusy in #25
- perf(fuzzyhelp): use memoise to improve response by @atusy in #26
- Add website to DESCRIPTION by @olivroy in #28
- felp::を追記 by @Nobukuni-Hyakutake in #27
New Contributors
- @olivroy made their first contribution in #28
- @Nobukuni-Hyakutake made their first contribution in #27
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Updated tests
so that tests do not depend on Pandoc
First release of felp on CRAN
0.2.1 CRAN: resubmit felp 0.2.1
`felp` is now a short of "functional help" to help things in addition to functions
0.2.0 fix: wrong heading in NEWS
Improve compatibility with type?topic form of utils::`?`
0.1.3 Merge branch 'dev'
Use prettycode:::print.function to improve output
In addition, the body of `felp()` is simplified.