Package available. November 17, 2017

Size: px
Start display at page:

Download "Package available. November 17, 2017"

Transcription

1 Package available November 17, 2017 Title Check if the Title of a Package is Available, Appropriate and Interesting Version Check if a given package is available to use. It checks the 's validity. Checks if it is used on 'GitHub', 'CRAN' and 'Bioconductor'. Checks for unintended meanings by querying Urban Dictionary, 'Wiktionary' and Wikipedia. Depends R (>= 3.1.0) License MIT + file LICENSE Encoding UTF-8 LazyData true RoxygenNote Imports cli, clisymbols, crayon, tidytext, desc, glue, jsonlite, memoise, purrr, SnowballC, stringdist, tibble, udapi, yesno Suggests devtools, BiocInstaller, testthat URL BugReports NeedsCompilation no Author Carl Ganz [aut], Gábor Csárdi [aut], Jim Hester [aut, cre], Molly Lewis [aut], Rachael Tatman [aut] Maintainer Jim Hester <james.f.hester@gmail.com> Repository CRAN Date/Publication :35:17 UTC R topics documented: available available_on_bioc

2 2 available available_on_github create get_bad_words get_sentiment get_urban_data get_wikipidia pkg dist suggest valid_package_ Index 8 available See if a is available Searches performed - Valid package - Already taken on CRAN - Positive or negative sentiment - Urban Dictionary available(, browse = getoption("available.browse", TRUE),...) browse Whether browser should be opened for all web links, default = TRUE. Default can be changed by setting available.browse in.rprofile. See Startup for more details.... Additional arguments passed to [utils::available.packages()]. Examples ## Not run: # Check if the available package is available available("available") # You can disable opening of browser windows with browse = FALSE available("survival", browse = FALSE) # Or by setting a global option options(available.browse = FALSE) available("survival") ## End(Not run)

3 available_on_bioc 3 available_on_bioc See if a is available on CRAN See if a is available on CRAN available_on_bioc(, repos = NULL,...) available_on_cran(, repos = default_cran_repos,...) repos character vector, the base URL(s) of the repositories to use.... Additional arguments passed to [utils::available.packages()]. available_on_github See if a is available on github See if a is available on github available_on_github()

4 4 get_bad_words create Check a new package and possibly create it Check a new package and possibly create it create(,...)... Additional arguments passed to [devtools::create()]. get_bad_words Check for bad words in Check for bad words in get_bad_words() See Also See

5 get_sentiment 5 get_sentiment Get sentiment of Get sentiment of get_sentiment() get_urban_data get urban dictionary definitions and tags get urban dictionary definitions and tags get_urban_data() get_wikipidia Open wikipedia page and abbreviations.com page Open wikipedia page and abbreviations.com page get_wikipidia() get_wiktionary()

6 6 suggest pkg dist Find five closest package s in terms of string distance Find five closest package s in terms of string distance pkg dist(, pkgs) pkgs of package packages to compare with suggest Suggest a package based on a development package title or description If the package you are using already has a title, simply pass the path to the package root in path. Otherwise use title to specify a potential title. suggest(path = ".", field = c("title", ""), text = NULL) path field text Path to a existing package to extract the title from. one of "Title" or "" text string to search. Examples ## Not run: # Default will use the title from the current path. suggest() # Can also suggest based on the description suggest(field = "") ## End(Not run)

7 valid_package_ 7 # Or by explictly using the text argument suggest(text = "A Package for Displaying Visual Scenes as They May Appear to an Animal with Lower Acuity") valid_package_ Is a package valid Is a package valid valid_package_()

8 Index available, 2 available_on_bioc, 3 available_on_cran (available_on_bioc), 3 available_on_github, 3 create, 4 get_bad_words, 4 get_sentiment, 5 get_urban_data, 5 get_wikipidia, 5 get_wiktionary (get_wikipidia), 5 pkg dist, 6 Startup, 2 suggest, 6 valid_package_, 7 8

Package spark. July 21, 2017

Package spark. July 21, 2017 Title 'Sparklines' in the 'R' Terminal Version 2.0.0 Author Gábor Csárdi Package spark July 21, 2017 Maintainer Gábor Csárdi A 'sparkline' is a line chart, without axes and labels.

More information

Package goodpractice

Package goodpractice Title Advice on R Package Building Version 1.0.2 Package goodpractice May 2, 2018 Give advice about good practices when building R packages. Advice includes functions and syntax to avoid, package structure,

More information

Package rcmdcheck. R topics documented: November 10, 2018

Package rcmdcheck. R topics documented: November 10, 2018 Package rcmdcheck November 10, 2018 Title Run 'R CMD check' from 'R' and Capture Results Version 1.3.2 Author Gábor Csárdi Maintainer Gábor Csárdi Run 'R CMD check' from 'R' programmatically,

More information

Package sessioninfo. June 21, 2017

Package sessioninfo. June 21, 2017 Title R Session Information Version 1.0.0 Package sessioninfo June 21, 2017 Author Gábor Csárdi, R core, Hadley Wickham, Winston Chang, Robert M Flight, Kirill Müller Maintainer Gábor Csárdi

More information

Package messaging. May 27, 2018

Package messaging. May 27, 2018 Type Package Package messaging May 27, 2018 Title Conveniently Issue Messages, Warnings, and Errors Version 0.1.0 Description Provides tools for creating and issuing nicely-formatted text within R diagnostic

More information

Package spelling. December 18, 2017

Package spelling. December 18, 2017 Title Tools for Spell Checking in R Version 1.1 Package spelling December 18, 2017 Spell checking common document formats including latex, markdown, manual pages, and description files. Includes utilities

More information

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features Type Package Version 0.0.2 Title Encode Categorical Features Package cattonum May 2, 2018 Functions for dummy encoding, frequency encoding, label encoding, leave-one-out encoding, mean encoding, median

More information

Package githubinstall

Package githubinstall Type Package Version 0.2.2 Package githubinstall February 18, 2018 Title A Helpful Way to Install R Packages Hosted on GitHub Provides an helpful way to install packages hosted on GitHub. URL https://github.com/hoxo-m/githubinstall

More information

Package rbraries. April 18, 2018

Package rbraries. April 18, 2018 Title Interface to the 'Libraries.io' API Package rbraries April 18, 2018 Interface to the 'Libraries.io' API (). 'Libraries.io' indexes data from 36 different package managers

More information

Package datasets.load

Package datasets.load Title Interface for Loading Datasets Version 0.1.0 Package datasets.load December 14, 2016 Visual interface for loading datasets in RStudio from insted (unloaded) s. Depends R (>= 3.0.0) Imports shiny,

More information

Package humanize. R topics documented: April 4, Version Title Create Values for Human Consumption

Package humanize. R topics documented: April 4, Version Title Create Values for Human Consumption Version 0.2.0 Title Create s for Human Consumption Package humanize April 4, 2018 An almost direct port of the 'python' 'humanize' package . This package contains utilities

More information

Package repec. August 31, 2018

Package repec. August 31, 2018 Type Package Title Access RePEc Data Through API Version 0.1.0 Package repec August 31, 2018 Utilities for accessing RePEc (Research Papers in Economics) through a RESTful API. You can request a and get

More information

Package oec. R topics documented: May 11, Type Package

Package oec. R topics documented: May 11, Type Package Type Package Package oec May 11, 2018 Title Observatory of Economic Complexity API Wrapper and Utility Program Version 2.7.8 Date 2018-06-11 Maintainer Mauricio Vargas S. URL https://cran.r-project.org/package=oec

More information

Package pkgbuild. October 16, 2018

Package pkgbuild. October 16, 2018 Title Find Tools Needed to Build R Packages Version 1.0.2 Package pkgbuild October 16, 2018 Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms

More information

Package remotes. December 21, 2017

Package remotes. December 21, 2017 Package remotes December 21, 2017 Title R Package Installation from Remote Repositories, Including 'GitHub' Version 1.1.1 Download and install R packages stored in 'GitHub', 'BitBucket', or plain 'subversion'

More information

Package librarian. R topics documented:

