-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Labels
need for further detailsIssue need more details to be understoodIssue need more details to be understood
Description
If officer is installed read-only, saving pptx files fails. This is in reference to the issue stated here #549 which fixed for docx but fails for pptx.
library(officer)
my_pres <- read_pptx()
my_pres <- add_slide(my_pres, layout = "Title and Content", master = "Office Theme")
print(my_pres, target = 'test.pptx')
> print(my_pres, target = 'test.pptx')
Error in write_xml.xml_document(private$doc, file = private$filename) :
Error closing file
In addition: Warning messages:
1: In write_xml.xml_document(private$doc, file = private$filename) :
Permission denie [1501]
2: In write_xml.xml_document(private$doc, file = private$filename) :
Permission denie [1501]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
need for further detailsIssue need more details to be understoodIssue need more details to be understood