Skip to content

Commit

Permalink
modified: DESCRIPTION
Browse files Browse the repository at this point in the history
	modified:   NEWS
	modified:   README.md
  • Loading branch information
Johnson committed Dec 14, 2018
1 parent e1221fc commit 19082da
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 4 deletions.
23 changes: 23 additions & 0 deletions .ftpconfig
@@ -0,0 +1,23 @@
{
"protocol": "sftp",
"host": "example.com",
"port": 22,
"user": "user",
"pass": "pass",
"promptForPass": false,
"remote": "/",
"local": "",
"agent": "",
"privatekey": "",
"passphrase": "",
"hosthash": "",
"ignorehost": true,
"connTimeout": 10000,
"keepalive": 10000,
"keyboardInteractive": false,
"keyboardInteractiveForPass": false,
"remoteCommand": "",
"remoteShell": "",
"watch": [],
"watchTimeout": 500
}
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: iNEXT
Type: Package
Title: Interpolation and Extrapolation for Species Diversity
Version: 2.0.17
Version: 2.0.18
Author: T. C. Hsieh, K. H. Ma and Anne Chao
Description: Provides simple functions to compute and plot two
types (sample-size- and coverage-based) rarefaction and extrapolation of species
Expand All @@ -26,4 +26,4 @@ Suggests: testthat,
gridExtra,
ggthemes
VignetteBuilder: knitr
ByteCompile: true
ByteCompile: true
5 changes: 4 additions & 1 deletion NEWS
Expand Up @@ -16,4 +16,7 @@
- Modify the BootstrapFun for oddly warning message (issue #31).

# iNEXT 2.0.17
- Modify Error in duplicated levels/labels (issue #25).
- Modify Error in duplicated levels/labels (issue #25).

# iNEXT 2.0.18
- Update ggiNEXT.R (Fix legend problem of ggiNEXT).
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ iNEXT (R package)
[![Build Status](https://travis-ci.org/JohnsonHsieh/iNEXT.svg?branch=master)](https://travis-ci.org/JohnsonHsieh/iNEXT) [![rstudio mirror downloads](http://cranlogs.r-pkg.org/badges/grand-total/iNEXT)](https://github.com/metacran/cranlogs.app)

<h5 align="right">
Latest version: 2018-07-09
Latest version: 2018-12-14
</h5>
<font color="394CAE">
<h3 color="394CAE" style="font-weight: bold">
Expand Down
Binary file modified README/README-ex1-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README/README-ex1b-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README/README-ex2-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README/README-ex3-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README/README-ex3-2-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README/README-ex5-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 19082da

Please sign in to comment.