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

Updates to fix CRAN error in check and unrelated documentation #127

Merged
merged 12 commits into from
Aug 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
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main, master, dev]
pull_request:
branches: [main, master]
branches: [main, master, dev]

name: R-CMD-check.yaml

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: IPEDSuploadables
Title: Transforms Institutional Data into Text Files for IPEDS Automated Import/Upload
Version: 2.9.0
Version: 2.9.1
Authors@R: c(
person(given = "Alison", family = "Lanski",
role = c("aut", "cre"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# IPEDSuploadables 2.9.1
* Making function documentation a bit more uniform
* Changing data load method in vignettes to avoid error on old macos checks

# IPEDSUploadables 2.9.0
* Addressed 2024-2025 reporting cycle updates from IPEDS (see items below)
* Graduation rates removed Gender Detail; info longer required in starting data (functions deprecated)
Expand Down
2 changes: 1 addition & 1 deletion R/create_dummy_data_ef1.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @param df_type A string with the dummy data requested ("students" for parts A-D & G-H or "retention" for part E)
#' @param n A number
#'
#' @return A text file
#' @return A dataframe ready for the rest of the ef1 scripts
#'
#' @importFrom rlang .data
#' @importFrom dplyr group_by summarize ungroup bind_rows arrange transmute n
Expand Down
2 changes: 1 addition & 1 deletion R/make_com_part_A.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_com_part_B.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_com_part_C.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_com_part_D.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_com_part_E.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_e1d_part_A.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_e1d_part_B.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_e1d_part_C.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_e1d_part_D.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_e1d_part_E.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_e1d_part_F.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @importFrom dplyr select filter distinct
#' @importFrom stringr str_to_upper
#'
#' @return A data frame
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_ef1_part_A.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_ef1_part_B.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_ef1_part_C.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_ef1_part_D.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_ef1_part_E.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_ef1_part_F.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#'
#' @importFrom svDialogs dlg_input
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_ef1_part_G.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_ef1_part_H.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_gr200.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_gr_part_B.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_gr_part_C.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A text file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_gr_part_E.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' @importFrom utils write.table
#' @importFrom stringr str_to_upper
#'
#' @return A df aggregated for the survey part
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#' @keywords internal
#'
Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_A1.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_A2.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_B1.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_B2.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_B3.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_D1.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_D2.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_D3.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_D4.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_G1.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_G2.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_H1.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_hr_part_H2.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom rlang .data
#' @importFrom stringr str_to_upper
#'
#' @return a txt file
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_om_part_A.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @importFrom dplyr group_by summarize ungroup arrange transmute n
#' @importFrom stringr str_to_upper
#'
#' @return A text file ready for IPEDS upload
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_om_part_B.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @importFrom dplyr transmute
#' @importFrom stringr str_to_upper
#'
#' @return A text file ready for IPEDS upload
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_om_part_C.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @importFrom dplyr transmute
#' @importFrom stringr str_to_upper
#'
#' @return A text file ready for IPEDS upload
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
2 changes: 1 addition & 1 deletion R/make_om_part_D.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @importFrom tidyr pivot_wider replace_na
#' @importFrom stringr str_to_upper
#'
#' @return A text file ready for IPEDS upload
#' @return A dataframe with the required IPEDS structure for this survey part
#' @export
#'

Expand Down
Loading