-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
42 lines (42 loc) · 2.09 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
39
40
41
42
Package: learningtower
Title: OECD PISA Datasets from 2000-2022 in an Easy-to-Use Format
Version: 1.0.1
Authors@R: c(
person(given = "Kevin", family = "Wang", role = c("aut", "cre"),
email = "kevinwangstats@gmail.com"),
person(given = "Paul", family = "Yacobellis", role = "aut",
email = "pyacobellis@hotmail.com"),
person(given = "Erika", family = "Siregar", role = "aut",
email = "erika.mukhlisina@gmail.com"),
person(given = "Sarah", family = "Romanes", role = "aut",
email = "srom8308@uni.sydney.edu.au"),
person(given = "Kim", family = "Fitter", role = "aut",
email = "kimfitter@yahoo.com"),
person(given = "Giulio", family = "Valentino Dalla Riva", role = "aut",
email = "me@gvdallariva.net"),
person(given = "Dianne", family = "Cook", role = "aut",
email = "dicook@monash.edu"),
person(given = "Nick", family = "Tierney", role = "aut",
email = "nicholas.tierney@gmail.com"),
person(given = "Priya", family = "Dingorkar", role = "aut",
email = "priyadingorkar@gmail.com")
)
Description: The Programme for International Student Assessment (PISA) is a global study conducted by the Organization for Economic Cooperation and Development (OECD) in member and non-member countries to assess educational systems by assessing 15-year-old school students academic performance in mathematics, science, and reading. This datasets contains information on their scores and other socioeconomic characteristics, information about their school and its infrastructure, as well as the countries that are taking part in the program.
Depends: R (>= 3.5.0)
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
License: MIT + file LICENSE
URL: https://kevinwang09.github.io/learningtower/, https://github.com/kevinwang09/learningtower
BugReports: https://github.com/kevinwang09/learningtower/issues
Imports:
tibble,
dplyr
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
ggplot2,
forcats,
scales
Config/testthat/edition: 3