You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However if I install knitr, it works fine, so I assume it's related to NAMESPACE exports and 'knitr' probably should be moved to Depends?
R output
> install.packages("knitr")
Installing package into ‘/home/tom/R/x86_64-pc-linux-gnu-library/4.2’
(as ‘lib’ is unspecified)
trying URL 'https://cloud.r-project.org/src/contrib/knitr_1.43.tar.gz'
Content type 'application/x-gzip' length 895054 bytes (874 KB)
==================================================
downloaded 874 KB
* installing *source* package ‘knitr’ ...
** package ‘knitr’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (knitr)
The downloaded source packages are in
‘/tmp/RtmpwAgsRg/downloaded_packages’
> install.packages("expss")
Installing package into ‘/home/tom/R/x86_64-pc-linux-gnu-library/4.2’
(as ‘lib’ is unspecified)
trying URL 'https://cloud.r-project.org/src/contrib/expss_0.11.6.tar.gz'
Content type 'application/x-gzip' length 5004737 bytes (4.8 MB)
==================================================
downloaded 4.8 MB
* installing *source* package ‘expss’ ...
** package ‘expss’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (expss)
The downloaded source packages are in
‘/tmp/RtmpwAgsRg/downloaded_packages’
The text was updated successfully, but these errors were encountered:
I see the 'knitr' package is listed under
suggests
, but when installing from source I get:However if I install knitr, it works fine, so I assume it's related to
NAMESPACE
exports and 'knitr' probably should be moved to Depends?R output
The text was updated successfully, but these errors were encountered: