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

Avoid #156 #183

Merged
merged 2 commits into from Mar 20, 2024
Merged

Avoid #156 #183

merged 2 commits into from Mar 20, 2024

Conversation

peterdesmet
Copy link
Member

By using backticks, Roxygen will just create:

\code{}

Not:

\code{\link[]{}}

And not generate an error if rlist is not installed by the contributing developer. Fix #156

By using backticks, Roxygen will just create:

```
\code{}
```

Not:

```
\code{\link[]{}}
```

And not generate an error if rlist is not installed by the contributing developer.
@peterdesmet peterdesmet requested a review from PietrH March 20, 2024 09:47
@PietrH
Copy link
Member

PietrH commented Mar 20, 2024

Rerunning failed jobs

@peterdesmet peterdesmet merged commit 6af1b3d into main Mar 20, 2024
8 checks passed
@peterdesmet peterdesmet deleted the rlist branch March 20, 2024 11:02
PietrH added a commit that referenced this pull request Mar 20, 2024
Similar to #183
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

Successfully merging this pull request may close these issues.

Documentation build error
2 participants