search for: exprobject

Displaying 4 results from an estimated 4 matches for "exprobject".

2019 May 30
2
stopifnot
Here is a patch to function 'stopifnot' that adds 'evaluated' argument and makes 'exprs' argument in 'stopifnot' like 'exprs' argument in 'withAutoprint'. --- stop.R 2019-05-30 14:01:15.282197286 +0000 +++ stop_new.R 2019-05-30 14:01:51.372187466 +0000 @@ -31,7 +31,7 @@ .Internal(stop(call., .makeMessage(..., domain = domain))) }
2020 Apr 24
0
R 4.0.0 is released
...lumns by default (PR#17562). * available.packages() and hence install.packages() now pass their ... argument to download.file(), fulfilling the wish of PR#17532; subsequently, available.packages() gets new argument quiet, solving PR#17573. * stopifnot() gets new argument exprObject to allow an R object of class expression (or other 'language') to work more consistently, thanks to suggestions by Suharto Anggono. * conformMethod() now works correctly in cases containing a "&& logic" bug, reported by Henrik Bengtsson. It now crea...
2020 Apr 24
0
R 4.0.0 is released
...lumns by default (PR#17562). * available.packages() and hence install.packages() now pass their ... argument to download.file(), fulfilling the wish of PR#17532; subsequently, available.packages() gets new argument quiet, solving PR#17573. * stopifnot() gets new argument exprObject to allow an R object of class expression (or other 'language') to work more consistently, thanks to suggestions by Suharto Anggono. * conformMethod() now works correctly in cases containing a "&& logic" bug, reported by Henrik Bengtsson. It now crea...
2020 Apr 24
0
R 4.0.0 is released
...lumns by default (PR#17562). * available.packages() and hence install.packages() now pass their ... argument to download.file(), fulfilling the wish of PR#17532; subsequently, available.packages() gets new argument quiet, solving PR#17573. * stopifnot() gets new argument exprObject to allow an R object of class expression (or other 'language') to work more consistently, thanks to suggestions by Suharto Anggono. * conformMethod() now works correctly in cases containing a "&& logic" bug, reported by Henrik Bengtsson. It now crea...