Package librarian. R topics documented: Package librarian July 8, 2018 Title Install, Update, Load Packages from CRAN and 'GitHub' in One Step Version 1.3.0 Automatically install, update, and load 'CRAN' and 'GitHub' packages in a single function

More information

Package fingertipsr. May 25, Type Package Version Title Fingertips Data for Public Health

Package fingertipsr. May 25, Type Package Version Title Fingertips Data for Public Health Type Package Version 0.1.7 Title Fingertips Data for Public Health Package fingertipsr May 25, 2018 Fingertips () contains data for many indicators of public health in England.

More information

Package dbx. July 5, 2018

Package dbx. July 5, 2018 Type Package Title A Fast, Easy-to-Use Database Interface Version 0.1.0 Date 2018-07-05 Package dbx July 5, 2018 Provides select, insert, update, upsert, and delete database operations. Supports 'PostgreSQL',

More information

Package fastdummies. January 8, 2018

Package fastdummies. January 8, 2018 Type Package Package fastdummies January 8, 2018 Title Fast Creation of Dummy (Binary) Columns and Rows from Categorical Variables Version 1.0.0 Description Creates dummy columns from columns that have

More information

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7 Title Use Image in 'ggplot2' Version 0.0.7 Package ggimage November 1, 2017 Supports image files and graphic objects to be visualized in 'ggplot2' graphic system. Depends R (>= 3.3.0), ggplot2 Imports

More information

Package rzeit2. January 7, 2019

Package rzeit2. January 7, 2019 Type Package Title Client for the ZEIT ONLINE Content API Version 0.2.3 Package rzeit2 January 7, 2019 Interface to gather newspaper articles from 'DIE ZEIT' and 'ZEIT ONLINE', based on a multilevel query

More information

Package cli. November 5, 2017

Package cli. November 5, 2017 Package cli November 5, 2017 Title Helpers for Developing Command Line Interfaces Version 1.0.0 A suite of tools designed to build attractive command line interfaces ('CLIs'). Includes tools for drawing

More information

Package dkanr. July 12, 2018

Package dkanr. July 12, 2018 Title Client for the 'DKAN' API Version 0.1.2 Package dkanr July 12, 2018 Provides functions to facilitate access to the 'DKAN' API (), including

More information

Package gtrendsr. October 19, 2017

Package gtrendsr. October 19, 2017 Type Package Title Perform and Display Google Trends Queries Version 1.4.0 Date 2017-10-19 Package gtrendsr October 19, 2017 An interface for retrieving and displaying the information returned online by

More information

Package knitrprogressbar

Package knitrprogressbar Type Package Title Provides Progress Bars in 'knitr' Version 1.1.0 Package knitrprogressbar February 20, 2018 Provides a progress bar similar to 'dplyr' that can write progress out to a variety of locations,

More information

Package BiocManager. November 13, 2018

Package BiocManager. November 13, 2018 Package BiocManager November 13, 2018 Title Access the Bioconductor Project Package Repository A convenient tool to install and update Bioconductor packages. Version 1.30.4 Depends R (>= 3.5.0) Imports

More information

Package internetarchive

Package internetarchive Type Package Title An API Client for the Internet Archive Package internetarchive December 8, 2016 Search the Internet Archive, retrieve metadata, and download files. Version 0.1.6 Date 2016-12-08 License

More information

Package patentsview. July 12, 2017

Package patentsview. July 12, 2017 Type Package Title An R Client to the PatentsView API Version 0.1.0 Encoding UTF-8 Package patentsview July 12, 2017 Provides functions to simplify the PatentsView API ()

More information

Package SEMrushR. November 3, 2018

Package SEMrushR. November 3, 2018 Type Package Title R Interface to Access the 'SEMrush' API Version 0.1.0 Package SEMrushR November 3, 2018 Implements methods for querying SEO (Search Engine Optimization) and SEM (Search Engine Marketing)

More information

Package jpmesh. December 4, 2017

Package jpmesh. December 4, 2017 Type Package Title Utilities for Japanese Mesh Code Version 1.0.1 Package jpmesh December 4, 2017 Maintainer Shinya Uryu Helpful functions for using mesh code (80km to 125m) data

