Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev nathan2024 #6

Merged
merged 27 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
linters: with_defaults(line_length_linter(120), camel_case_linter = NULL, snake_case_linter)
26 changes: 26 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Title: Regression Lines
ShortName: Regression Lines
Date: 2019-01-08
Lifecycle: experimental
Authors@R: c(
person(given = "Caihui", family = "Xiao", role = c("aut", "cre")),
person(given = "Zhiliang", family = "Zhang", role = c("ctb")),
person(given = "Jiajun", family = "Gao", role = c("ctb")),
person(given = "Daehoon", family = "Gwak", role = c("ctb")),
person(given = "Sitong", family = "Liu", role = c("ctb")),
person(given = "Sean", family = "Burke", role = c("ctb")),
person(given = "Dennis", family = "Pearl", role = c("aut")),
person(given = "Neil", family = "Hatfield", role = c("aut")),
person(given = "Nathan", family = "Pechulis", role = c("ctb"))
)
Chapter: Data Description
Description: This app provides an opportunity to explore how the correlation and regression line relate to the points on a scatterplot.
LearningObjectives: c(
"The student will learn to understand how the correlation and regression line are related to the points displayed in a scatterplot."
)
DisplayMode: Normal
URL: https://psu-eberly.shinyapps.io/Regression_Lines
BugReports: https://github.com/EducationShinyAppTeam/Regression_Lines/issues
License: CC-BY-NC-SA-4.0
Tags: Game
Type: Shiny
7 changes: 0 additions & 7 deletions README.md

This file was deleted.

6 changes: 6 additions & 0 deletions ToDoList.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Things Needed for This Version
1.

# Ideas for Future Development

1. Need to move away from hard coding questions and feedback to a question bank
Loading