Permalink
Browse files

bumped version

  • Loading branch information...
1 parent d7b130e commit 0393ad96f8cbd915211b5111e5fff104d20425ab @zarquon42b committed May 27, 2015
Showing with 9 additions and 6 deletions.
  1. +2 −0 .Rbuildignore
  2. +1 −0 .gitignore
  3. +2 −2 DESCRIPTION
  4. +2 −2 R/Morpho-package.R
  5. +2 −2 man/Morpho-package.Rd
View
@@ -1,2 +1,4 @@
R/covWrap.r
.gitignore
+^.*\.Rproj$
+^\.Rproj\.user$
View
@@ -1,2 +1,3 @@
*.o
*.so
+.Rproj.user
View
@@ -1,8 +1,8 @@
Package: Morpho
Type: Package
Title: Calculations and Visualisations Related to Geometric Morphometrics
-Version: 2.2.150521
-Date: 2015-05-21
+Version: 2.2.150527
+Date: 2015-05-27
Authors@R: c(
person("Stefan", "Schlager",, "stefan.schlager@uniklinik-freiburg.de", c("aut", "cre", "cph")),
person("Gregory", "Jefferis",,, c("ctb"))
View
@@ -8,8 +8,8 @@
#' \tabular{ll}{
#' Package: \tab Morpho\cr
#' Type: \tab Package\cr
-#' Version: \tab 2.2.150521\cr
-#' Date: \tab 2015-05-21\cr
+#' Version: \tab 2.2.150527\cr
+#' Date: \tab 2015-05-27\cr
#' License: \tab GPL\cr
#' LazyLoad: \tab yes\cr
#' }
View
@@ -16,8 +16,8 @@ and semi-automated placement of surface landmarks.
\tabular{ll}{
Package: \tab Morpho\cr
Type: \tab Package\cr
-Version: \tab 2.2.150521\cr
-Date: \tab 2015-05-21\cr
+Version: \tab 2.2.150527\cr
+Date: \tab 2015-05-27\cr
License: \tab GPL\cr
LazyLoad: \tab yes\cr
}

0 comments on commit 0393ad9

Please sign in to comment.