Skip to content

Commit

Permalink
Code clean up and documentation moved to Roxygen2 format
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrosjean committed Jan 6, 2018
1 parent e8bff96 commit c02b75c
Show file tree
Hide file tree
Showing 37 changed files with 2,592 additions and 3,913 deletions.
17 changes: 10 additions & 7 deletions DESCRIPTION
Expand Up @@ -3,15 +3,18 @@ Type: Package
Version: 0.9-13
Date: 2018-01-05
Title: SciViews - Main package
Author: Philippe Grosjean [aut, cre]
Description: Functions to install SciViews additions to R, and more tools.
Authors@R: c(person("Philippe", "Grosjean", role = c("aut", "cre"),
email = "phgrosjean@sciviews.org"))
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
Depends: R (>= 2.6.0), methods, grDevices, graphics, stats, MASS
Imports: ellipse
Depends: R (>= 2.6.0)
Imports: ellipse, grDevices, graphics, stats
Suggests: MASS, covr, knitr, testthat
Enhances: base
Description: Functions to install SciViews additions to R, and more (various) tools.
License: GPL-2
ByteCompile: yes
URL: http://www.sciviews.org/SciViews-R
BugReports: https://r-forge.r-project.org/tracker/?group_id=194
License: GPL-2
URL: https://github.com/SciViews/SciViews, http://www.sciviews.org/SciViews-R
BugReports: https://github.com/SciViews/SciViews/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1
VignetteBuilder: knitr

0 comments on commit c02b75c

Please sign in to comment.