More information

Package desc. May 1, 2018

Package desc. May 1, 2018 Title Manipulate DESCRIPTION Files Version 1.2.0 Package desc May 1, 2018 Maintainer Gábor Csárdi Tools to read, write, create, and manipulate DESCRIPTION s. It is intended for

More information

Package ECctmc. May 1, 2018

Package ECctmc. May 1, 2018 Type Package Package ECctmc May 1, 2018 Title Simulation from Endpoint-Conditioned Continuous Time Markov Chains Version 0.2.5 Date 2018-04-30 URL https://github.com/fintzij/ecctmc BugReports https://github.com/fintzij/ecctmc/issues

More information

Package pwrab. R topics documented: June 6, Type Package Title Power Analysis for AB Testing Version 0.1.0

Package pwrab. R topics documented: June 6, Type Package Title Power Analysis for AB Testing Version 0.1.0 Type Package Title Power Analysis for AB Testing Version 0.1.0 Package pwrab June 6, 2017 Maintainer William Cha Power analysis for AB testing. The calculations are based

More information

Package crossword.r. January 19, 2018

Package crossword.r. January 19, 2018 Date 2018-01-13 Type Package Title Generating s from Word Lists Version 0.3.5 Author Peter Meissner Package crossword.r January 19, 2018 Maintainer Peter Meissner Generate crosswords

More information

Package geniusr. December 6, 2017

Package geniusr. December 6, 2017 Title Tools for Working with the 'Genius' API Version 1.0.0 Package geniusr December 6, 2017 Provides tools to interact nicely with the 'Genius' API . Search hosted content, extract

More information

Package slickr. March 6, 2018

Package slickr. March 6, 2018 Version 0.2.4 Date 2018-01-17 Package slickr March 6, 2018 Title Create Interactive Carousels with the JavaScript 'Slick' Library Create and customize interactive carousels using the 'Slick' JavaScript

More information

Package wikitaxa. December 21, 2017

Package wikitaxa. December 21, 2017 Title Taxonomic Information from 'Wikipedia' Package wikitaxa December 21, 2017 'Taxonomic' information from 'Wikipedia', 'Wikicommons', 'Wikispecies', and 'Wikidata'. Functions included for getting taxonomic

More information

Package deductive. June 2, 2017

Package deductive. June 2, 2017 Package deductive June 2, 2017 Maintainer Mark van der Loo License GPL-3 Title Data Correction and Imputation Using Deductive Methods LazyData no Type Package LazyLoad yes Attempt

More information

Package gtrendsr. August 4, 2018

Package gtrendsr. August 4, 2018 Type Package Title Perform and Display Google Trends Queries Version 1.4.2 Date 2018-08-03 Package gtrendsr August 4, 2018 An interface for retrieving and displaying the information returned online by

More information

Package calpassapi. August 25, 2018

Package calpassapi. August 25, 2018 Title R Interface to Access CalPASS API Version 0.0.1 Package calpassapi August 25, 2018 Description Implements methods for querying data from CalPASS using its API. CalPASS Plus. MMAP API V1. .

More information

Package rhub. November 1, 2017

Package rhub. November 1, 2017 Title Connect to 'R-hub' Version 1.0.2 Author Gábor Csárdi Package rhub November 1, 2017 Maintainer Gábor Csárdi Run 'R CMD check' on any of the 'R-hub' architectures, from the

More information

Package opencage. January 16, 2018

Package opencage. January 16, 2018 Package opencage January 16, 2018 Type Package Title Interface to the OpenCage API Version 0.1.4 Tool for accessing the OpenCage API, which provides forward geocoding (from placename to longitude and latitude)

More information

Package widyr. August 14, 2017

Package widyr. August 14, 2017 Type Package Title Widen, Process, then Re-Tidy Data Version 0.1.0 Package widyr August 14, 2017 Encapsulates the pattern of untidying data into a wide matrix, performing some processing, then turning

More information

Package validara. October 19, 2017

