HedvigS/SH.misc

installation problems for phylo.d_wrapper

Closed this issue · 4 comments

Something is going wrong with the installation of the function phylo.d_wrapper especially. At first I thought it was the example somehow, so I deleted that from the main branch and put it in this new branch., but that didn't help.

Ideas @skalyan91 ?

This is for installation from the main branch:

> remotes::install_github("HedvigS/SH.misc", force = T)
Downloading GitHub repo HedvigS/SH.misc@HEAD
── R CMD build ─────────────────────────────────────────────
✔  checking for file ‘/private/var/folders/2r/drwc5p6n26ncm5cws9qsntrw0000gr/T/Rtmp0UKtrW/remotes15751255b3944/HedvigS-SH.misc-b4ebdbb/DESCRIPTION’ (336ms)
─  preparing ‘SH.misc’:
✔  checking DESCRIPTION meta-information
─  checking for LF line-endings in source and make files and shell scripts
─  checking for empty or unneeded directories
─  building ‘SH.misc_0.0.0.9000.tar.gz’
   
Installing package into ‘/Users/skirgard/Library/R/x86_64/4.3/library’
(as ‘lib’ is unspecified)
* installing *source* package ‘SH.misc’ ...
** using staged installation
** R
** byte-compile and prepare package for lazy loading
Note: wrong number of arguments to '/' 
** help
No man pages found in package  ‘SH.misc’ 
*** installing help indices
** building package indices
** 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 (SH.misc)
> SH.misc::phylo.d_wrapper()
Error: 'phylo.d_wrapper' is not an exported object from 'namespace:SH.misc'

I haven't figured this one out yet. @skalyan91 do you have ideas?

Will take a look this weekend.

@skalyan91
I haven't been able to figure this out yet :/. Any ideas ?

solved by af8e81f