·
5 commits
to main
since this release
Enhancements
- Introduced
[.qenv
function to subsetqenv
object (code and environment) to specified object names. get_code()
was extended withnames
parameter and allows the code extraction to be limited to objects stored in
qenv
but limited tonames
.- Introduced
get_messages()
to get messages produced during code evaluation. get_code()
returns original code formatting (white spaces and comments) passed toeval_code()
.qenv
inherits from theenvironment
class, allowing to usels()
,names()
,as.environment()
and other functions onqenv
objects.
Miscellaneous
join()
method is deprecated, please usec()
insteadget_var()
method is deprecated, please useget
,[[
or$
instead.- Remove deprecated function
new_qenv
. - Numerous bug fixes
What's Changed
- rename test file by @pawelru in #193
- update deps of roxygenize hook by @pawelru in #196
- Propagate files from insightsengineering/.github by @insights-engineering-bot in #198
- [skip actions] Propagate files from insightsengineering/.github by @insights-engineering-bot in #199
- options for strict tests by @pawelru in #195
- Workflow propagation by @walkowif in #202
- Bumps
{rmarkdown}
minimal version by @averissimo in #203 - Workflow propagations by @walkowif in #205
- 206 fix failed pipeline by @donyunardi in #207
- update readme by @pawelru in #208
- Workflow propagations by @walkowif in #209
- 210 bring
get_code_dependency
by @m7pr in #214 - update testthat version by @donyunardi in #220
- Remove
new_qenv
by @llrs-roche in #222 - Change
qenv
asenvironment
"type" -- addsnames(qenv/qenv.error)
,get()
and$
S3 methods by @averissimo in #218 - 211
[.qenv
S3 method + replacement of@id
,@warnings
, and@messages
fields by @m7pr in #216 - Remove magrittr dependency by @llrs-roche in #225
- Fixes integer shorthand regression by @averissimo in #227
- id as names by @gogonzo in #232
- fix call breaks by @gogonzo in #229
- fix code parser for
:=
operator by @m7pr in #234 - Fix
‘sym_cond > ass_cond’: longer object
by @m7pr in #236 - add setup-r-dependencies by @donyunardi in #238
- datanames in vignettes by @gogonzo in #239
- [skip vbump] upversion to 0.6.0 by @donyunardi in #242
New Contributors
- @llrs-roche made their first contribution in #222
Full Changelog: v0.5.0...v0.6.0