Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: flipAPI
Type: Package
Title: Web APIs tools
Version: 1.6.6
Version: 1.7.0
Author: Displayr <opensource@displayr.com>
Maintainer: Displayr <opensource@displayr.com>
Description: Functions to extract data and interact with web APIs.
Expand All @@ -17,9 +17,6 @@ Imports:
mime,
httr,
ip2location,
jsonlite,
lubridate,
RGoogleAnalytics,
stringr,
readxl,
utils,
Expand All @@ -41,10 +38,11 @@ Imports:
zeallot,
zip
Remotes: Displayr/flipTransformations,
Tatvic/RGoogleAnalytics,
Suggests:
testthat,
httptest,
jsonlite,
withr,
officer,
gifski
RoxygenNote: 7.3.3
5 changes: 0 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export(ExportToDropbox)
export(FactbaseUploadWidget)
export(GeocodeIPs)
export(GetDirectLink)
export(GoogleAnalytics)
export(ImportFromDropbox)
export(IsDisplayrCloudDriveAvailable)
export(QDeleteFiles)
Expand All @@ -27,10 +26,6 @@ import(zeallot)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbGetQuery)
importFrom(RGoogleAnalytics,GetProfiles)
importFrom(RGoogleAnalytics,GetReportData)
importFrom(RGoogleAnalytics,Init)
importFrom(RGoogleAnalytics,QueryBuilder)
importFrom(RJSONIO,toJSON)
importFrom(arrow,BufferOutputStream)
importFrom(arrow,write_parquet)
Expand Down
100 changes: 0 additions & 100 deletions R/GoogleAnalytics.R

This file was deleted.

44 changes: 0 additions & 44 deletions man/GoogleAnalytics.Rd

This file was deleted.

1 change: 1 addition & 0 deletions tests/testthat/test-datamart.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
library (testthat)
library(jsonlite)

test_that("SaveData/LoadData", {
skip_if(!nzchar(companySecret), "Not in test environment or no company set up")
Expand Down
Loading