From 7a75cea920cb4acfa83de96c62ebee85813592a7 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Mon, 15 Aug 2016 15:40:01 -0400 Subject: [PATCH] CRAN comments and cleanup --- cleanup | 2 ++ cran-comments.md | 8 ++++---- src/Makevars | 2 -- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100755 cleanup delete mode 100644 src/Makevars diff --git a/cleanup b/cleanup new file mode 100755 index 0000000..8ff2b06 --- /dev/null +++ b/cleanup @@ -0,0 +1,2 @@ +#!/bin/sh +rm -f src/Makevars \ No newline at end of file diff --git a/cran-comments.md b/cran-comments.md index d64a4d6..524e03b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments * local OS X install, R 3.3.1 -* local Windows 10 install, R 3.3.0 +* local Windows 10 install, R 3.3.0 & R 3.3.1 * ubuntu 14.04 (on travis-ci), R 3.3.1 * win-builder (devel and release) @@ -16,6 +16,6 @@ This is a new release, so there are no reverse dependencies. --- -* For Unix/Linux the libmagic library is required -* For Windows, Rtools 3.3 is required -* Information on how to install those is found in the README.md document \ No newline at end of file +- For Unix/Linux the 'libmagic' library is *required* +- For Windows, Rtools 3.3 is required (for the `file` cmd) +- Information on how to install requirements is found in `INSTALL` & `README.md` \ No newline at end of file diff --git a/src/Makevars b/src/Makevars deleted file mode 100644 index 073ba9f..0000000 --- a/src/Makevars +++ /dev/null @@ -1,2 +0,0 @@ -PKG_CPPFLAGS= -L/usr/local/include -PKG_LIBS= -L/usr/local/lib -L/usr/lib -lmagic