Package validara. October 19, 2017 Type Package Title Validate Brazilian Administrative Registers Version 0.1.1 Package validara October 19, 2017 Maintainer Gustavo Coelho Contains functions to validate administrative

More information

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0 Title Use Image in 'ggplot2' Version 0.1.0 Package ggimage December 5, 2017 Supports image files and graphic objects to be visualized in 'ggplot2' graphic system. Depends R (>= 3.3.0), ggplot2 Imports

More information

Package riingo. April 16, 2018

Package riingo. April 16, 2018 Type Package Package riingo April 16, 2018 Title An R Interface to the 'Tiingo' Stock Price API Version 0.1.0 Maintainer Davis Vaughan Functionality to download stock prices,

More information

Package zip. R topics documented: March 11, Title Cross-Platform 'zip' Compression Version 2.0.1

Package zip. R topics documented: March 11, Title Cross-Platform 'zip' Compression Version 2.0.1 Title Cross-Platform 'zip' Compression Version 2.0.1 Package zip March 11, 2019 Author Gábor Csárdi, Kuba Podgórski, Rich Geldreich Maintainer Gábor Csárdi Cross-Platform 'zip'

More information

Package facerec. May 14, 2018

Package facerec. May 14, 2018 Package facerec Type Package Title An Interface for Face Recognition Version 0.1.0 Date 2018-05-14 May 14, 2018 URL https://github.com/methodds/facerec BugReports https://github.com/methodds/facerec/issues

More information

Package memoise. April 21, 2017

Package memoise. April 21, 2017 Encoding UTF-8 Title Memoisation of Functions Version 1.1.0 Package memoise April 21, 2017 Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed

More information

Package robotstxt. November 12, 2017

Package robotstxt. November 12, 2017 Date 2017-11-12 Type Package Package robotstxt November 12, 2017 Title A 'robots.txt' Parser and 'Webbot'/'Spider'/'Crawler' Permissions Checker Version 0.5.2 Provides functions to download and parse 'robots.txt'

More information

Package qualmap. R topics documented: September 12, Type Package

Package qualmap. R topics documented: September 12, Type Package Type Package Package qualmap September 12, 2018 Title Opinionated Approach for Digitizing Semi-Structured Qualitative GIS Data Version 0.1.1 Provides a set of functions for taking qualitative GIS data,

More information

Package rprojroot. January 3, Title Finding Files in Project Subdirectories Version 1.3-2

Package rprojroot. January 3, Title Finding Files in Project Subdirectories Version 1.3-2 Title Finding Files in Project Subdirectories Version 1.3-2 Package rprojroot January 3, 2018 Robust, reliable and flexible paths to files below a project root. The 'root' of a project is defined as a

More information

Package condusco. November 8, 2017

Package condusco. November 8, 2017 Type Package Package condusco November 8, 2017 Title Query-Driven Pipeline Execution and Query Templates Version 0.1.0 Author Roland Stevenson Maintainer Roland Stevenson Description

More information

Package docxtools. July 6, 2018

Package docxtools. July 6, 2018 Title Tools for R Markdown to Docx Documents Version 0.2.0 Language en-us Package docxtools July 6, 2018 A set of helper functions for using R Markdown to create documents in docx format, especially documents

More information

Package ecoseries. R topics documented: September 27, 2017

Package ecoseries. R topics documented: September 27, 2017 Package ecoseries September 27, 2017 Title An R Interface to Brazilian Central Bank and Sidra APIs and the IPEA Data Version 0.1.5 Date 2017-09-27 Maintainer Fernando Teixeira

More information

Package aws.transcribe

Package aws.transcribe Type Package Title Client for 'AWS Transcribe' Version 0.1.2 Date 2018-04-09 Package aws.transcribe April 9, 2018 Client for 'AWS Transcribe' , a cloud

More information

Package pdfsearch. July 10, 2018

Package pdfsearch. July 10, 2018 Type Package Version 0.2.3 License MIT + file LICENSE Title Search Tools for PDF Files Package pdfsearch July 10, 2018 Includes functions for keyword search of pdf files. There is also a wrapper that includes

More information

Package modules. July 22, 2017

