Browse Source

CRAN comments and cleanup

tags/v0.3.0
boB Rudis 8 years ago
parent
commit
7a75cea920
  1. 2
      cleanup
  2. 8
      cran-comments.md
  3. 2
      src/Makevars

2
cleanup

@ -0,0 +1,2 @@
#!/bin/sh
rm -f src/Makevars

8
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
- 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`

2
src/Makevars

@ -1,2 +0,0 @@
PKG_CPPFLAGS= -L/usr/local/include
PKG_LIBS= -L/usr/local/lib -L/usr/lib -lmagic
Loading…
Cancel
Save