billdenney / pknca

An R package is designed to perform all noncompartmental analysis (NCA) calculations for pharmacokinetic (PK) data.
http://billdenney.github.io/pknca/
GNU Affero General Public License v3.0
68 stars 23 forks source link

I'm making no progress #290

Closed john-harrold closed 5 months ago

john-harrold commented 5 months ago

My brain is breaking here. What am I doing wrong :)

library("PKNCA")
#> 
#> Attaching package: 'PKNCA'
#> The following object is masked from 'package:stats':
#> 
#>     filter
PKNCA::PKNCA.options(
  progress = TRUE
)
#> Error in PKNCA::PKNCA.options(progress = TRUE): Invalid setting for PKNCA: progress
R version 4.2.1 RC (2022-06-17 r82510)
Platform: aarch64-apple-darwin20 (64-bit)
Running under: macOS Monterey 12.7.4

Matrix products: default
BLAS:   /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRblas.0.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] reprex_2.1.0

loaded via a namespace (and not attached):
 [1] rstudioapi_0.16.0 knitr_1.45        magrittr_2.0.3    R.cache_0.16.0   
 [5] R6_2.5.1          rlang_1.1.3       fastmap_1.1.1     fansi_1.0.6      
 [9] styler_1.10.2     tools_4.2.1       xfun_0.43         R.oo_1.26.0      
[13] utf8_1.2.4        cli_3.6.2         clipr_0.8.0       withr_3.0.0      
[17] htmltools_0.5.8   yaml_2.3.8        digest_0.6.35     tibble_3.2.1     
[21] lifecycle_1.0.4   processx_3.8.4    callr_3.7.6       purrr_1.0.2      
[25] ps_1.7.6          vctrs_0.6.5       R.utils_2.12.3    fs_1.6.3         
[29] glue_1.7.0        evaluate_0.23     rmarkdown_2.26    compiler_4.2.1   
[33] pillar_1.9.0      R.methodsS3_1.8.2 pkgconfig_2.0.3 
billdenney commented 5 months ago

The session info doesn't show what version of PKNCA you're using. The progress option is currently only on GitHub, not yet on CRAN.

john-harrold commented 5 months ago

Sorry it's 0.10.2, the one currently on CRAN. I misread the date on release notes for that version as 2024 not 2023 🤦