Giter Club home page Giter Club logo

rtimes's Introduction

rtimes

Project Status: Abandoned – the project has been abandoned and the author(s) do not intend on continuing development.

rtimes has been abandoned - get in touch if you want to take over maintainance.

Meta

  • Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
  • Maintainer: Scott Chamberlain
  • License: MIT
  • Report any problems in the Issues Tracker, or just fork and submit changes, etc.

rtimes's People

Contributors

andybega avatar sckott avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rtimes's Issues

Faceting in article search does not seem to work

Hello, I tried the examples from the as_search examples and they all seem to give the same results, without facets:

library("rtimes")

# add example without facets
x1 <- as_search(q="bailout", begin_date = "20081001", end_date = '20081201')
Sys.sleep(1)
# faceting
x2 <- as_search(q="bailout", facet_field = 'section_name', begin_date = "20081001",
   end_date = '20081201')
Sys.sleep(1)
## with facet filtering
x3 <- as_search(q="bailout", facet_field = 'section_name', begin_date = "20081001",
   end_date = '20081201', facet_filter = TRUE)

The facets item is NULL in all 3 of the results lists for me.

> x1$facets
NULL
> x2$facets
NULL
> x3$facets
NULL

Boolean terms in query?

My query, used for over a year, stopped returning the same quantity of results.

May I use (continue to use) AND and OR terms in my query? Is the following incorrectly formulated?

q.cc <- "\"constitutional crisis\" AND \"Trump\" NOT \"Korea\" NOT \"Lula\" NOT \"Catalonia \""

trumpCC <- as_search( q = q.cc, begin_date = begin.date.var, end_date = today, sort = "newest", hl = TRUE, facet_field = "section_name", facet_filter = TRUE)

First 10 rows not returning in article search

Hi,

This is a really great package.
I was using all_results= TRUE and I noticed that the first 10 rows were never being returned (the rows in "data" are always 10 less than the number in hits. It's because of the odd way that R uses & and && and in this case you really want just & because you only want to run the special code when the number of hits is greater than 10, not to only run it when, basically, the hit number is great than 10.

#23

Differing fields?

I've been doing a page at a time for article search (so 10 articles each). But I'm getting back a different number of columns in each batch. Sometimes there are 26 columns, sometimes 24 or 26. Is that normal?

Bug from CRAN core

Package: govdat Version: 0.1
Check: for hidden files and directories ... NOTE
Found the following hidden files and directories:
.gitignore
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.

they said to fix in the next 2 weeks

RNYTimes

Would it make sense to coordinate this with Duncan Temple Lang, since he has a separate RNYTimes package?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.