Warning message at R startup (slidify, rmarkdown)

GegznaV

When I startup my R (in RStudio IDE), I receive the warning:

Warning: namespace ‘slidify’ is not available and has been replaced by .GlobalEnv when processing object ‘.SLIDIFY_ENV’

Yesterday I uninstalled slidify (and slidifyLibraries) as this package interfered with regular use or .Rmd (Rmarkdown) files (when I pushet knit button in RStudio, all the .Rmd files were rendered as slidify slides, despite the fact that they had to be rendered as usual Rmarkdown files).

Question: How can I get rid of the warning message at the startup?

Spacedman

Warning: namespace ‘slidify’ is not available and has been replaced by .GlobalEnv when processing object ‘.SLIDIFY_ENV’

That is telling you there's an object called .SLIDIFY_ENV in your R workspace at startup which is associated with the now-missing slidify namespace. Remove it (rm(.SLIDIFY_ENV) should work), save your workspace. Restart R and it shouldn't re-occur.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to suppress R startup message?

From Dev

How to escape "$" in R markdown and slidify it?

From Dev

Trying to insert R Shiny Apps in Slidify

From Dev

R Generate slides in slidify presentation in a loop

From Dev

R how to create a tabulated layout in slidify

From Dev

R, utf-8 characters seem to fail in slidify

From Dev

R Debugging - Cannot see which line generates warning message (Shiny)

From Dev

What does this warning message"recycled with remainder" mean In R?

From Dev

How to suppress warning message in R regarding closing unused connection?

From Dev

Error message in terminal on startup

From Dev

Error message at startup

From Dev

"Not a git repository" message on startup

From Dev

How I can include the use of the extension deck.automation.js when I create a document Rmarkdown-slidify-deck.js in RStudio?

From Dev

JMeter starts with warning message

From Dev

UIActionSheet warning message in iOS

From Dev

Warning message in disk utility

From Dev

Little warning message on textbox

From Dev

Warning: Division by zero message

From Dev

Warning message after updating

From Dev

Function with warning message

From Dev

Swift warning message not clear

From Dev

Warning message in disk utility

From Dev

r - leaflet heatmap in rmarkdown

From Dev

r - leaflet heatmap in rmarkdown

From Dev

Send/share sensitive R slidify presentation via email or other secure methods

From Dev

Customizing Ubuntu Server Startup Message

From Dev

mutt: select top message on startup

From Dev

Warning message 'newdata' had 1 row but variables found have 16 rows in R

From Dev

Warning message during building an R package: invalid uid value replaced by that for user 'nobody'

Related Related

HotTag

Archive