Skip to content
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

ERROR: dependency 'parsermd' is not available for package 'fusen' OR C++14 standard requested but CXX14 is not defined #30

Closed
statnmap opened this issue Jul 26, 2021 · 4 comments

Comments

@statnmap
Copy link
Member

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

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

statnmap added a commit that referenced this issue Oct 10, 2021
Avoid fail check because of {parsermd}
issue #30
@philippecourteix
Copy link

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’

@statnmap
Copy link
Member Author

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

@philippecourteix
Copy link

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.

@statnmap statnmap closed this as not planned Won't fix, can't repro, duplicate, stale Jun 2, 2023
@statnmap statnmap changed the title ERROR: dependency 'parsermd' is not available for package 'fusen' ERROR: dependency 'parsermd' is not available for package 'fusen' OR C++14 standard requested but CXX14 is not defined Sep 15, 2023
@statnmap
Copy link
Member Author

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'))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants