Ben Gonzalez
Ben Gonzalez
Besides the RGA package, what other packages will need to be updated as well?
I have updated the packages and still get the error from time to time. Not sure what is causing it since the packages are updated.
``` r > traceback() 9: as.request(config) 8: request_build("GET", hu$url, as.request(config), ...) 7: GET(url, config = config, accept_json()) 6: api_request(get_url(path), token) 5: get_mgmt(path, token) 4: get_profile(profile$accountId, profile$webPropertyId, profile$profileId, token) 3: get_report("data/ga",...
This is what happens when it throws another as.request error as well. ``` r Batch processing mode enabled. Fetch data by day: from 2015/10/01 to 2015/10/31. |============================================================================| 100% Error in...
I have updated all packages and now I am getting this error as well. > traceback() > 5: vapply(x, function(x) as.numeric(x[[name]]), numeric(1)) > 4: sum_by(pages, "sampleSize") > 3: fetch_by(path, query,...
Timlri, I think that it may be something with the dates. If you attempt to do only 30days in batch mode by day the code seldom breaks. I then have...
Here is the traceback code that I received from R. Batch processing mode enabled. Fetch data by day: from 2015-04-01 to 2015-04-30. |===== | 7% Error in UseMethod("as.request") : no...
And again. Batch processing mode enabled. Fetch data by day: from 2015-06-01 to 2015-06-30. |================================================== | 67% Error in UseMethod("as.request") : no applicable method for 'as.request' applied to an object...
Here is the traceback when the code executes properly. Batch processing mode enabled. Fetch data by day: from 2015-04-01 to 2015-04-30. |===========================================================================| 100% There were 31 warnings (use warnings() to...
Could the issue be that RGA is not compatible with the newer versions of R such as 3.3.0 There were some issues with other packages and the interface. Has anyone...