Package modules. July 22, 2017 Title Self Contained Units of Source Code Version 0.6.0 Date 2017-07-18 Package modules July 22, 2017 Description Provides modules as an organizational unit for source code. Modules enforce to be more

More information

Package rgho. R topics documented: January 18, 2017

Package rgho. R topics documented: January 18, 2017 Package rgho January 18, 2017 Title Access WHO Global Health Observatory Data from R Version 1.0.1 Author Antoine Filipovic-Pierucci [aut,cre] Maintainer Antoine Filipovic-Pierucci

More information

Package websearchr. R topics documented: October 23, 2018

Package websearchr. R topics documented: October 23, 2018 Package websearchr October 23, 2018 Title Access Domains and Search Popular Websites Version 0.0.3 Functions that allow for accessing domains and a number of search engines. Depends R (>= 3.4.0) Imports

More information

Package sfc. August 29, 2016

Package sfc. August 29, 2016 Type Package Title Substance Flow Computation Version 0.1.0 Package sfc August 29, 2016 Description Provides a function sfc() to compute the substance flow with the input files --- ``data'' and ``model''.

More information

Package bigreadr. R topics documented: August 13, Version Date Title Read Large Text Files

Package bigreadr. R topics documented: August 13, Version Date Title Read Large Text Files Version 0.1.3 Date 2018-08-12 Title Read Large Text Files Package bigreadr August 13, 2018 Read large text s by splitting them in smaller s. License GPL-3 Encoding UTF-8 LazyData true ByteCompile true

More information

Package exifr. October 15, 2017

Package exifr. October 15, 2017 Type Package Title EXIF Image Data in R Version 0.2.1 Date 2017-10-14 Package exifr October 15, 2017 Maintainer Dewey Dunnington Reads EXIF data using ExifTool

More information

Package jstree. October 24, 2017

Package jstree. October 24, 2017 Package jstree October 24, 2017 Title Create Interactive Trees with the 'jquery' 'jstree' Plugin Version 1.0.1 Date 2017-10-23 Maintainer Jonathan Sidi Create and customize interactive

More information

Package shiny.semantic

Package shiny.semantic Type Package Title Semantic UI Support for Shiny Version 0.1.1 Package shiny.semantic May 29, 2017 Creating a great user interface for your Shiny apps can be a hassle, especially if you want to work purely

More information

Package shinytest. May 7, 2018

Package shinytest. May 7, 2018 Title Test Shiny Apps Version 1.3.0 Package shinytest May 7, 2018 For automated testing of Shiny applications, using a headless browser, driven through 'WebDriver'. License MIT + file LICENSE LazyData

More information

Package farver. November 20, 2018

Package farver. November 20, 2018 Type Package Package farver November 20, 2018 Title Vectorised Colour Conversion and Comparison Version 1.1.0 Date 2018-11-20 Maintainer Thomas Lin Pedersen The encoding of colour

More information

Package radix. September 17, 2018

Package radix. September 17, 2018 Type Package Package radix September 17, 2018 Title 'R Markdown' Format for Scientific and Technical Writing Version 0.5 Scientific and technical article format for the web. 'Radix' articles feature attractive,

More information

Package guardianapi. February 3, 2019

Package guardianapi. February 3, 2019 Package guardianapi February 3, 2019 Title Access 'The Guardian' Newspaper Open Data API Version 0.1.0 Access to the 'Guardian' open API , containing all articles

More information

Package sankey. R topics documented: October 22, 2017

Package sankey. R topics documented: October 22, 2017 Package sankey October 22, 2017 Title Illustrate the Flow of Information or Material Version 1.0.2 Author Gábor Csárdi, January Weiner Maintainer Gábor Csárdi Description Plots

More information

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3.

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3. Type Package Title GeoJSON to Simple Feature Converter Version 1.3.0 Date 2019-01-11 Package geojsonsf January 11, 2019 Converts Between GeoJSON and simple feature objects. License GPL-3 Encoding UTF-8

More information

Package pkgload. July 8, 2018

Package pkgload. July 8, 2018 Title Simulate Package Installation and Attach Version 1.0.0 Package pkgload July 8, 2018 Simulates the process of installing a package and then attaching it. This is a key part of the 'devtools' package

