RcppCore / RcppCore/RcppParallel
Remove PKG_CXXFLAGS = CXX11STD from Makevars
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 173
- Forks
- 60
- Avg merge
- 1h 55m
- Merged PRs (30d)
- 2
Description
CRAN will now insist on that being removed anyway, as confirmed yesterday in email from UL which explained that their check is now just grep -r CXX11, so this package will fail in current form.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the package's Makevars file and locate the PKG_CXXFLAGS = CXX11STD assignment. Remove that assignment, then run grep -r CXX11 to confirm the forbidden reference is gone; done means the package no longer contains that setting and can satisfy CRAN's check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100