Skip to content

Commit

Permalink
CRAN 1.0.0 feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Apr 17, 2021
1 parent 3d9a7c4 commit 2278add
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Title: Google Analytics API into R
Description: Interact with the Google Analytics
APIs <https://developers.google.com/analytics/>, including
the Core Reporting API (v3 and v4), Management API, User Activity API
and Multi-Channel Funnel API.
GA4's Data API and Admin API and Multi-Channel Funnel API.
Authors@R: c(person("Mark", "Edmondson", email = "m@sunholo.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8434-3881")),
Expand Down
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @format A data frame containing metric and dimensions that
#' you can query the Reporting API with.
#'
#' @source <https://developers.google.com/analytics/devguides/reporting/core/dimsmets>
#' @source <https://ga-dev-tools.appspot.com/dimensions-metrics-explorer/>
"meta"

#' Google Analytics API metadata
Expand Down
2 changes: 1 addition & 1 deletion R/meta.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' @param no_api Don't call the API, just return `googleAnalyticsR::meta4`
#' @return dataframe of dimensions and metrics available to use
#'
#' @seealso <https://developers.google.com/analytics/devguides/reporting/metadata/v3/reference/metadata/columns/list>, <https://developers.google.com/analytics/trusted-testing/analytics-data/rest/v1alpha/TopLevel/getUniversalMetadata>
#' @seealso <https://developers.google.com/analytics/devguides/reporting/metadata/v3/reference/metadata/columns/list>, <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1alpha/properties/getMetadata>
#'
#' @importFrom googleAuthR gar_api_generator
#'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# googleAnalyticsR

![CRAN](http://www.r-pkg.org/badges/version/googleAnalyticsR)
![CRAN](https://www.r-pkg.org/badges/version/googleAnalyticsR)
[![codecov](https://codecov.io/gh/MarkEdmondson1234/googleAnalyticsR/branch/master/graph/badge.svg)](https://codecov.io/gh/MarkEdmondson1234/googleAnalyticsR)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2025/badge)](https://bestpractices.coreinfrastructure.org/projects/2025)
![CloudBuild](https://badger-ewjogewawq-ew.a.run.app/build/status?project=mark-edmondson-gde&id=4ae2fa13-b1d8-41f3-b846-8bf3c67f050a)
[![CodeFactor](https://www.codefactor.io/repository/github/markedmondson1234/googleanalyticsr/badge)](https://www.codefactor.io/repository/github/markedmondson1234/googleanalyticsr)

![](https://raw.githubusercontent.com/MarkEdmondson1234/googleAnalyticsR/master/inst/hexlogo/hex.png)

Get more examples and tutorials at the [googleAnalyticsR website](https://code.markedmondson.me/googleAnalyticsR)
Get more examples and tutorials at the [googleAnalyticsR website](https://code.markedmondson.me/googleAnalyticsR/)

## Install

Expand Down
2 changes: 1 addition & 1 deletion man/ga_meta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/meta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2278add

Please sign in to comment.