-
Notifications
You must be signed in to change notification settings - Fork 10
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
Warning: ERT.Rd: docType ‘_PACKAGE’ is unrecognized #24
Comments
Hi Spencer, I changed this naming of the package recently (was "package" before) as it seemed outdated and I couldn't update the package without this change but am wondering now why it is not being recognized by your latest R version... I will look into this tomorrow and get back to you! Seraphine |
Hi again Spencer, could you install and load latest Roxygen package and try again? Might be related: r-lib/roxygen2#1491 Let me know and best, |
Hi, Seraphine:
I tried:
devtools::install_github('r-lib/roxygen2')
then
devtools::install_github('vdeminstitute/ERT')
I still got the same warning.
???
Thanks,
Spencer Graves
…On 3/19/24 3:24 PM, Seraphine F. Maerz wrote:
Hi again Spencer,
could you install and load latest Roxygen package and try again? Might
be related: r-lib/roxygen2#1491
<r-lib/roxygen2#1491>
Let me know and best,
Seraphine
—
Reply to this email directly, view it on GitHub
<#24 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABZCVYMQGXO5RG5BY323RCTYZCNGPAVCNFSM6AAAAABE6F7JQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBYGA3DIMZUHA>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi again Spencer, |
Wonderful: It ran without the warning. Thanks.
Spencer
…On 3/20/24 5:46 PM, Seraphine F. Maerz wrote:
Hi again Spencer,
it should be working now, could you test and briefly confirm here? Thanks!
Seraphine
—
Reply to this email directly, view it on GitHub
<#24 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABZCVYKUIR4W6FQYR4B4HN3YZIGU3AVCNFSM6AAAAABE6F7JQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJQHAYDGNJYHE>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Fantastic :-) |
I just got "Warning: ERT.Rd: docType ‘_PACKAGE’ is unrecognized" from "devtools::install_github('vdeminstitute/ERT')". I did "upgrade.packages()" and did "devtools::install_github('vdeminstitute/ERT', force=TRUE)" and got the same thing.
Below please find sessionInfo().
Thanks for your important work and for making it available like this.
Sincerely,
Spencer Graves, PhD
R version 4.3.3 (2024-02-29)
Platform: aarch64-apple-darwin20 (64-bit)
Running under: macOS Sonoma 14.4
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.11.0
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
time zone: America/Chicago
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] utf8_1.2.4 rappdirs_0.3.3 RSQLite_2.3.5
[4] stringi_1.8.3 digest_0.6.35 magrittr_2.0.3
[7] pkgload_1.3.4 fastmap_1.1.1 blob_1.2.4
[10] processx_3.8.4 parsedate_1.3.1 pkgbuild_1.4.4
[13] sessioninfo_1.2.2 DBI_1.2.2 rematch2_2.1.2
[16] urlchecker_1.0.1 ps_1.7.6 promises_1.2.1
[19] fansi_1.0.6 purrr_1.0.2 cli_3.6.2
[22] shiny_1.8.0 rlang_1.1.3 crayon_1.5.2
[25] cranlike_1.0.2 ellipsis_0.3.2 bit64_4.0.5
[28] withr_3.0.0 remotes_2.5.0 cachem_1.0.8
[31] crancache_0.0.0.9001 devtools_2.4.5 tools_4.3.3
[34] memoise_2.0.1 debugme_1.1.0 httpuv_1.6.14
[37] curl_5.2.1 vctrs_0.6.5 R6_2.5.1
[40] mime_0.12 lifecycle_1.0.4 stringr_1.5.1
[43] fs_1.6.3 htmlwidgets_1.6.4 bit_4.0.5
[46] usethis_2.2.3 miniUI_0.1.1.1 pkgconfig_2.0.3
[49] desc_1.4.3 callr_3.7.5 pillar_1.9.0
[52] later_1.3.2 glue_1.7.0 profvis_0.3.8
[55] Rcpp_1.0.12 tibble_3.2.1 rstudioapi_0.15.0
[58] xtable_1.8-4 htmltools_0.5.7 compiler_4.3.3
The text was updated successfully, but these errors were encountered: