Skip to content

Commit

Permalink
v1.1.4 update stable.r with roxygen and get rid of import notes
Browse files Browse the repository at this point in the history
  • Loading branch information
swihart committed Feb 4, 2019
1 parent 9afd166 commit 88e41a9
Show file tree
Hide file tree
Showing 13 changed files with 307 additions and 148 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -7,3 +7,4 @@
^\.travis\.yml$
^LambertLindsey1999JRSSC\.pdf$
^nolan_stable_distributions_chap1\.pdf$
^CRAN-RELEASE$
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,5 +1,5 @@
Package: stable
Version: 1.1.3
Version: 1.1.4
Title: Probability Functions and Generalized Regression Models for Stable
Distributions
Authors@R: c(
Expand All @@ -21,4 +21,4 @@ BugReports: https://github.com/swihart/stable/issues
Encoding: UTF-8
LazyData: true
LazyLoad: true
RoxygenNote: 5.0.1
RoxygenNote: 6.1.0
2 changes: 1 addition & 1 deletion NAMESPACE
Expand Up @@ -29,4 +29,4 @@ importFrom(stats,qcauchy)
importFrom(stats,qnorm)
importFrom(stats,runif)
importFrom(stats,uniroot)
useDynLib(stable, .registration=TRUE)
useDynLib(stable)
6 changes: 6 additions & 0 deletions NEWS.md
@@ -1,3 +1,9 @@
#------------------------------------------------------------------------------
#version 1.1.4
#------------------------------------------------------------------------------

* FIXED NOTE: All declared Imports should be used.

#------------------------------------------------------------------------------
#version 1.1.3
#------------------------------------------------------------------------------
Expand Down

0 comments on commit 88e41a9

Please sign in to comment.