Skip to content

Commit

Permalink
Fix for windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbryer committed Oct 23, 2023
1 parent ca8dbc9 commit f5d73cd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
..Rcheck
PSAboot.dev.R
PSAboot.Rproj
README.md
Expand All @@ -20,4 +21,3 @@ build.R
^CRAN-SUBMISSION$
README.Rmd
Poster/
doc/
4 changes: 1 addition & 3 deletions R/PSAboot-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ NULL
#'
#' Student results from the 2009 Programme of International Student Assessment (PISA)
#' as provided by the Organization for Economic Co-operation and Development (OECD).
#' See \url{https://www.oecd.org/pisa/} for more information including the code book.
#' See www.oecd.org/pisa/ for more information including the code book.
#'
#' Note that missing values have been imputed using the
#' mice package. Details on the specific procedure are in the \code{pisa.impute} function
Expand All @@ -37,7 +37,6 @@ NULL
#' @docType data
#' @references Organisation for Economic Co-operation and Development (2009).
#' Programme for International Student Assessment (PISA).
#' \url{https://www.oecd.org/pisa/}
#' @format a data frame with 5,233 rows and 65 columns.
#' \describe{
#' \item{\code{CNT}}{Country}
Expand Down Expand Up @@ -106,7 +105,6 @@ NULL
#' @docType data
#' @references Organisation for Economic Co-operation and Development (2009).
#' Programme for International Student Assessment (PISA).
#' \url{https://www.oecd.org/pisa/}
#' @format a data frame with 4,622 rows and 65 columns.
#' \describe{
#' \item{\code{CNT}}{Country}
Expand Down
2 changes: 1 addition & 1 deletion build.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require(devtools)
0(devtools)

usethis::use_tidy_description()
devtools::document()
Expand Down
3 changes: 1 addition & 2 deletions man/pisalux.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/pisausa.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5d73cd

Please sign in to comment.