An open API service indexing awesome lists of open source software.

https://github.com/mpadge/subdirtest

Test of Makevars.win for R package compilation with src sub directories
https://github.com/mpadge/subdirtest

Last synced: about 2 months ago
JSON representation

Test of Makevars.win for R package compilation with src sub directories

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# subdirtest

The goal of subdirtest is to ...

## Installation

You can install subdirtest from github with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("mpadge/subdirtest")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
## basic example code
```

[![Build Status](https://travis-ci.org/mpadge/subdirtest.svg)](https://travis-ci.org/mpadge/subdirtest)
[![Project Status: Concept - Minimal or no implementation has been done yet.](http://www.repostatus.org/badges/0.1.0/concept.svg)](http://www.repostatus.org/#concept)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/subdirtest)](http://cran.r-project.org/web/packages/subdirtest)
![downloads](http://cranlogs.r-pkg.org/badges/grand-total/subdirtest)

subdirtest is ...

The following functions are implemented:

The following data sets are included:

### News

- Version released

### Installation

```{r, eval=FALSE}
devtools::install_github("mpadge/subdirtest")
```

```{r echo=FALSE, message=FALSE, warning=FALSE, error=FALSE}
options(width=120)
```

### Usage

```{r, eval=FALSE}
library(subdirtest)

# current verison
packageVersion("subdirtest")

```

### Test Results

```{r, eval=FALSE}
library(subdirtest)
library(testthat)

date()

test_dir("tests/")
```