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
- Host: GitHub
- URL: https://github.com/mpadge/subdirtest
- Owner: mpadge
- Created: 2018-10-10T07:18:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T08:24:41.000Z (over 6 years ago)
- Last Synced: 2025-02-14T13:23:34.704Z (4 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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
```[](https://travis-ci.org/mpadge/subdirtest)
[](http://www.repostatus.org/#concept)
[](http://cran.r-project.org/web/packages/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/")
```