Skip to content

Commit

Permalink
Added suppressGraphics()
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed May 4, 2018
1 parent 2f89e65 commit 35cf8b3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NAMESPACE
Expand Up @@ -91,6 +91,8 @@ export("asDataURI")
export("DevEvalProduct")
export("DevEvalFileProduct")

export("suppressGraphics")


# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# DECLARATIONS
Expand Down
4 changes: 3 additions & 1 deletion NEWS
@@ -1,7 +1,7 @@
Package: R.devices
==================

Version: 2.15.1-9000 [2017-05-07]
Version: 2.15.1-9000 [2018-05-04]

NEW FEATURES:

Expand All @@ -13,6 +13,8 @@ NEW FEATURES:
and toNullDev(<expr>), which will evaluate the expression while at the same
time drop any plot output.

o Added suppressGraphics().


Version: 2.15.1 [2016-11-09]

Expand Down
1 change: 1 addition & 0 deletions R/devEval.R
@@ -1,6 +1,7 @@
###########################################################################/**
# @RdocFunction devEval
# @alias devDump
# @alias suppressGraphics
#
# @title "Opens a new graphics device, evaluate (graphing) code, and closes device"
#
Expand Down
1 change: 1 addition & 0 deletions man/devEval.Rd
Expand Up @@ -10,6 +10,7 @@
\alias{devEval}

\alias{devDump}
\alias{suppressGraphics}

\title{Opens a new graphics device, evaluate (graphing) code, and closes device}

Expand Down

0 comments on commit 35cf8b3

Please sign in to comment.