Closed AndersAstrup closed 1 year ago
Just FYI, we're still looking at this. I think we'll need to make a new version of EdSurvey.
Try installing the development version now. It should be fixed.
# You can install the development version from GitHub with:
install.packages("devtools")
devtools::install_github("American-Institutes-for-Research/edsurvey")
See NEWS item as well https://github.com/American-Institutes-for-Research/EdSurvey/blob/main/inst/NEWS.Rd#L11
Thanks, again, for reporting this.
I'm closing this, but feel free to reopen it if there is a problem
Dear Paul.
Thank you for the quick reply to this.
However, it seems I cannot install the latest version from GitHub, I have tried on two different machines. I apologize if this is a problem on my end!
Below is the output from my attempt to install it, and the sessionInfo() below that.
All the best, Anders
`devtools::install_github("American-Institutes-for-Research/edsurvey") Downloading GitHub repo American-Institutes-for-Research/edsurvey@HEAD ── R CMD build ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── ✔ checking for file 'C:\Users\au571576\AppData\Local\Temp\RtmpYXaMIc\remotes550043ea1e4b\American-Institutes-for-Research-EdSurvey-f01ddae/DESCRIPTION' (378ms) ─ preparing 'EdSurvey': (1.6s) ✔ checking DESCRIPTION meta-information ... ✔ checking vignette meta-information (418ms) ─ checking for LF line-endings in source and make files and shell scripts (474ms) ─ checking for empty or unneeded directories ─ building 'EdSurvey_3.1.9001.tar.gz'
Installing package into ‘C:/Users/au571576/AppData/Local/R/win-library/4.2’ (as ‘lib’ is unspecified)
R version 4.2.2 (2022-10-31 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19045)
Matrix products: default
locale: [1] LC_COLLATE=Danish_Denmark.utf8 LC_CTYPE=Danish_Denmark.utf8 LC_MONETARY=Danish_Denmark.utf8 LC_NUMERIC=C LC_TIME=Danish_Denmark.utf8
attached base packages: [1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] Rcpp_1.0.10 compiler_4.2.2 later_1.3.1 urlchecker_1.0.1 prettyunits_1.1.1 profvis_0.3.8 remotes_2.4.2 tools_4.2.2 digest_0.6.31 pkgbuild_1.4.0 pkgload_1.3.2 memoise_2.0.1 lifecycle_1.0.3
[14] rlang_1.1.1 shiny_1.7.4 cli_3.6.1 rstudioapi_0.14 curl_5.0.0 fastmap_1.1.1 withr_2.5.0 stringr_1.5.0 desc_1.4.2 fs_1.6.2 htmlwidgets_1.6.2 vctrs_0.6.2 devtools_2.4.5
[27] rprojroot_2.0.3 glue_1.6.2 R6_2.5.1 processx_3.8.1 sessioninfo_1.2.2 callr_3.7.3 purrr_1.0.1 magrittr_2.0.3 ps_1.7.5 promises_1.2.0.1 ellipsis_0.3.2 htmltools_0.5.5 usethis_2.1.6
[40] mime_0.12 xtable_1.8-4 httpuv_1.6.11 stringi_1.7.12 miniUI_0.1.1.1 cachem_1.0.8 crayon_1.5.2
@AndersAstrup sorry about that. I think I fixed it now. I just tested and it worked for me.
Hello
I am working with some TALIS 2018 data, and I can't analyze data that I have manipulated with getData + rebindAttributes. Seems to me that the issue is related to a check of attributes of plausible values , which there are none of in TALIS 2018.
I am wondering if there is an easy way to fix this, or to bypass that check for plausible values, if i am correct that this is the source of the issue?
Below is a few lines of codes that should reproduce the issue.
Thank you all for the work on EdSurvey /Anders
sessionInfo()