Skip to content

w4mclstrpeakpics Release v0.98.1

Latest
Compare
Choose a tag to compare
@eschen42 eschen42 released this 18 Jun 14:38
· 2 commits to master since this release

VERSION 0.98.1

FEATURES

  • first release.

BUILD NOTES

  • This package was built with R 3.3.1 under miniconda as follows:
  ~/src/w4mclstrpeakpics$ ~/miniconda2/bin/conda create -n r3.3.1 r-base=3.3.1
  ~/src/w4mclstrpeakpics$ source ~/miniconda2/bin/activate r3.3.1
  (r3.3.1) $ R
  > library(devtools)
  > document()
  > test()
  > check()
  > build()
  > install()

Result is at ~/src/w4mclstrpeakpics_0.98.1.tar.gz