How to open .RD files on Linux
To open .RD files on Linux, check the content in a text editor to distinguish $RDFILE (chemical RDfile) from R .Rd documentation markup.
Step-by-step instructions
- Check the content in a text editor to distinguish $RDFILE (chemical RDfile) from R .Rd documentation markup.
- For MDL RDfile: use cheminformatics/CTfile tools available in your workflow that can read RDfile/reaction-data formats.
- For R .Rd: open in a text editor or run R documentation tooling to parse/build the help output.
Common issues
The .rd file opens as unreadable text or “gibberish”
This often happens when you open an MDL RDfile in a basic text editor without a chemistry tool that understands CTfile record structure, or when you expected an R .Rd file but received a chemical RDfile (or vice versa).
- Inspect the beginning of the file: look for an $RDFILE header to confirm an MDL RDfile; R .Rd files look like plain-text documentation with markup/macros.
- If it is an MDL RDfile, use CTfile/cheminformatics software intended for RDfile/reaction-data formats.
- If it is an R .Rd file, use R documentation tooling (or view it as text).
Wrong app is associated with .rd/.Rd on your system
Because .rd is ambiguous, your OS may associate it with an unrelated program, causing double-click to fail or open in the wrong tool.
- Use “Open with…” and pick the correct application for your file’s actual content (MDL RDfile tool vs. text editor/R tooling).
- If needed, change the default association only after you confirm which kind of .rd files you typically handle.
The file is missing reactions/data fields or fails to import
RDfiles are record-based and can be sensitive to truncation, encoding issues, or partial transfers; importers may also expect specific CTfile conventions described in the specifications.
- Re-download or re-export the file from the original system to rule out corruption/truncation.
- Validate the file structure against the RDfile references (e.g., presence of $RDFILE and expected record structure) and try a different CTfile-capable tool if available.
Security note
Treat MDL RDfiles as untrusted input when they come from outside your organization: they are parsed by specialized chemistry software, and malformed files can trigger bugs in file parsers.