The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
[.qenv
function to subset qenv
object (code and environment) to specified object names.get_code()
was extended with names
parameter and allows the code extraction to be limited to objects stored
in qenv
but limited to names
.get_messages()
to get messages produced
during code evaluation.get_code()
returns original code formatting (white
spaces and comments) passed to eval_code()
.qenv
inherits from the environment
class,
allowing to use ls()
, names()
,
as.environment()
and other functions on qenv
objects.join()
method is deprecated, please use
c()
insteadget_var()
method is deprecated, please use
get
, [[
or $
instead.new_qenv
.qenv
objects should now be created with
qenv()
rather than new_qenv()
. The new
constructor always creates an empty object. new_qenv
is now
deprecated.qenv
class from the package.@code
field in the qenv
class now
holds character
, not expression
.get_code
method returns a single concatenated
string of the code.within
support for qenv.error
class.get_env
method that allows to extract environment
stored in qenv@env
slot.README
.qenv
vignette.within
method for qenv
for
convenient passing of inline code to eval_code
.chunks
have been removed. The new qenv
object should be used instead. See the new qenv
vignette in
the package for further details.dev_suppress
has been added to suppress rendering of
plots on IDE.chunks
have now been deprecated and will be removed
from the package in a future release. The new qenv
object
should be used instead. See the new qenv
vignette in the
package for further details.concat
method to the qenv
to offer
the concatenate functionality.%<chunk%
operator. Please use
chunks_push
instead.chunks_deep_clone
to make a deep
(i.e. completely independent) copy of a chunks
objects.chunks_new
for chunks
initialization.pkgdown
site.chunks
object.teal.code
, a package for code
storage and execution class for teal applications.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.