search
R <%= render_snippet("search_bar") %>

Results for: "<%= query %>"

<% if(length(urls) < 1){ -%> Your search - <%= query %> - did not match any documents.

Suggestions:
  • Make sure all words are spelled correctly.
  • Try different keywords.
  • Try more general keywords.
  • Try fewer keywords.
<% } %> <% for(i in seq_along(urls)){ -%> <% pkg_and_topic = package_and_topic_from_url(urls[i]) %> <%= render_snippet("package_topic_desc", list(pkg = pkg_and_topic$pkg, topic = pkg_and_topic$topic, items = items[[i]], query = query)) %> <% } %>
<%= render_snippet("next_previous", list( query = query, start_pos = start_pos, row_count = row_count, total_item_count = total_item_count )) %>
<%= render_snippet("footer", list(disqus = FALSE, html = html)) %>