Skip to content

Commit

Permalink
As submitted to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
mages committed May 25, 2024
1 parent 93cf702 commit 53996c2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: googleVis
Type: Package
Title: R Interface to Google Charts
Version: 0.7.2
Date: 2024-05-07
Version: 0.7.3
Date: 2024-05-25
Authors@R: c(person("Markus", "Gesmann", role = c("aut", "cre"),
email = "markus.gesmann@googlemail.com"),
person("Diego", "de Castillo", role = "aut",
Expand Down Expand Up @@ -34,6 +34,7 @@ URL: https://mages.github.io/googleVis/
BugReports: https://github.com/mages/googleVis/issues
LazyLoad: yes
LazyData: yes
BuildManual: yes
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.3.1
Encoding: UTF-8
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# googleVis 0.7.2

* Minor changes to comply with new CRAN checks

# googleVis 0.7.1

* Suppress start-up messages generated by setMethods to comply with CRAN
Expand Down
5 changes: 5 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
### Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
### MA 02110-1301, USA

#' @importFrom utils, packageDescription, browseURL, type.convert
#' @importFrom stats, na.omit, reshape
#' @importFrom tools, startDynamicHelp
#' @importFrom jsonlite, toJSON, unbox


.onLoad<- function(lib, pkg,...)
{
Expand Down
2 changes: 1 addition & 1 deletion googleVis.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ PackageInstallArgs: --no-multiarch --with-keep.source
PackageBuildArgs: --compact-vignettes=both
PackageBuildBinaryArgs: --compact-vignettes=both
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,namespace,vignette
PackageRoxygenize: rd,vignette
2 changes: 1 addition & 1 deletion vignettes/googleVis.bib
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ @misc{googleVis
title = {google{V}is: Using the {G}oogle {C}harts {API} with {R}},
author = {Markus Gesmann and Diego de Castillo},
year = {2024},
note ={R package version 0.7.2},
note ={R package version 0.7.3},
Howpublished = {\url{https://github.com/mages/googleVis}}
}

Expand Down

0 comments on commit 53996c2

Please sign in to comment.