-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: r2academy
Type: Package
Title: Easily Install and Load Rsquared Academy Packages
Version: 0.1.0
Authors@R: person("Aravind", "Hebbali", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9220-9669"))
Description: 'r2academy' is a set of packages developed at Rsquared Academy
to make it easy for teaching and learning statistical techniques. This
package is designed to make it easy to install and load multiple
'r2academy' packages in a single step. Learn more about the packages at
<https://pkgs.rsquaredacademy.com>.
Depends:
R(>= 3.3)
Imports:
blorr,
cli,
crayon,
descriptr,
dplyr,
inferr,
magrittr,
olsrr,
purrr,
rbin,
rfm,
rstudioapi,
tibble,
vistributions
Suggests:
covr,
rmarkdown,
testthat
License: MIT + file LICENSE
URL: URL: https://pkgs.rsquaredacademy.com/, https://github.com/rsquaredacademy/r2academy
BugReports: https://github.com/rsquaredacademy/r2academy/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1