fusen icon indicating copy to clipboard operation
fusen copied to clipboard

ERROR: dependency 'parsermd' is not available for package 'fusen'

Open statnmap opened this issue 4 years ago • 3 comments

For Windows users, R should be bigger than R 4.0 to be able to install dependency {parsermd} (See https://github.com/rundel/parsermd/issues/26).

Maybe a lower feature version of {fusen} can be used for these specific users from "dev/dev_history_parse.Rmd"

statnmap avatar Jul 26 '21 10:07 statnmap

Hi, same issue on Centos7 and R 4.0.2. Unable to install fusen package with error : ERROR: dependency ‘parsermd’ is not available for package ‘fusen’

philippecourteix avatar Jan 28 '22 15:01 philippecourteix

Hi, Are you able to install {parsermd} directly using install.packages("parsermd") ? It may need some extra system dependencies.

statnmap avatar Jan 28 '22 15:01 statnmap

Hi, thanks for your reply. I have check system parsermd dependancies, and effectively c++14 is not installed. So, i will contact our system team to install it. Regards.

philippecourteix avatar Jan 31 '22 07:01 philippecourteix

We plan to remove {parsermd} from dependencies, but this is a big change.

In the meantime, you can install {parsermd} from this patched version on my personal r-universe. This avoids forcing C++14 installation.
I hope this helps:

install.packages('parsermd', repos = c('https://statnmap.r-universe.dev', 'https://cloud.r-project.org'))

statnmap avatar Sep 18 '23 09:09 statnmap

This should be ok in the current GitHub version of 'fusen'.
This will be included in the next release

statnmap avatar May 03 '24 16:05 statnmap