More information

Package projector. February 27, 2018

Package projector. February 27, 2018 Package projector February 27, 2018 Title Project Dense Vectors Representation of Texts on a 2D Plan Version 0.0.2 Date 2018-02-27 Maintainer Michaël Benesty Display dense vector representation

More information

Package filelock. R topics documented: February 7, 2018

Package filelock. R topics documented: February 7, 2018 Package filelock February 7, 2018 Title Portable File Locking Version 1.0.1 Author Gábor Csárdi Maintainer Gábor Csárdi Description Place an exclusive or shared lock on a file.

More information

Package strat. November 23, 2016

Package strat. November 23, 2016 Type Package Package strat November 23, 2016 Title An Implementation of the Stratification Index Version 0.1 An implementation of the stratification index proposed by Zhou (2012) .

More information

Package postal. July 27, 2018

Package postal. July 27, 2018 Type Package Title United States Postal Service API Interface Version 0.1.0 Package postal July 27, 2018 Author Amanda Dobbyn Maintainer Amanda Dobbyn

More information

Package crochet. January 8, 2018

Package crochet. January 8, 2018 Version 2.0.1 License MIT + file LICENSE Package crochet January 8, 2018 Title Implementation Helper for [ and [

More information

Package regexselect. R topics documented: September 22, Version Date Title Regular Expressions in 'shiny' Select Lists

Package regexselect. R topics documented: September 22, Version Date Title Regular Expressions in 'shiny' Select Lists Version 1.0.0 Date 2017-09-22 Title Regular Expressions in 'shiny' Select Lists Package regexselect September 22, 2017 Description 'shiny' extension that adds regular expression filtering capabilities

More information

Package mdftracks. February 6, 2017

Package mdftracks. February 6, 2017 Type Package Title Read and Write 'MTrackJ Data Files' Version 0.2.0 Package mdftracks February 6, 2017 'MTrackJ' is an 'ImageJ' plugin for motion tracking and analysis (see ).

More information

Package geogrid. August 19, 2018

Package geogrid. August 19, 2018 Package geogrid August 19, 2018 Title Turn Geospatial Polygons into Regular or Hexagonal Grids Version 0.1.0.1 Turn irregular polygons (such as geographical regions) into regular or hexagonal grids. This

More information

Package canvasxpress

Package canvasxpress Version 1.18.2 Package canvasxpress Title Visualization Package for CanvasXpress in R January 19, 2018 Enables creation of visualizations using the CanvasXpress framework in R. CanvasXpress is a standalone

More information

Package readobj. November 2, 2017

Package readobj. November 2, 2017 Type Package Package readobj November 2, 2017 Title Fast Reader for 'Wavefront' OBJ 3D Scene Files Version 0.3 Wraps 'tiny_obj_loader' C++ library for reading the 'Wavefront' OBJ 3D file format including

More information

Package postgistools

Package postgistools Type Package Package postgistools March 28, 2018 Title Tools for Interacting with 'PostgreSQL' / 'PostGIS' Databases Functions to convert geometry and 'hstore' data types from 'PostgreSQL' into standard

More information

Package statsdk. September 30, 2017

Package statsdk. September 30, 2017 Type Package Title A Wrapper for the API of Statistics Denmark Version 0.1.1 Author Mikkel Freltoft Krogsholm Package statsdk September 30, 2017 Maintainer Mikkel Freltoft Krogsholm Makes

More information

Package catchr. R topics documented: December 30, Type Package. Title Catch, Collect, and Raise Conditions. Version 0.1.0

Package catchr. R topics documented: December 30, Type Package. Title Catch, Collect, and Raise Conditions. Version 0.1.0 Package catchr December 30, 2018 Type Package Title Catch, Collect, and Raise Conditions Version 0.1.0 Maintainer Zachary Burchill Simple code to catch, collect, and raise

More information

Package clipr. June 23, 2018

Package clipr. June 23, 2018 Type Package Title Read and Write from the System Clipboard Version 0.4.1 Package clipr June 23, 2018 Simple utility functions to read from and write to the Windows, OS X, and X11 clipboards. Imports utils

More information

Package utilsipea. November 13, 2017

Package utilsipea. November 13, 2017 Type Package Title IPEA Common Functions Version 0.0.5 Package utilsipea November 13, 2017 Maintainer Gustavo Coelho The most used functions on IPEA (Instituto de Pesquisa

More information

Package ether. September 22, 2018

Package ether. September 22, 2018 Type Package Title Interaction with the 'Ethereum' Blockchain Version 0.1.5 Package ether September 22, 2018 Interacts with the open-source, public 'Ethereum' blockchain. It

More information

Package essurvey. August 23, 2018

Package essurvey. August 23, 2018 Package essurvey August 23, 2018 Title Download Data from the European Social Survey on the Fly Version 1.0.2 BugReports https://github.com/ropensci/essurvey/issues Download data from the European Social

More information

Package covr. October 18, 2018

Package covr. October 18, 2018 Encoding UTF-8 Title Test Coverage for Packages Version 3.2.1 Package covr October 18, 2018 Track and report code coverage for your package and (optionally) upload the results to a coverage service like

More information

Package rdryad. June 18, 2018

Package rdryad. June 18, 2018 Type Package Title Access for Dryad Web Services Package rdryad June 18, 2018 Interface to the Dryad ``Solr'' API, their ``OAI-PMH'' service, and fetch datasets. Dryad () is a curated

More information

Package IRkernel. January 7, 2019

Package IRkernel. January 7, 2019 Title Native R Kernel for the 'Jupyter Notebook' Package IRkernel January 7, 2019 The R kernel for the 'Jupyter' environment executes R code which the front-end ('Jupyter Notebook' or other front-ends)

More information

Package msgtools. March 2, 2017

Package msgtools. March 2, 2017 Type Package Title Tools for Developing Diagnostic Messages Package msgtools March 2, 2017 A number of utilities for developing and maintaining error, warning, and other messages in R packages, including

More information

Package testit. R topics documented: June 14, 2018

Package testit. R topics documented: June 14, 2018 Package testit June 14, 2018 Type Package Title A Simple Package for Testing R Packages Version 0.8 Description Provides two convenience functions assert() and test_pkg() to facilitate testing R packages.

More information

Package autocogs. September 22, Title Automatic Cognostic Summaries Version 0.1.1

Package autocogs. September 22, Title Automatic Cognostic Summaries Version 0.1.1 Title Automatic Cognostic Summaries Version 0.1.1 Package autocogs September 22, 2018 Automatically calculates cognostic groups for plot objects and list column plot objects. Results are returned in a

More information

Package keyholder. May 19, 2018

Package keyholder. May 19, 2018 Title Store Data About Rows Version 0.1.2 Package keyholder May 19, 2018 Tools for keeping track of information, named ``keys'', about rows of data frame like objects. This is done by creating special

More information

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2 Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2 Package gggenes November 7, 2018 Provides a 'ggplot2' geom and helper functions for drawing gene arrow maps. Depends R (>= 3.3.0) Imports grid (>=

More information

Package loggit. April 9, 2018

Package loggit. April 9, 2018 Title Effortless Exception Logging Package loggit April 9, 2018 A very simple and easy-to-use set of suspiciously-familiar functions. 'loggit' provides a set of wrappings for base R's message(), warning(),

More information

Package styler. December 11, Title Non-Invasive Pretty Printing of R Code Version 1.0.0

Package styler. December 11, Title Non-Invasive Pretty Printing of R Code Version 1.0.0 Title Non-Invasive Pretty Printing of R Code Version 1.0.0 Package styler December 11, 2017 Pretty-prints R code without changing the user's formatting intent. Imports backports, cli, enc, magrittr, purrr,

More information

Package shinyhelper. June 21, 2018

Package shinyhelper. June 21, 2018 Package shinyhelper June 21, 2018 Type Package Title Easily Add Markdown Help Files to 'shiny' App Elements Version 0.3.0 BugReports https://github.com/cwthom/shinyhelper/issues Creates a lightweight way

More information