Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profvis: [WARNING] This document format requires a nonempty <title> element. #90

Closed
leandroroser opened this issue Nov 13, 2017 · 5 comments

Comments

@leandroroser
Copy link

Hi,

I am trying to use profvis after updating RStudio, and I get this error message:

[WARNING] This document format requires a nonempty <title> element.
Please specify either 'title' or 'pagetitle' in the metadata.
Falling back to 'file2d443c0001b0'

I have tried with the following example, but I also have the error message and no output:

#---------------------#
library(profvis)

profvis({
data(diamonds, package = "ggplot2")

plot(price ~ carat, data = diamonds)
m <- lm(price ~ carat, data = diamonds)
abline(m, col = "red")
})
#--------------------#

Do you know what could be causing this problem?

Thanks,

@wch
Copy link
Contributor

wch commented Nov 14, 2017

Which version of RStudio are you using?

@leandroroser
Copy link
Author

I am using RStudio 1.1.371-1, in a Linux system (Archlinux). I have installed the package from the AUR repository: https://aur.archlinux.org/packages/rstudio-desktop-git/. Could it be a problem related with this repo?

@wch
Copy link
Contributor

wch commented Nov 14, 2017

It works fine with 1.1.383 on my Mac.

I believe that the problem is due to this: ramnathv/htmlwidgets#289

@leandroroser
Copy link
Author

Thanks! Now is working with 1.1.383.

@wch
Copy link
Contributor

wch commented Nov 14, 2017

Closing this issue because the problem is due to htmlwidgets.

@wch wch closed this as completed Nov 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants