Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 147 packages in 0.01 seconds

glue — by Jennifer Bryan, a year ago

Interpreted String Literals

An implementation of interpreted string literals, inspired by Python's Literal String Interpolation < https://www.python.org/dev/peps/pep-0498/> and Docstrings < https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals < https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.

devtools — by Jennifer Bryan, 4 months ago

Tools to Make Developing R Packages Easier

Collection of package development tools.

withr — by Lionel Henry, a year ago

Run Code 'With' Temporarily Modified Global State

A set of functions to run code 'with' safely and temporarily modified global state. Many of these functions were originally a part of the 'devtools' package, this provides a simple package with limited dependencies to provide access to these functions.

readxl — by Jennifer Bryan, a year ago

Read Excel Files

Import excel files into R. Supports '.xls' via the embedded 'libxls' C library < https://github.com/libxls/libxls> and '.xlsx' via the embedded 'RapidXML' C++ library < https://rapidxml.sourceforge.net/>. Works on Windows, Mac and Linux without external dependencies.

usethis — by Jennifer Bryan, 5 months ago

Automate Package and Project Setup

Automate package and project setup tasks that are otherwise performed manually. This includes setting up unit testing, test coverage, continuous integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio' projects, and more.

here — by Kirill Müller, 5 months ago

A Simpler Way to Find Your Files

Constructs paths to your project's files. Declare the relative path of a file within your project with 'i_am()'. Use the 'here()' function as a drop-in replacement for 'file.path()', it will always locate the files relative to your project root.

gapminder — by Jennifer Bryan, 8 months ago

Data from Gapminder

An excerpt of the data available at Gapminder.org. For each of 142 countries, the package provides values for life expectancy, GDP per capita, and population, every five years, from 1952 to 2007.

clipr — by Matthew Lincoln, 4 years ago

Read and Write from the System Clipboard

Simple utility functions to read from and write to the Windows, OS X, and X11 clipboards.

googledrive — by Jennifer Bryan, 5 months ago

An Interface to Google Drive

Manage Google Drive files from R.

googlesheets4 — by Jennifer Bryan, 5 months ago

Access Google Sheets using the Sheets API V4

Interact with Google Sheets through the Sheets API v4 < https://developers.google.com/sheets/api>. "API" is an acronym for "application programming interface"; the Sheets API allows users to interact with Google Sheets programmatically, instead of via a web browser. The "v4" refers to the fact that the Sheets API is currently at version 4. This package can read and write both the metadata and the cell data in a Sheet.