Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Dec 8, 2017
1 parent ed548b2 commit d5544c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: mschart
Type: Package
Title: Chart Generation for 'Microsoft Word' and 'Microsoft PowerPoint' Documents
Version: 0.2.2.0004
Version: 0.2.2.0005
Authors@R: c( person("David", "Gohel", role = c("aut", "cre"), email = "david.gohel@ardata.fr"), person("YouGov", role = "fnd") )
Description: Create native charts for 'Microsoft PowerPoint' and 'Microsoft Word' documents.
These can then be edited and annotated. Functions are provided to let users create charts, modify
Expand All @@ -12,8 +12,8 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: stats, purrr,data.table,
officer (>= 0.1.5), R6,cellranger,
Imports: stats, data.table,
officer (>= 0.2.0), R6,cellranger,
writexl,grDevices, xml2 (>= 1.1.0),
htmltools
RoxygenNote: 6.0.1.9000
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Expand Up @@ -45,7 +45,6 @@ importFrom(officer,fp_text)
importFrom(officer,ph_from_xml)
importFrom(officer,ph_from_xml_at)
importFrom(officer,read_pptx)
importFrom(purrr,map_chr)
importFrom(stats,as.formula)
importFrom(stats,setNames)
importFrom(utils,browseURL)
Expand Down

0 comments on commit d5544c0

Please sign in to comment.