Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq committed Dec 17, 2019
1 parent eb44eeb commit cd39be2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions DESCRIPTION
@@ -1,12 +1,18 @@
Package: dataedu
Type: Package
Title: What the Package Does (Title Case)
Title: Package for Data Science in Education Using R
Version: 0.1.0
Author: Who wrote it
Maintainer: The package maintainer <yourself@somewhere.net>
Maintainer: The package maintainer <ivelasq@gmail.com>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: What license is it under?
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
extrafont,
rlang (>= 0.4.1),
dplyr,
nlme,
grDevices
1 change: 1 addition & 0 deletions NAMESPACE
@@ -1 +1,2 @@
exportPattern("^[[:alpha:]]+")
importFrom("grDevices", "colorRampPalette")

0 comments on commit cd39be2

Please sign in to comment.